/* MENU DAS APLICAÇÕES */
#app-menu
{
    clear: both;
    width: 99.8%;
    max-width: 99.8%;
    height: 30px;
    line-height: 30px;
    display: block;
    z-index: 497;
    padding: 1px 1px 1px 5px;
    margin: 0;
    
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8, #ffffff 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
    background: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
    background: -o-linear-gradient(top, #e8e8e8, #ffffff);
    background: -ms-linear-gradient(top, #e8e8e8, #ffffff);
    background: linear-gradient(top, #e8e8e8, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff');
    
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

#nav
{
    background:none;
    padding-top: 10px;
    z-index: 498;
}

#nav, #nav ul
{
    margin: 0;
    padding:5px 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index:499;
}

#nav a:link, #nav a:active, #nav a:visited
{
    display: block;
    padding: 0 10px 0 10px;
    border: none;
    color: #333;
    font-size: 11px;
    font-weight:bold;
    text-decoration: none;
    background: none;
}

#nav a:hover
{
    color: #e20074;
    text-decoration: none;
}

#nav li
{
    float: left;
    position: relative;
}

#nav li a img
{
    vertical-align:text-top;
    margin:0 5px;
}

#nav li.parent
{
    padding-right: 1em;
    background-image: url(../image/icons/16x16/arrow2_s.png);
    background-position: right;
    background-repeat: no-repeat;
}

#nav ul
{
    position: absolute;
    min-width:20em;
    width:auto;
    top: 1.5em;
    display: none;
    background-color: #ffffff;
    
    -webkit-box-shadow: #c8c8c8 1px 1px 4px, #efefef 0 0 12px inset;
       -moz-box-shadow: #c8c8c8 1px 1px 4px, #efefef 0 0 12px inset;
            box-shadow: #c8c8c8 1px 1px 4px, #efefef 0 0 12px inset;
            
    -webkit-border-radius:2px;
       -moz-border-radius:2px;
            border-radius:2px;
            
    border: #c8c8c8 1px solid;
}

#nav ul li
{
    line-height: 225%;
    padding:0 0 0 5px;
}

#nav ul li.parent
{
    background: url(../image/icons/16x16/arrow2_e.png) 19.5em 4px no-repeat;
}

#nav li ul a
{
    min-width: 20em;
    width:100%;
    max-width:auto;
    float: left;
    white-space:nowrap;
}

#nav ul ul
{
    top: auto;
}

#nav li ul ul
{
    left: 20em;
    margin:0 0 0 1em;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul
{
    display: none;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul
{
    display: block;
}
