#tabsv {
	width: 170px;
   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;
	}	
	
#tabsv li a:link, #tabsv li a:visited {
	color: #5c5b5b;
	display: block;
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:hover, #tabsv li #current {
	color: #fff;
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:active {
	color: #fff;
	padding: 10px 0 0 10px;
	}