﻿#nav-v {
	width: 200px;
	padding-left: 5px;
	float: left;
	padding-top: 30px;
	color: #FFFF99;
}
#nav-v ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#nav-v ul li {
	display: block;
	text-decoration: none;
	float: left;
}
#nav-v ul li a {
	padding: 3px 3px 3px 5px;
	border-top-style: solid;
	border-width: thin;
	border-top-color: #0202C2;
	border-bottom-style: solid;
	border-bottom-color: #0202C2;
	margin-bottom: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFF99;
	text-decoration: none;
	float: left;
	width: 170px;
	text-align: left;
	clear: right;
	margin-top: 2px;
	border-right-color: #0202c2;
	border-right-style: solid;
}
#nav-v ul li a:hover {
	border-top-style: solid;
	border-width: medium;
	border-top-color: #026E02;
	border-bottom-color: #026E02;
	border-bottom-style: solid;
	border-right-color: #026E02;
}
#nav-v ul li a:selected {
	border-top-style: solid;
	border-width: medium;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
}
#nav-v ul li a:active {
	border-top-style: solid;
	border-width: medium;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-color: #FFCC00;
}

