div.nav {
	padding:0px 0px 1px 0px;
	margin:0px;
	position:relative;
	border:1px #cacaca outset;
	-webkit-border-radius-top-right:5px;
	-webkit-border-radius-bottom-right:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-left:none;
}
ul.nav, li.nav {
	list-style:none;
}

li.nav {
	border-top:1px #cacaca solid;
	overflow:hidden;
}

li.nav .first {
	border-top:none;
}

li.nav ul li {
	border-top:1px #EFEFEF solid;
	background:#FBFBFB;
}


ul.navLevel_2, ul.navLevel_3, ul.navLevel_4 {
	display:none;
}

/* menu styles */

a.nav {
	display:block;
	width:auto;
	height:1%;
	padding:5px 0px 5px 15px;
	color:#000000;
	font-weight:normal;
	font-size:11px;
}

a.active, a.nav:hover {
	color:#000000;
	background-color:#efefef;
}

a.navLevel_1 {
	font-size:12px;
}

a.navLevel_2 {
	font-weight:normal;
	text-indent:10px;
}

a.navLevel_2 .active {

}

a.navLevel_3 {	text-indent:20px; }
a.navLevel_4 {	text-indent:30px; }
a.navLevel_5 {	text-indent:40px; }
a.navLevel_6 {	text-indent:50px; }
