﻿/*-----------GERAL------------*/
ul.ulMenu {  
    list-style      : none;  
    list-style-type : none;
    height          : 46px;
    margin          : 0;
    padding         : 0px;
    width           : 860px;  
    white-space     : nowrap; 
    margin          : 0 20px;
    
}
/*-----------GERAL------------*/

/*-----------DIVISORES------------*/
ul.ulMenu .div
{}
/*-----------DIVISORES------------*/
     
/*-----------NIVEL 1------------*/
ul.ulMenu li   
{
    list-style      : none;  
    list-style-type : none;
    float           : left;  
    height          : 46px;
    padding         : 0px;
    position        : relative;
    text-align      : center;
}  

ul.ulMenu li a  
{
    list-style      : none;  
    list-style-type : none;
    font-family     : arial;
    font-size       : 17px;
    color           : #ffffff;
    line-height     : 46px; 
    display         : block;  
    text-decoration : none;  
    padding         : 0px 25px;
    text-transform  : uppercase;
    cursor          : pointer;
}  
ul.ulMenu li a:hover  
{
    background      : url('/img/imgFundoMenuCabHover.jpg');  
}  

.cssMenuSelect
{
    background      : url('/img/imgFundoMenuCabHover.jpg');  
}  

/*-----------NIVEL 1------------*/
    