.sesion
{
    background: #fff;
    border-top:none;
    height: 28px;
    float:left;
    margin-top:17px
}

#tools
{
    width:760px;
    /*width: 58%;*/
    margin: 0 auto;
    background: #cceeff;
    font-size:85%;
    padding-left:40px;
    height: 28px;
    /*border-bottom: 1px solid #009794;*/
}

#tools a
{
    display: block;
    color: #00557d;
    padding: 8px 10px 7px 10px;
    font-weight:lighter;
    text-decoration: none;
}

#tools a:hover
{
    color:#fff;
    background: url(../img/general/right2.png) center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

#tools a.admin:hover
{
    color:#fff;
    background: url(../img/general/right2.png) center;
    
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
}

#tools ul
{
    height: 28px;
}

#tools ul,li
{
    list-style: none;
    margin:0;
    padding:0;
}
 
#tools li
{
    float:left;
    text-align:center;
    position: relative;
    margin-left:5px;
}
 
#tools .submenu
{
    display: none;
    position: absolute;
    left: -1px;
    height: auto;
    background-color:#cceeff;
    border:1px solid #00557d;
    padding-left:15px;
    z-index:100;
}
 
#tools .submenu li
{
    float: none;
    position: static;
    margin: 0;
    border-bottom: 1px solid #cceeff;
    width: 124px;
    text-align:left;
}
 
#tools .submenu li a
{
    color: #333;
    background: #fff;
    width: auto;
    font-size:12px;
    font-weight: normal;
    padding:8px;
}
#tools .submenu li a:hover
{
    color: #fff;
    background: #009acd;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    padding:4px;
    margin:4px;
}