/* Image Cache (preloads mouseover graphics to avoid delay) */

#menuCache {
	display:none;
}


/* Menu Button elements */

#menuArea {
	position: absolute;
	width: 797px;
	height: 32px;
	left: 18px;
	top: 38px;
	z-index: 90;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menuArea hr {
	display: none;
}

#menuContent {	
	display: block;
	position: absolute;
	width: 797px;
	height: 32px;
	top: 0px;
	left: 0px;
	text-align: center;
}

#menuContent a {
	display: block;
	position: absolute;
	top: 0px;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	cursor: pointer;
}

#menuContent a .menuHeading {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	height: 31px;
	line-height: 31px;
	color: #31457e;
	background-image: none;
}

#menuContent dl {
	display: none;
}

#menuContent .MenuOn .menuHeading {
	background-image: url("/images/common/menus/menu_on_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #31457e;
}
#menuContent .MenuOn .menuHeading .menuLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 31px;
	background-image: url("/images/common/menus/menu_on_left.gif");
	background-repeat: no-repeat;
}

#menuContent .firstMenuOn .menuHeading {
	background-image: url("/images/common/menus/menu_on_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #31457e;
}
#menuContent .firstMenuOn .menuHeading .menuLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 31px;
	background-image: url("/images/common/menus/menu_on_left.gif");
	background-repeat: no-repeat;
}

#menuContent .lastMenuOn .menuHeading {
	background-image: url("/images/common/menus/menu_on_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #31457e;
}
#menuContent .lastMenuOn .menuHeading .menuLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 31px;
	background-image: url("/images/common/menus/menu_on_left.gif");
	background-repeat: no-repeat;
}

#menuContent .MenuOver .menuHeading {
	background-image: url("/images/common/menus/menu_over_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #31457e;
}
#menuContent .MenuOver .menuHeading .menuLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 31px;
	background-image: url("/images/common/menus/menu_over_left.gif");
	background-repeat: no-repeat;
}

#menuContent .firstMenuOver .menuHeading {
	background-image: url("/images/common/menus/menu_over_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #31457e;
}
#menuContent .firstMenuOver .menuHeading .menuLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 31px;
	background-image: url("/images/common/menus/menu_over_left.gif");
	background-repeat: no-repeat;
}

#menuContent .lastMenuOver .menuHeading {
	background-image: url("/images/common/menus/menu_over_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #31457e;
}
#menuContent .lastMenuOver .menuHeading .menuLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 31px;
	background-image: url("/images/common/menus/menu_over_left.gif");
	background-repeat: no-repeat;
}

/* Drop-down menu elements */

#DropDownMenu {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	position: absolute;
	width: 210px;
	left: 0px;
	top: 83px;
	z-index: 100;
	visibility: hidden;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
#DropDownMenu dl {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
}
#DropDownMenu dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#DropDownMenu .DropDownSpacer {
	display: block;
	margin: 6px 22px 6px 22px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-color: #c4cde9;
	overflow: hidden;
}
#DropDownMenu dd a {
	display: block;
	position: relative;
	margin: 0px 10px 0px 10px;
	padding: 3px 12px 3px 12px;
	background-color: transparent;
	color: #31457e;
	text-decoration: none;
}
#DropDownMenu dd a:visited {
	position: relative;
	padding: 3px 12px 3px 12px;
	background-color: transparent;
	color: #31457e;
	text-decoration: none;
}
#DropDownMenu dd a:hover {
	position: relative;
	padding: 3px 12px 3px 12px;
	background-color: #f1ca00;
	color: #31457e;
	text-decoration: none;
}
