/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
/*http://www.13styles.com/category/css-menus/*/
/*tb bom:www.cssplay.co.uk/menus*/
#stylefour{position:relative;display:block;height:39px;font-size:8pt;font-weight:bold;background:transparent url(../images/MenuTopOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:2px solid #95f903;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 10px 0 10px;height:23px;background:transparent url(../images/MenuTopDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(../images/MenuTopON.gif) no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


/*NOVO MENU*/
/*http://www.exploding-boy.com/2005/12/29/14-free-vertical-css-menus/*/
/*http://e-lusion.com/design/menu/*/
/*- Menu 7--------------------------- */	

#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #888;
	display: block;
	background: url(../images/MenuLat.gif);
	padding: 8px 0 0 30px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	background: url(../images/MenuLat.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
	
	