/* CSS Document */

#navigation{
    width: 145px;
    margin:auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
	float:left;
	border-right:1px solid #444;
	
}

 

#navigation h1.quesos{
background: url(../images/comunes/menu-quesos.gif);
    width:145px;
    height:20px;
    text-indent:10px;
    font-size:12px;
	color:#92815B;
    border-bottom:1px solid #444444;
    margin:0px;
    padding:0px;
	
}

#navigation h1.quienes{
background:#fff;
    width:145px;
    height:20px;
    text-indent:10px;
    font-size:12px;
	color:#92815B;
    border-bottom:1px solid #444;
    margin:0px;
    padding:0px;
	
}

#navigation h1.ibericos{
background: url(../images/comunes/menu-ibericos.gif);
    width:145px;
    height:20px;
    text-indent:10px;
    font-size:12px;
	color:#92815B;
    border-bottom:1px solid #444;
    margin:0px;
    padding:0px;
	
}

#navigation h1.aceites{
background: url(../images/comunes/menu-aceites.gif) repeat ;
    width:145px;
    height:20px;
    text-indent:10px;
    font-size:12px;
	color:#92815B;
    border-bottom:1px solid #444;
    margin:0px;
    padding:0px;
	
}

#navigation h1.delicate{
background: url(../images/comunes/menu-delica.gif)  repeat ;
    width:145px;
    height:20px;
    text-indent:10px;
    font-size:12px;
	color:#92815B;
    border-bottom:1px solid #444;
    margin:0px;
    padding:0px;
	
}

#navigation h1.vinos{
background: url(../images/comunes/menu-vinos.gif)  repeat ;
    width:145px;
    height:20px;
    text-indent:10px;
    font-size:12px;
	color:#92815B;
    border-bottom:1px solid #444;
    margin:0px;
    padding:0px;
	
}
 
#navigation ul {
    padding:0px;
    margin:0px;
    list-style-type: none;
    font-size:10px;
	
}
 
/* Menu Principal*/
 
.mainMenu a{
    display: block;
    padding: 5px 0px 5px 25px;
    border-bottom:1px solid #E3E3E3;
    border-top:1px solid #FFF;
    width:120px;
    text-decoration: none;
    font-weight:normal;

	
}
 
.mainMenu a:link, .mainMenu a:visited{
    color: #776F66;
    background: #F9F9F9;
}
 
.mainMenu a:hover{
    color: #A99655;
    background: #F7F7F7 ;
}

/* SubMenu*/
.subMenu a:link, .subMenu a:visited{
    color: #999999;
    background: #FFFFFF;
}

.subMenu a:hover{
    color: #666666;
    background: #FFFFFF;
}

