.chromestyle{
width: 99%;
font-weight: bold;
position: relative;
left: 20px;
top: -10px;
*top: 15px;

}

.chromestyle:after{                            /* Margem entre o menu e o resto do conteudo no Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;

padding: 0px 0;
margin: 0;12:03 04/02/09
text-align: center;
height: 20px;
*height: 63px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
margin: 0;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 13px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
padding: 18px 10px; 
position: relative;
top: 10px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{  		/*hack para o ie*/


}

/* --------------------- Drop Down Menu ------------------------ */

.dropmenudiv{
position:absolute;
top: 770px;
border: 1px solid black;
border-top: 0px solid #fff;
font-family:  Arial, sans-serif;
font-size: 12px;
line-height:18px;
z-index:100;
background-color: #2a3658;
width: 185px;
opacity:0.95;						/*transparencia firefox*/
filter:alpha(opacity=95);					/*transparencia ie*/
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #000;
padding: 2px 3;
text-decoration: none;
color: white;
}

* html .dropmenudiv a{       /*IE hack*/
width: 100%;
}

.dropmenudiv a:hover{					/* Sobreposicao do menu*/
font-family:  Arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: yellow;
background-color: #2a3658;
}