.chromestyle{
width: 100%; /*tamanho tabela menu*/
font-weight: normal;
margin: 0;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
margin: 0;
}

.chromestyle ul{
border: 0px solid #BBB; /*borda externa menu*/
width: 100%;
background: url(botao.jpg) center center repeat-x; /*fundo menu com imagem ou somente cor*/
padding: 8px 0; /*expessura do menu principal*/
margin: 0;
text-align: center; /*centralização do texto no menu*/
}

.chromestyle ul li{
display: inline;
margin: 0;
}

.chromestyle ul li a{
color: #000000;/*cor da fonte do menu antes de linkar*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 4px 13px; /*medida e distancia do menu*/
text-decoration: none;
border-right: 0px solid #cccccc; /*divisão dos menus*/
margin:0;
font-weight: bold; /*bold ou normal*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
margin: 0;
color: #0066FF; /*cor da fonte do menu quando linkado*/
}

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #000000; /*cor da borda externa do sub-menu*/ 
border-bottom-width: 1px solid #BBB;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#663433;
line-height:18px;
z-index:100;
background-color: white;
width: 220px; /*tamanho do sub-menu*/
visibility: hidden;
font-weight: bold; /*bold ou normal*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; /*tamanho da fonte do sub-menu*/
color:#000000;
border-bottom: 1px solid #cccccc; /*cor da linha do sub-menu*/
padding: 2px 0; /*expessura do sub-menu*/
background: #e9e9e9; /*imagem (url(fundo_botao01.jpg) center center repeat-x) ou cor de fundo do sub-menu*/
text-decoration: none;
font-weight: bold; /*bold ou normal*/
text-align: center;
color: #000000; /*cor do texto do sub-menu*/
}

* html .dropmenudiv a{ 
width: 100%;
color: #333333;
}

.dropmenudiv a:hover{ 
margin: 0;
color: #0066FF; /*cor da fonte do sub-menu qdo linkado*/
font-weight: bold; /*bold ou normal*/
}


body{
margin:0;
}