﻿/*-----------GERAL------------*/
ul.ulMenu {  
    list-style      : none;  
    list-style-type : none;
    height          : 40px;
    margin          : 0;
    padding         : 0px;
    
    
    white-space     : nowrap;  
}
/*-----------GERAL------------*/

/*-----------DIVISORES------------*/
ul.ulMenu .div
{
    
}
/*-----------DIVISORES------------*/
     
/*-----------NIVEL 1------------*/
ul.ulMenu li   
{
    list-style      : none;  
    list-style-type : none;
    float           : left;  
    height          : 40px;
    padding         : 0px 0px 0px 0px;
    position        : relative;
    text-align      : center;
    width           : 100px;
    cursor          : pointer;
}  

ul.ulMenu li a  
{
    list-style      : none;  
    list-style-type : none;
    font-family     : 'TahomaLocal';
    font-size       : 16px;
    color           : #ffffff;
    line-height     : 30px; 
    display         : block;  
    text-decoration : none;  
    padding         : 0px 0px 0px 0px;
    
}  
ul.ulMenu li:hover  
{
    background      : url('/img/fundoMenuActive.png');  
}  

ul.ulMenu li:hover a  
{
   color            : #000000;
}  
/*-----------NIVEL 1------------*/
    
/*-----------NIVEL 2------------*/
ul.ulMenu li ul.subnav   
{
    list-style      : none;  
    list-style-type : none;
    position        : absolute; 
    left            : 0;
    top             : 35px;  
    margin          : 0;
    padding         : 0;  
    display         : none;
    z-index         : 10005;
    width           : 240px;
} 
     
ul.ulMenu li ul.subnav li  
{
    width           : 100%;
    list-style      : none;  
    list-style-type : none;
    margin          : 0;
    padding         : 0;  
    background      : url('/img/menuCab/FundoSubMenu.png') transparent;
    text-align      : left;     
}  
    
html ul.ulMenu li ul.subnav li a  
{ 
    list-style      : none;  
    list-style-type : none;
    font-weight     : normal;
    font-size       : 13px;
    line-height     : 30px;
    background      : url('/img/menuCab/FundoSubMenu2.png') transparent;
}  
      
html ul.ulMenu li ul.subnav li a:hover 
{
    background      : url('/img/menuCab/FundoSubMenu3.png') transparent;
    list-style      : none;  
    list-style-type : none;
}  
/*-----------NIVEL 2------------*/
      
/*-----------NIVEL 3------------*/
ul.ulMenu li ul.subnav li ul 
{
    list-style      : none;  
    list-style-type : none;
    margin          : 0;
    padding         : 0;  
}  
    
ul.ulMenu li ul.subnav li ul li  
{
    margin          : 0; 
    padding         : 0;  
    height          : 22px;
    width           : 100%;
    list-style      : none;  
    list-style-type : none;
    background      : transparent;  
}  
    
html ul.ulMenu li ul.subnav  li ul li a 
{   
    font-weight     : normal;
    font-size       : 10px;
    line-height     : 22px;
    padding         : 0 20px 0 20px;
    cursor          : pointer;
    background      : transparent;
    list-style      : none;  
    list-style-type : none;       
}
	
html ul.ulMenu li ul.subnav li ul li a:hover  
{
    background      : url('/img/menuCab/FundoSubMenu3.png') transparent;
}
/*-----------NIVEL 3------------*/