
                                         /* Por Herbert Bohn, ID. [30.3.2009] */
*{
    outline: none;
}

#nav {
    padding:0;
    margin: 0 auto;
    /*margin-bottom: 10px;*/
    width: 760px;
    height:25px;
    background: url(../imagens/menu.jpg);
    font-family:arial, verdana, sans-serif;
    text-align: left;
    position:relative;
    list-style:none;
    z-index:200;
    /*border-left: 1px solid #FF6600;
    border-right: 1px solid #FF6600;
    border-bottom: 1px solid #FF6600;*/
    border-left: 10px solid white;
    border-right: 10px solid white;
}

#nav li.top {
    display:block;
    float:left;
}

#nav li a.top_link {
    display:block;
    float:left;
    height:25px;
    line-height:23px;
    color: black;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    padding:0 21px 0 0;
    _padding:0 16px 0 0;
    *padding:0 16px 0 0;
    cursor:pointer;
}

#nav li a.top_link span {
    float:left;
    display:block;
    padding:0 10px 0 10px;
    height:25px;
}

#nav li a.top_link span.down {
    float:left;
    display:block;
    height:20px;
}

#nav li:hover a.top_link, #nav a.top_link:hover {
    background: white;
    color: black;
}

#nav li:hover a.top_link span.down,#nav a.top_link:hover span.down{ }

#nav li:hover {
    position:relative;
    z-index:200;
}

#nav a:hover {
    position:relative;
    white-space:normal;
    z-index:200;
}

#nav :hover ul.sub {
    left:1px;
    top:25px;
    background: white;
    border: 1px solid #EC9F69;
    border-left: 9px solid #EC9F69;
    text-indent: 5px;
    white-space:nowrap;
    width:140px;
    height:auto;
    z-index:300;
}

#nav :hover ul.sub li {
    display:block;
    height:20px;
    position:relative;
    float:left;
    width:140px;
    font-weight:normal;
}

#nav :hover ul.sub li a {
    display:block;
    font-size:12px;
    height:20px;
    width:140px;
    line-height:20px;
    color:#000;
    text-decoration:none;
    border-bottom: 1px solid #EC9F69;
}

#nav :hover ul.sub li a:hover {
    background:#EC9F69;
    color:black;
    font-weight: bold;
    text-indent: 10px;
    height: 20px;
}

#nav :hover ul.sub li a.fly:hover {
    color:#fff;
}

#nav ul,#nav a:hover ul ul,#nav a:hover a:hover ul ul,#nav a:hover a:hover a:hover ul ul,#nav a:hover a:hover a:hover a:hover ul ul {
    position:absolute;
    left:-9999px;
    top:-9999px;
    width:0;
    height:0;
    margin:0;
    padding:0;
    list-style:none;
}

