@charset "utf-8";
/* CSS Document */

#menu02v{
	width: 16em;
	font: 80% Verdana, Helvetica, sans-serif;
	left: auto;
}
#menu02v ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin-left: 25px;
}
#menu02v li{
	font-size: 1.5em;
	display: inline;
	margin: 25;
	padding: 25;
	text-align: left;
}
#menu02v a:link, #menu02v a:visited{
display: block;
background: #fff;
color: #05181E;
margin: 0;
padding: 0.3em 0.6em 0.3em 0;
text-decoration: none;
text-align:left;
border-right: 5px solid #00C000;
}
#menu02v a:hover, #menu02v a:focus, #menu02v a:active{
	border-color: #05181E;
	text-decoration: none;
	color: #00CC00;
	background-color: #009900;
}

