.nav {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	font-size: 11px;
}
.nav ul{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
.nav li{
margin: 0; /*removes indent IE and Opera*/
}
.nav a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #EFB30F;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000000;
	text-decoration: none;
}
.nav a:link, .nav a:visited {
text-decoration: none;
	color: #000000;
}

.nav a:hover, .nav a:active {
background-color: #CC980D;
background-repeat: no-repeat;
background-position: 0% 50%;
	color: #FFFFFF;
}
.nav h3{
	padding: 2px 2px 2px 10px;
	background-color: #0150A3;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFFFFF;
}
.anav {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	font-size: 11px;
}
.anav ul{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
.anav li{
margin: 0; /*removes indent IE and Opera*/
}
.anav a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000000;
	text-decoration: none;
}
.anav a:link, .anav a:visited {
text-decoration: none;
	color: #000000;
}

.anav a:hover, .anav a:active {
background-color: #3366CC;
background-repeat: no-repeat;
background-position: 0% 50%;
	color: #FFFFFF;
}
.anav h3 {
	padding: 2px 2px 2px 10px;
	background-color: #0150A3;
	background-image:  url(assets/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFFFFF;
}
