/*
Image Cache (preloads mouseover graphics to avoid delay)
--------------------------------------------------------
*/

.menuCache {
	display:none;
}


/*
Menu Button elements
-------------------------
*/

#menuArea {
	display:block;
	position: relative;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: 25px;
	z-index: 90;
	text-align: center;
	background-image: url("/images/common/menu/menu_bg_tile.gif");
	background-repeat: repeat-x;
}

#menuArea a {
	display: block;
	position: relative;
	float: left;
	top: 0px;
	height: 25px;
	text-decoration: none;
	cursor: pointer;
}

#menuArea a .menuHeading {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 12px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
}

#menuArea #MenuEnd {
	display: block;
	float: left;
	width: 1px;
	height: 25px;
	background-image: url("/images/common/menu/menu_off_left.gif");
	background-repeat: no-repeat;
}

#menuArea dl {
	display: none;
}

#menuArea a.MenuOn, #menuArea a.firstMenuOn, #menuArea a.lastMenuOn {
	background-image: url("/images/common/menu/menu_on_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#menuArea a.MenuOn .menuHeading, #menuArea a.firstMenuOn .menuHeading, #menuArea a.lastMenuOn .menuHeading {
	color: #ffffff;
}
#menuArea a.MenuOn .leftEdge, #menuArea a.lastMenuOn .leftEdge, a.firstMenuOn .leftEdge {
	display: none;
}

#menuArea a.MenuOff, #menuArea a.firstMenuOff, #menuArea a.lastMenuOff {
	background-image: url("/images/common/menu/menu_off_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
#menuArea a.MenuOff .menuHeading, #menuArea a.firstMenuOff .menuHeading, #menuArea a.lastMenuOff .menuHeading {
	color: #ffffff;
}
#menuArea a.MenuOff .leftEdge, #menuArea a.lastMenuOff .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 25px;
	background-image: url("/images/common/menu/menu_off_left.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}
#menuArea a.firstMenuOff .leftEdge {
	display: none;
}


#menuArea a.MenuOver, #menuArea a.firstMenuOver, #menuArea a.lastMenuOver {
	background-image: url("/images/common/menu/menu_over_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
#menuArea a.MenuOver .menuHeading, #menuArea a.firstMenuOver .menuHeading, #menuArea a.lastMenuOver .menuHeading {
	color: #ffffff;
}
#menuArea a.MenuOver .leftEdge, #menuArea a.lastMenuOver .leftEdge, #menuArea a.firstMenuOver .leftEdge {
	display: none;
}

/*
Drop-down menu elements
-----------------------
*/

#DropDownMenu {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	position: absolute;
	width: 214px;
	left: 0px;
	top: 175px;
	z-index: 100;
	visibility: hidden;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
#DropDownMenuTop {
	display: block;
	margin: 0px 7px 0px 7px;
	height: 2px;
	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 9px 0px 9px;
	padding: 3px 0px 0px 0px;
}
#DropDownMenu dd {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#DropDownMenu .DropDownSpacer {
	display: block;
	margin: 4px 10px 4px 10px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-color: #B2B2B2;
	overflow: hidden;
}
#DropDownMenu dd a {
	display: block;
	position: relative;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	text-decoration: none;
}
#DropDownMenu dd a:visited {
	background-color: transparent;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	text-decoration: none;
}
#DropDownMenu dd a:hover {
	padding: 3px 10px 3px 10px;
	background-color: #434343;
	color: #ffffff;
	text-decoration: none;
}










