#tabsv {
	width: 170px;
	border-color: #ffffff;
	border-width: 1px;
   margin: -10px 0 0 -5px;
	}

   #tabsv ul{
   list-style: none;
	}
	
#tabsv li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
		color: #015e4b;

	}	
	
#tabsv li a:link, #tabsv li a:visited {
	color: #5c5b5b;
	display: block;
	background: url(menu13.gif) repeat-x;
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:hover, #tabsv li #current {
	color: #015e4b;
	background: url(menu13.gif) repeat-x 0 -32px;
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:active {
	color: #000000;
	background: url(menu13.gif) repeat-x 0 -64px;
	padding: 10px 0 0 10px;
	}
