/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

/* Formata as abas */
.shadetabs li a {
    background: url("shade.gif") repeat-x scroll left top white;
    border: 1px solid #777788;
    color: #fff;
    margin-right: -2px;
    padding: 3px 6px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    background-color: #1C5A80;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4F96C0;
}

.shadetabs li a.selected{ /*selected main tab style */
    position: relative;
    top: 1px;
    background-color: #fff;
    color: #1B4388;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../hotsites/engmil/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

