#tabsv {
   width: 195px;
   height: 400px;
   margin: -10px 0 0 -5px;
   margin-top: 100px;
   /*background-color:#ffffff;
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;*/
   background-image:url(http://www.artsperruquers.com/imatges/imatges_clients/artsperruquers/fonsmenu.jpg);
   background-repeat:no-repeat;
	}

   #tabsv ul{
   list-style: none;
	}
	
#tabsv li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	/*height: 100%;*/
	line-hight: 20px;
	text-decoration: none;
	font: regular 22px Arial, sans-serif;
	}	
	
#tabsv li a:link, #tabsv li a:visited {
	color: #983637;
	display: block;
	padding: 10px 0 0 10px;
	}
	
#tabsv li a:hover, #tabsv li #current {
	color: #d13334;
	padding: 10px 0 0 10px;
	}
	
/*#tabsv li a:active {
	color: #0000;
	padding: 10px 0 0 10px;
	}*/
	
