#tabsv {
	width: 170px;
	border-color: #c02222;
	border-width: 1px;
   	margin: -10px 0 0 -5px;
	}

   #tabsv ul{
   list-style: none;
	}
	
#tabsv li a {
  	height: 32px;
  	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	color: #c02222;

	}	
	
#tabsv li a:link, #tabsv li a:visited {
	color: #5c5b5b;;
	display: block;
	/*background: url(menu136.gif) repeat-x;*/
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:hover, #tabsv li #current {
	color: #c02222;
	/*background: url(menu136.gif) repeat-x 0 -32px;*/
	background-position:left;
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:active {
	color: #5c5b5b;
	/*background: url(menu136.gif) repeat-x 0 -64px;*/
	padding: 10px 0 0 10px;
	}