/* Start of CMSMS style sheet 'Navigation' */
#v_nav {
	/*position: absolute;*/
float:left;
	margin-left:14px;
	top: 0px;
	width: 130px;
	/*height: 350px;*/
}

#v_nav ul {
	margin: 0px;list-style: none;
	padding-left:0px; /* sets gap from left edge of 'ul' to first menu item*/
}

#v_nav li {
	float: left;
	list-style: none;
	margin-right: 10px; /* sets gap between menu items*/
	margin-bottom: .5px;
}


#v_nav li a:link, #v_nav li a:visited {
	display: block;
	width: 170px;
	height: 22px;
	padding-right: 5px;
	padding-top:5px;
	margin-left: 0px;
	margin-top: 5px;
	background-color: #134c10;
	border: #828282 solid 1px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	font-size: 14px;
	line-height:16px;
}


#v_nav li a:hover {
	background-color: #e8d0ae;
	border: #828282 solid 1px;
	color:  #134c10;
}

#v_nav ul ul{
	margin: 0px;list-style: none;
	padding-left:0px; /* sets gap from left edge of 'ul' to first menu item*/
}

#v_nav li li{
	float: left;
	list-style: none;
	margin-right: 10px; /* sets gap between menu items*/
	margin-bottom: .5px;
}


#v_nav li li a:link, #v_nav li li a:visited {
	display: block;
	width: 160px;
	height: 18px;
	padding-right: 5px;
	padding-top:2px;
	margin-left: 10px;
	margin-top: 5px;
	background-color: #8B8B8B;
	border: #828282 solid 1px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	font-size: 14px;
	line-height:16px;
}


#v_nav li li a:hover {
	background-color: #134c10;
	border: #828282 solid 1px;
	color:  #ffffff;
}


/* End of 'Navigation' */

