	/* Custom stilmall för Tomthults meny	 	*/

div 	{    
 	border: 0px;
	padding : 0px;
        overflow-y: hidden;
        overflow-x: hidden;
	}

a 	{    	
 	font-family: Verdana, Arial, Helvetica, sanserif;
 	font-size: 13px;
	font-weight: bold;
 	color: #666666;
	}
a:link 	{
 	color: #666666;
 	text-decoration: none;
        }
a:active {
 	color: #666666;
 	text-decoration: none;
	}
a:visited {
 	color: #666666;
 	text-decoration: none;
        }
a:hover {
 	color: #E08020;
 	text-decoration: none;
	}
