div#navigation {

    height: 26px;
    clear: both;
    padding: 0;
    margin:0;
    float:left;}
    
    
    #navigation ul {
        display: block;
        float: left;
        padding: 0;
        margin: 0;
        margin-bottom: 0;
        list-style: none;
        background: transparent;
        height: 26px; }  
        
#navigation ul li {
	display: block;
	float: left;
	height: 20px;
	padding: 0;
	margin: 0 2px 0 0; }
	
#navigation ul li a {
	display: block;
	float: left;
	height: 26px;
	padding: 0 8px;
	border: 0;
	text-decoration: none;
	font: bold 12px/26px Arial, sans-serif;
	/*color: #fff;*/
	color: #ceaf79;
	font-style: normal;
}
	
#navigation ul li a:hover {

	color: #fff;

}
	
#navigation ul li#current a {
	background: #ABB59D;
	color: #000;
}
	
#navigation ul li#current a:hover {
	cursor: default;
	text-decoration: none;
	color: #fff;
}
 

#navigation #cur {
	color: #fff;
}
 
/*

    #navigation ul li#azienda a:hover {text-decoration: none; color: #ABB59D; }
    #navigation ul li#servizi a:hover {text-decoration: none; color: #DAA48F; }
    #navigation ul li#prodotti a:hover {text-decoration: none; color: #FDC17F; }
    #navigation ul li#promozioni a:hover {text-decoration: none; color: #98AEC2; }
    #navigation ul li#angolo a:hover {text-decoration: none; color: #98635C; }
    #navigation ul li#contatti a:hover {text-decoration: none; color: #FFE791; }
   
  */
    
.menuOr {
    color: #000;
    text-decoration: none;
    font: bold 12px/20px Arial, sans-serif;
    padding-right: 30px;
    background: #ABB59D url(sep.gif) center right no-repeat;
}
.menuOrSel {
    color: #fff;
    text-decoration: none;
    font: bold 12px/20px Arial, sans-serif;
    padding-right: 30px;
    background: #ABB59D url(sep.gif) center right no-repeat;
}
.menuOrSel:Hover {
    color: #fff;
    text-decoration: none;
    font: bold 12px/20px Arial, sans-serif;
    padding-right: 30px;
    background: #ABB59D url(sep.gif) center right no-repeat;
}
.menuOr:Hover {
    color: #fff;
    text-decoration: none;
    font: bold 12px/20px Arial, sans-serif;
    padding-right: 30px;
    background: #ABB59D url(sep.gif) center right no-repeat;
}
