.chromestyle { width: 100%; }
.chromestyle:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.chromestyle ul{ font-family: Trebuchet MS; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none; 
 width: 100%; padding: 4px 0; margin: 0; text-align: center; }

.chromestyle ul li { display: inline; }
.chromestyle ul li a{ color: #FFFFFF; padding: 4px 7px; margin: 0; text-decoration: none;  }
.chromestyle ul li a:hover{ color: #FFD300;   }

.TextoMenu         { width: 195px; font-family: Trebuchet MS; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.TextoMenu a       { width: 195px; font-family: Trebuchet MS; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.TextoMenu a:hover { width: 195px; font-family: Trebuchet MS; font-size: 13px; font-weight: bold; color: #FFD300; text-decoration: none; }

.dropmenudiv {
position:absolute; top: 0; 
text-align: left; z-index:100;
background-color: #03A49E; 
visibility: hidden; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenudiv a{
width: auto;
display: block;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #FFFFFF;
}

.dropmenudiv a:hover{ background-color: #03A49E; }