
#tabsv {
   width: 200px;
	border: 1px solid #ccc;
   margin: -10px 0 0 -5px;
	}

   #tabsv ul{
   list-style: none;
	}
	

#tabsv li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#tabsv li a:link, #tabsv li a:visited {
	color: #888;
	display: block;
	background: url(menu3.gif);
	padding: 8px 0 0 30px;
	}
	
#tabsv li a:hover, #tabsv li #current, #tabsv li a:active {
	color: #283A50;
	background: url(menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}