#menu01v {
  font-family: Arial,Helvetica,sans-serif;
  font-variant: normal;
  font-size: 80%;
  font-size-adjust: none;
  width: 12em;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
}
#menu01v ul {
  margin: 0;
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0;
  list-style-image: none;
}
#menu01v li {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  display: inline;
}
#menu01v a:link, #menu01v a:visited {
  border-right: 5px solid #f0c000;
  margin: 0;
  padding: 0.3em 0.6em 0.3em 0;
  background: #5feeee none repeat scroll 0% 50%;
  display: block;
  color: #000000;
  text-decoration: none;
  text-align: right;
}
#menu01v a:hover, #menu01v a:focus, #menu01v a:active {
  border-color: #000099;
  text-decoration: none;
  color: #000099;
  background-color: #00ccff;
}
.current01v{
	border-right: 5px solid #C8A000;
	margin: 0;
	padding: 0.3em 0.6em 0.3em 0;
	background: #00DDFF none repeat scroll 0% 50%;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: right;
}