#tabsv {
	width: 100px;
   margin: 14px 0 0 -5px;
   border-right: solid 3px #ffffff;
	}

   #tabsv ul{
   list-style: none;
	}
	
#tabsv li a {
	margin-right: 2px;
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
		color: #9e3049; /*text passar per sobre*/

	}	
	
#tabsv li a:link, #tabsv li a:visited {
	color: #ffffff; /*color de la lletra en normal*/
	display: block;
	background: url(menu18.gif) repeat-x;
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:hover, #tabsv li #current {
	color: #9e3049; /*text passar per sobre*/
	font-weight: bold;
	background: url(menu19.gif) repeat-x 0 -32px;
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:active { /*totes aquestes acción al clicar*/
	/*color: #ffffff; 
	background: url(menu18.gif) repeat-x 0 -64px;
	padding: 10px 0 0 10px;*/
	}