﻿/*-----------GERAL------------*/
ul.ulMenu {  
    list-style      : none;  
    list-style-type : none;
    height          : 48px;
    margin          : 0;
    padding         : 0px;
    width           : 718px;  
    background      : url(/img/fundoMenu.jpg) repeat-x;
    white-space     : nowrap;  
    border          : 1px solid #4F4F4F;
}




/*-----------GERAL------------*/

/*-----------DIVISORES------------*/
ul.ulMenu .div
{
    padding         : 0px;
    height          : 48px;
    width           : 2px;
    background      : url('/img/divMenu.jpg');
    list-style-type : none;
}
/*-----------DIVISORES------------*/
     
/*-----------NIVEL 1------------*/
ul.ulMenu li   
{
    list-style      : none;  
    list-style-type : none;
    float           : left;  
    height          : 48px;
    padding         : 0px 0px 0px 0px;
    position        : relative;
    text-align      : center;
}  

ul.ulMenu li a  
{
    list-style      : none;  
    list-style-type : none;
    font-family     : Verdana;
    font-weight     : bold;
    font-size       : 13px;
    color           : #ffffff;
    line-height     : 48px; 
    display         : block;  
    text-decoration : none;  
    padding         : 0px 0px 0px 0px;
}  
ul.ulMenu li a:hover  
{
    background      : #4F4F4F;  
}  
/*-----------NIVEL 1------------*/
    




ul.ulCat {  
    list-style      : none;  
    list-style-type : none;
    height          : 48px;
    margin          : 0;
    padding         : 0px;
    width           : 248px;  
    background      : url(/img/fundocat.jpg) repeat-x;
    white-space     : nowrap;  
    border          : 1px solid #E76102;
}

ul.ulCat .liCat   
{
    list-style      : none;  
    list-style-type : none;
    float           : left;  
    height          : 48px;
    padding         : 0px 0px 0px 0px;
    position        : relative;
    text-align      : center;
    width           : 124px;
    cursor          : pointer;

}  

ul.ulCat .liCat a  
{
    list-style      : none;  
    list-style-type : none;
    font-family     : Verdana;
    font-weight     : bold;
    font-size       : 13px;
    color           : #ffffff;
    line-height     : 48px; 
    display         : block;  
    text-decoration : none;  
    padding         : 7px;
    line-height     : 17px;
}  
ul.ulCat .liCat a:hover  
{
    background      : #E76102;  
}  