/*
Image Cache (preloads mouseover graphics to avoid delay)
--------------------------------------------------------
*/

.menuCache {
	display: none;
}


/*
Menu Button elements
-------------------------
*/

#menuContainer {
	display: block;
	position: absolute;
	top: 122px;
	left: 174px;
	width: 796px;
	height: 38px;
	z-index: 90;
	text-align: left;
}

#menuAreaLeftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 38px;
	background-image: url("/images/common/menu/menu_off_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#menuArea {
	display: block;
	position: absolute;
	top: 0px;
	left: 1px;
	width: 795px;
	height: 38px;
}

#menuArea a {
	display: block;
	position: absolute;
	top: 0px;
	height: 38px;
	text-decoration: none;
	cursor: pointer;
}

#menuArea a .menuHeading {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 38px;
	color: #1d1060;
	text-align: center;
}

#menuArea dl {
	display: none;
}

#menuArea a.menuOn {
	background-image: url("/images/common/menu/menu_on_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#menuArea a.menuOn .menuHeading  {
	color: #142266;
}
#menuArea a.menuOn .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 38px;
	background-image: url("/images/common/menu/menu_on_left.gif");
	background-repeat: no-repeat;
}

#menuArea a.menuOff {
	background-image: url("/images/common/menu/menu_off_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#menuArea a.menuOff .menuHeading {
	color: #142266;
}
#menuArea a.menuOff .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 38px;
	background-image: url("/images/common/menu/menu_off_left.gif");
	background-repeat: no-repeat;
}


#menuArea a.menuOver {
	background-image: url("/images/common/menu/menu_over_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
#menuArea a.menuOver .menuHeading {
	color: #ffffff;
}
#menuArea a.menuOver .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 38px;
	background-image: url("/images/common/menu/menu_over_left.gif");
	background-repeat: no-repeat;
}

/*
Drop-down menu elements
-----------------------
*/

#dropDownMenu {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	position: absolute;
	width: 208px;
	left: 0px;
	top: 160px;
	z-index: 100;
	visibility: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#dropDownMenu dl {
	display: block;
	margin: 0px 9px 0px 9px;
	padding: 8px 0px 0px 0px;
	background-image: url("/images/common/menu/dropdown_top_shadow.gif");
	background-repeat: repeat-x;
}

#dropDownMenu dl dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#dropDownMenu .dropDownSpacer {
	display: block;
	margin: 2px 10px 2px 10px;
	background-image: url("/images/common/menu/dropdown_divider.gif");
	background-repeat: repeat-x;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

#dropDownMenu dl dd a {
	display: block;
	position: relative;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 3px 9px 3px 9px;
	color: #2c2c69;
	text-decoration: none;
}

#dropDownMenu dl dd a:visited {
	background-color: transparent;
	color: #2c2c69;
	text-decoration: none;
}

#dropDownMenu dl dd a:hover {
	background-color: #f3901d;
	color: #ffffff;
	text-decoration: none;
}

#dropDownMenu .alignLeft dl dd a {
	text-align: left;
}

#dropDownMenu .alignRight dl dd a {
	text-align: right;
}

#dropDownMenu dl dd a span {
	display: block;
	padding: 0px 0px 0px 0px;
}
