/*
Image Cache (preloads mouseover graphics to avoid delay)
--------------------------------------------------------
*/

#menuCache {
	display:none;
}


/*
Menu Button elements
-------------------------
*/

#menuArea {
	display:block;
	position: absolute;
	top: 98px;
	left: 12px;
	width: 696px;
	height: 22px;
	z-index: 90;
	text-align: center;
}

#menuArea a {
	display: block;
	position: absolute;
	top: 0px;
	height: 22px;
	text-decoration: none;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
	border: none;
	font-weight: bold;
}

#menuArea dl {
	display: none;
}

#menuArea a.MenuOn {
	background-color: #FF620A;
	background-image: url("/images/common/menu/menu_on_bg.gif");
	background-repeat: repeat-x;
}
#menuArea a.MenuOff {
	background-color: transparent;
	background-image: url("/images/common/menu/menu_off_bg.gif");
	background-repeat: repeat-x;
}
#menuArea a.MenuOver {
	background-color: #504BBF;
	background-image: url("/images/common/menu/menu_over_bg.gif");
	background-repeat: repeat-x;
}

/*
Drop-down menu elements
-----------------------
*/

#DropDownMenu {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	position: absolute;
	width: 182px;
	left: 0px;
	top: 120px;
	z-index: 100;
	visibility: hidden;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
	background-image: url(/images/common/menu/dropdown_background.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#DropDownMenuTop {
	display: block;
	margin: 0px 1px 0px 1px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(/images/common/menu/dropdown_top_shadow.gif);
	background-repeat: repeat-x;
}
#DropDownMenu dl {
	display: block;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
}
#DropDownMenu dd {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#DropDownMenu .DropDownSpacer {
	display: block;
	margin: 2px 12px 2px 12px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background-image: url("/images/common/menu/dropdown_divider_tile.gif");
	background-repeat: repeat-x;
}
#DropDownMenu dd a {
	display: block;
	position: relative;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 3px 11px 3px 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#DropDownMenu dd a:visited {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}
#DropDownMenu dd a:hover {
	background-color: #ff6600;
	color: #FFFFFF;
	text-decoration: none;
}








