/* 
    Document   : estiloMenuTipoAba
    Created on : 30/10/2009, 00:32:17
    Author     : roberson
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#menuTipoAba {
    margin: 0 0px;
    float:left;
    width: 100%;
    background:#DAE0D2 url("../imgs/menuTipoAba/bg.gif") repeat-x bottom; 
    font-size:93%;
    line-height:normal;
}

#menuTipoAba ul {
    margin: 0;
    padding:10px 10px 0;
    list-style:none;
}

#menuTipoAba li {
    float:left;
    background:url("../imgs/menuTipoAba/left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
}

#menuTipoAba a {
    float:left;
    display:block;
    background:url("../imgs/menuTipoAba/right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#765;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menuTipoAba a {float:none;}
/* End IE5-Mac hack */

#menuTipoAba a:hover {
    color:#333;
}

#menuTipoAba #current {
    background-image:url("../imgs/menuTipoAba/left_on.gif");
    border-width:0;
}

#menuTipoAba #current a {
    background-image:url("../imgs/menuTipoAba/right_on.gif");
    color:#333;
    padding-bottom:5px;
}

p{
    margin:0;
    padding:1em;
    clear:both;
}