@charset "utf-8";
/* CSS Document */

#menuNavRoot, #menuNavRoot ul, #menuNavRoot li {
	list-style-type:none;/*NEEDED*/
	list-style-position:outside;/*NEEDED*/
	background:none;
}
.menuNavTopLevelTop {
	margin:0;/*NEEDED*/
	padding:0;/*NEEDED*/
	position:absolute;/*NEEDED*/
	z-index:2000;
	position:absolute;
	left:50%;
	margin-left:-480px;
	top:78px;
	width:900px;
}

/*----------TOP NAV STYLE-----------*/
.menuNavTopLevel a:link, .menuNavTopLevel a:visited {
	display:block;/*NEEDED*/
	padding: 15px 18px 14px 18px; /*SETS THE HEIGHT AND WIDTH OF THE TOP LEVEL NAVIGATION*/
	font: Helvetica, Arial, Tahoma, sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:15px;
	color:#fff;
	text-decoration:none;
}

/*-------TOP NAV HOVER STYLE--------*/
.menuNavTopLevel:hover a:link, .menuNavTopLevel:hover a:visited {
	color:#f8c94c;
	margin:0px;
}

/*----TOP NAV CURRENT ITEM STYLE----*/
.menuNavTopLevelCurrent a:link, .menuNavTopLevelCurrent a:visited, .menuNavTopLevelCurrent:hover a:link, .menuNavTopLevelCurrent:hover a:visited{
	color:#f8c94c;
	margin:0px;
	background:url('../images/menu_arrow.png') no-repeat center bottom;
}

#menuNavRoot li {
	float:left;/*NEEDED*/
	position:relative;/*NEEDED*/
	padding:0px;
}
#menuNavRoot ul {
	position:absolute;/*NEEDED*/
	display:none;/*NEEDED*/
}
ul#menuNavSubRoot {
	width:202px;
	margin: 0px;
	left:0px;
	top:46px;
	/*height:0px;*/
	border:1px solid #1558d0;
}
.menuNavSubLevel a {
	text-transform:none !important;
	margin: 0px !important;
	border-top:1px solid #2382e2 !important;
	background: #1c77d4 !important;
	padding: 7px 0px 7px 15px !important;
	font-size:14px !important;
	font-weight:normal !important;
	color:#fff !important;
}
.menuNavSubLevel a:hover {
	background-color:#1558d0 !important;
	border-top:1px solid #1558d0 !important;
	text-transform:none !important;
	background-image:none;
	color:#fff;
}
.menuNavThirdLevelTop {
	position:absolute;
	top:0px;
	left:145px;
	width:225px;
}
li.menuNavSubLevel, li.menuNavThirdLevel {
	width:100%;/*NEEDED*/
}

