@charset "utf-8";

/* CSS Document 
------------------------- TOP LEVEL STYLING --------------------------*/
#menuNavDiv {
	margin:0;
}
#menuNavRoot, #menuNavRoot ul, #menuNavRoot ul li ul {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#menuNavRoot li {
	background:transparent url('../images/li.gif') no-repeat center left;
	float:left;
	padding:12px 12px 12px 13px;
	position:relative;
}
#menuNavRoot li:first-child {
	background-image:none;
	padding-left:12px;
}
.menuNavTopLevel a, .menuNavTopLevel a:visited {
	color:#000;
	display:block;
	float:left;
	font:normal normal bold 15px/normal Helvetica, Arial, Tahoma, Verdana, san-serif;
	text-decoration:none;
}
.menuNavTopLevel a:hover {
	color:#000;
	text-decoration:underline;
}

/*------------------------- SUB LEVEL STYLING --------------------------*/
#menuNavRoot li #menuNavSubRoot li {
	background-image:none;
	padding:0px;
}
.menuNavTopLevel ul {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#fff;
	border:1px solid #b4b4b4;
	border-radius:10px;
	display:none;
	left:12px;
	position:absolute;
	top:40px;
	width:198px;
	z-index:1;
}
.menuNavTopLevel:hover ul {
	display:block;
}
.menuNavTopLevel ul li a, .menuNavTopLevel ul li a:visited {
	background-image:none;
	border-top:1px solid #b4b4b4;
	color:#000;
	margin:0 12px;
	padding:12px 0;
	width:174px;
}
.menuNavTopLevel ul li:first-child a, .menuNavTopLevel ul li:first-child a:visited {
	border-style:none;
}
.menuNavTopLevel ul li a:hover {
	color:#262262;
	text-decoration:underline;
}
