@import url(/_resources/scripts/hmenu/hmenu.css);

/* Main Menu */

#home #menu-container {
	border: none;
	width: 100%;
}

#menu-container {
	position: relative; /* IMPORTANT! Do not change this style. It fixes a bug in IE. */
	border-bottom: 1px solid #9a9a9a;
	width: 800px;
	height: 21px;
	_width: 796px;
}

div.dynarch-horiz-menu {
/* 	This is a DIV, container of the horizontal menu bar.
    Please note that if you customize fonts here, the setting will most likely
    be lost in Internet Explorer because tables don't inherit fonts.  Therefore,
    we would better customize fonts in the "table" children. */
	background-color: white;
	border-top: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: none;
	border-left: 3px solid #9a9a9a;
	padding: 0;
	margin: 0px 0px 0px 200px;
	width: 596px;
}

#home div.dynarch-horiz-menu {
/* 	This is a DIV, container of the horizontal menu bar.
    Please note that if you customize fonts here, the setting will most likely
    be lost in Internet Explorer because tables don't inherit fonts.  Therefore,
    we would better customize fonts in the "table" children. */
	background-color: white;
	border-top: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	border-left: none;
	padding: 0px 0px 0px 200px;
	margin: 0;
	width: 579px;
	_width: 780px;
}

div.dynarch-horiz-menu table tr td.item {
  /* This is a table column cell that is best used to specify font
  	 properties such as font-family, font-size, color, etc. */
	 font-family: arial, sans-serif;
	 font-size: 1em;
	 color: black;
	 font-weight: bold;
}

div.dynarch-horiz-menu table tr td.hover {
/* Styles for hover items in the main menu bar */
	cursor: pointer;
	color: rgb(106,162,196); /* Fairchild Cobalt */
	text-decoration: underline;
}

div.dynarch-horiz-menu table tr td.active {
/* Styles for active (pressed) items in the main menu bar */
	cursor: pointer;
	color: rgb(106,162,196); /* Fairchild Cobalt */
	text-decoration: underline;
}

div.dynarch-horiz-menu tr.hover td.arrow div,
div.dynarch-horiz-menu tr.active td.arrow div {
	background: transparent url("/_resources/scripts/hmenu/img/rarrow.gif") no-repeat 0% 50%;
}

div.dynarch-horiz-menu td.item.youarehere div{
	color: rgb(106,162,196); /* Fairchild Cobalt */
}

div.dynarch-horiz-menu td.item.hover.youarehere,
div.dynarch-horiz-menu td.item.active.youarehere {
	text-decoration: none;
}

/* Popup Menu */

div.dynarch-popup-menu {
	padding: 0;
	margin: 0 1px;
	_margin-top: 1px;
	background-color: #ffffff;
	border: 1px solid #9a9a9a;
}
div.dynarch-popup-menu tr.item td.label {
	/*padding: 3px 15px 3px 3px;*/ /* white-space: nowrap; */
	font-size: 0.8em;
}

div.dynarch-popup-menu tr.iconsq td.icon  {
background: url("/images/menu/goldsq.gif") no-repeat 50% 50%;
}
div.dynarch-popup-menu tr.iconsq.hover td.icon {
background: url("/images/menu/bluesq.gif") no-repeat 50% 50%;
}

div.dynarch-popup-menu tr.item td.icon img,
div.dynarch-popup-menu tr.item td.icon div {
	display: none;
}
div.dynarch-popup-menu tr.item td.icon {
	display: none;
}

div.dynarch-popup-menu tr.item td.label {
	padding: 5px 10px;
}

div.dynarch-popup-menu tr.item.hover {
	/*background-color: #489dd0; /* Sets background color of pop-up */
	color: rgb(106,162,196); /* Fairchild Cobalt */ /* Sets text color of pop-up */
	cursor: pointer;
}
div.dynarch-popup-menu tr.item.active {
	/*background-color: #489dd0;*/
	color: #ffc940;
	cursor: pointer;
}
div.dynarch-popup-menu tr.hover td.arrow div,
div.dynarch-popup-menu tr.active td.arrow div {
	background: transparent url("/_resources/scripts/hmenu/img/rarrow-hover.gif") no-repeat 0% 50%;
}