#nav {
	position: absolute;
	float: left;
	width: 125px;
	top: 260px;
	left: 14px;
	
	font-size: x-small;
	
 	voice-family: "\"}\"";
 	voice-family: inherit;
	font-size: small;
}
html>body #nav {
	font-size: small;
} 

#primary {
	border: 1px solid #537FB0;
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #537FB0;
	border-bottom: 1px solid #537FB0;
	padding: 0;
}
#primary .nav-item {
	background: #ECECEC;
	color: #121212;
}
#primary .nav-active {
	background: #295D94 url(../images/arrow-left-white.gif) no-repeat scroll left;
}
#primary .nav-active2 {
	background: #679fda url(../images/bullet-white.gif) no-repeat scroll left;
	color:#FFFFFF;
}
.nav-head {
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background: #295D94;
	color: White;
	width: auto;
}

#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}

#nav ul ul a{
		display: block;
		padding: 1px 5px 1px 25px;
		border-left: 2px solid #537FB0;
		border-right: 2px solid #537FB0;
		background-color: #AD9579;
		color: #1E4C00;
		text-decoration: none;
		width: auto;
		}
				
#nav li {
		padding: 0;
		margin: 0;
		}
#nav li a {
		display: block;
		padding: 1px 5px 1px 15px;
		border-left: 2px solid #537FB0;
		border-right: 2px solid #537FB0;
		background-color: #6093CD#B4A586;
		color: #1E4C00;
		text-decoration: none;
		width: auto;
		}
html>body #nav li a {
		width: auto;
		}
#nav li a:hover {
		border-left: 2px solid #295D94;
		border-right: 2px solid #295D94;
		/*background-color: #B3DE52;*/
		color: White;
		text-decoration: none;
		background: #295D94 url(../images/arrow-left-white.gif) no-repeat scroll left;
		}
#nav li .nav-active {
		border-left: 2px solid #295D94;
		border-right: 2px solid #295D94;
		background-color: #537FB0;
		color: white;
		text-decoration: none;
		}