/*
Image Cache (preloads mouseover graphics to avoid delay)
--------------------------------------------------------
*/

#menuCache {
	display:none;
}


/*
Menu Button elements
-------------------------
*/

#menuArea {
	display:block;
	float:left;
	position: absolute;
	top: 80px;
	left: 5px;
	width: 740px;
	height: 24px;
	background-image: url("../images/common/menu/menu_background.gif");
	background-repeat: no-repeat;
	z-index: 90;
	text-align: center;
}

#menuArea a {
	display: block;
	position: absolute;
	top: 0px;
	height: 24px;
	text-decoration: none;
}

#menuArea h3 a  {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #ffffff;
	border: none;
}

#menuArea h3 a:hover   {
	background-color: #FFF;
	border-left: 1px solid #a7a49a;
	border-right: 1px solid #565245;
	color:#000;
}

#menuArea a:hover {
	background-color: #FFF;
	border-left: 1px solid #a7a49a;
	border-right: 1px solid #565245;
	color:#000;
}

#menuArea a.Menulink h3 {
	background-color: transparent;
	border-left: 1px solid #d2cdbc;
	border-right: 1px solid #908a73;
}
