/* CSS Document */

.glossymenudir{
margin:0 auto;
width: 124px; /*width of menu*/
border: 0px solid #019442;
float:left;
}

.glossymenudir a.menuitemdir{
/*background-color:#999999;*/
background-image:url(../img/bt1.jpg);
background-repeat:repeat-x;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 142px;
text-decoration: none;
height:22px;
float:left;
padding-left:18px;
padding-top:6px;
}


.glossymenudir a.menuitemdir:visited, .glossymenudir .menuitemdir:active{
color: #000000;
}

.glossymenudir a.menuitemdir .statusicondir{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
right:143px;
border: none;
}

.glossymenudir a.menuitemdir:hover{
background-color:#CCCCCC;
background-image:url(../img/bt1h.jpg);
background-repeat:repeat-x;
}
/*CONFIGURAÇÕES DO SUB-MENU*/
.glossymenudir div.submenudir{ /*DIV that contains each sub menu*/
float: left;
width:160px;
}

.glossymenudir div.submenudir ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenudir div.submenudir ul li{
border-bottom: 0px solid blue;
background-color:#f9f8f8;
border-bottom:1px dashed #CCCCCC;
}

.glossymenudir div.submenudir ul li a{
display: block;
/*font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #333333;
text-decoration: none;
padding:4px;

}

.glossymenudir div.submenudir ul li a:hover{
background:#f4f1f1;
}

.sanfonabtdir
{
/*background-color:#999999;*/
background-image:url(../img/bt1.jpg);
background-repeat:repeat-x;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 142px;
text-decoration: none;
height:22px;
float:left; 
padding-left:18px;
padding-top:6px;      
}

.sanfonabtdir:hover
{
background-color:#CCCCCC;
background-image:url(../img/bt1h.jpg);
background-repeat:repeat-x;
}