.bg
{
    background: url(images/bullet.gif);
}
.menu
{     
    
    background-position: #fff url(images/button1a.gif) repeat-x;
    padding: 0 0 1px 0px;
    margin: 0;
    list-style: none;
    height: 19px;
    background: #fff;  
    position: relative;
    font-family: Verdana, Bitstream Vera Sans, Helvetica; text-align: left; vertical-align: text-top;   
    }

.menu li.head
{
    padding: 5px 0 0 3px;
    color: #000000;
    background-color: #C0C0C0;
    line-height: 15px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    height: 22px;
    border-bottom-color: #808080;
}
.menu li.top
{
    font-family: Verdana, Bitstream Vera Sans, Helvetica;
    display: block;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    height: 19px;
}
.menu li a.top_link
{
    display: block;
    float: left;
    height: 19px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
    font-size: 9px; 
    padding: 0 0 0 0px;
    cursor: pointer;
}

.menu li a.top_Pop
{
    display: block;
    float: left;
    height: 19px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
    font-size: 9px; 
    padding: 0 0 0 0px;
    cursor: pointer;
}

.menu li a.top_link span
{
    border-style: none none solid solid;
    border-width: thin;
    border-color: #808080;
    float: left;
    display: block;
    padding: 0 4px 0 4px;
    height: 19px;
    margin-right: 0px;
    margin-left: 0px;
}
.menu li a.top_link span.down
{
    float: left;
    display: block;
    padding: 0 24px 0 12px;
    height: 19px;
    background:  url(images/down.gif) no-repeat right top;
}
.menu li a.top_link:hover
{
    background-position: url(images/bullet.gif) no-repeat;
    color: #FFFFFF;
    background: url(images/bullet.gif) no-repeat;
    background-color: #FFA74F;
}
.menu li a.top_link:hover span
{
    background: url(images/bullet.gif) no-repeat right top;
    color: #FFFFFF;
}
.menu li a.top_link:hover span.down
{
 
   background: url(images/bulleta.gif) no-repeat right top;
}

.menu li:hover > a.top_link {color:#000; background: url(images/bullet.gif) no-repeat;}
.menu li:hover > a.top_link span
{
    background: #FFA74F url(images/bullet.gif) no-repeat right top;
}
.menu li:hover > a.top_link span.down {background:url(images/bulleta.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:275;}

.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul :hover ul ul
{
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu :hover ul.sub
{
    left: 2px;
    top: 19px;
    right: 2px;
    background: #fff;
    padding: 3px 0;
    border: 1px solid #999999;
    white-space: nowrap;
    width: 275px;
    height: auto;
    
}
.menu :hover ul.sub li
{
    display: block;
    height: 20px;
    position: relative;
    float: left;
    width: 275px;
}
.menu :hover ul.sub li a
{
    border-style: solid;
    border-color: #fff;
    font-weight: normal;
    display: block;
    font-size: 11px;
    height: 20px;
    width: 274px;
    line-height: 20px;
    text-indent: 5px;
    color: #000;
    text-decoration: none;
    border-width: 0 0 0 0px;
}
.menu :hover ul.sub li a.fly {background:#fff url(images/button.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover
{
    background-position: #999999;
    background-color: #FFA74F;
    color: #fff;
}
.menu :hover ul.sub li a.fly:hover
{
    background: #999999 url(images/button_over.gif) 80px 7px no-repeat;
    color: #fff;
}
.menu :hover ul li:hover > a.fly
{
    background: #999999 url(images/button_over.gif) 80px 7px no-repeat;
    color: #fff;
} 

.menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul, .menu :hover ul :hover ul :hover ul :hover ul, .menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
    left: 90px;
    top: -4px;
    background: #fff;
    padding: 3px 0;
    
    white-space: nowrap;
    width: 93px;
    z-index: 275;
    height: auto;
}
