/*NAVIGATION STYLES*/
/*Note: Each level of navigation is given a class name like nav-level-x where x is the depth starting from 0*/

#nav a {
	margin:0;
	padding:0;
	border:0;
	width:auto;
	color:#227D3C;
	display:block;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#nav a.active {
  font-weight:bold;
}
#nav div a{
	color:#227D3C;
	border-top-width:   1px;
	border-left-width: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A3A5A0;
}
#nav div div a {
	background-image:none;
	background-color:#E4E4E4;
	color:#000;
	border-bottom-width:0px;
	font-size:11px;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A3A5A0;
}
#nav div div div {

}
#nav div div div a {
	color:#373737;
	background-image: url(/images/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-left: 28px;
}
