@charset "utf-8";
/* CSS Document */

#menuNavRoot, #menuNavRoot ul {
	list-style-type:none;/*NEEDED*/
	list-style-position:outside;/*NEEDED*/
}
.menuNavTopLevelTop {
	margin:0;/*NEEDED*/
	padding:0;/*NEEDED*/
	position:absolute;/*NEEDED*/
	z-index:2000;
	position:absolute;
	left:50%;
	margin-left:-170px;
	/*width:470px;*/
	top:52px;
}
.menuNavTopLevel a:link, .menuNavTopLevel a:visited {
	display:block;/*NEEDED*/
	padding: 10px 23px 10px 23px; /*SETS THE HEIGHT AND WIDTH OF THE TOP LEVEL NAVIGATION*/
	font: Helvetica, Arial, Tahoma, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#fff;
	text-decoration:none;
	margin:1px;
	z-index:40;
	position:relative;
}
.menuNavTopLevel a:hover, .menuNavTopLevel a:visited:hover {
	background-color:#eaf4cc;
	color:#572893;
	border:1px solid #fff;
	margin:0px;
}
#menuNavItem13016 a:hover, #menuNavItem13016 a:visited:hover { border-bottom:0px;}
/*#menuNavItem13018 a:hover, #menuNavItem13018 a:visited:hover { border-bottom:0px;}*/
#menuNavRoot li {
	float:left;/*NEEDED*/
	position:relative;/*NEEDED*/
	padding:0px;
}
#menuNavRoot ul {
	position:absolute;/*NEEDED*/
	display:none;/*NEEDED*/
	z-index:40;
}
ul#menuNavSubRoot {
	width:205px;
	margin: 0px;
	left:0px;
	top:40px;
	border:1px solid #fff;
	z-index:20 !important;
	/*height:0px;*/
}
.menuNavSubLevel a {
	background-color:#eaf4cc !important;
	text-transform:none;
	padding-top:5px !important;
	padding-bottom:5px !important;
	font-size:16px !important;
	font-weight:normal !important;
	color:#572893 !important;
	margin:0px !important;
	z-index:20 !important;
	position:relative;
}
.menuNavSubLevel a:hover {
	background-color:#fff !important;
	background-image:none;
	color:#fff;
	border:0px !important;
}
.menuNavThirdLevelTop {
	position:absolute;
	top:0px;
	left:205px;
	width:225px;
}
li.menuNavSubLevel, li.menuNavThirdLevel {
	width:100%;/*NEEDED*/
	z-index:20 !important;
}

