#tabsv {
	width: 150px;
	border-color: #ffffff;
	border-width: 1px;
    margin: -10px 0 0 -5px;
	}

   #tabsv ul{
   list-style: none;
	}
	
#tabsv li a {
  	height: 32px;
  	font-family:Arial, Helvetica, sans-serif; font-size:15px;
	font-weight:lighter;
  	voice-family: inherit;
  	height: 26px;
	text-decoration: none;
	color: #141414;

	}	
	
#tabsv li a:link, #tabsv li a:visited {
	display: block;
	/*background: url(menu132.gif) repeat-x;*/
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:hover, #tabsv li #current {
	color: #ba122b;
	font-weight:bold;
	/*background: url(menu132.gif) repeat-x 0 -32px;*/
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:active {
	color: #ba122b;
	font-weight:bold;
	/*background: url(menu132.gif) repeat-x 0 -64px;*/
	padding: 10px 0 0 10px;
	}