.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
text-align: center; /*set value to "left", "center", or "right"*/
border:none;
background: url(../img/img_pt/top_18.jpg) center top repeat-x; /*THEME CHANGE HERE*/
width: 740px;
height:27px;
padding:0;
line-height:24px;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
}

.chromestyle li{
display: inline;

}

.chromestyle a{
text-decoration:none;
color:#FFFFFF;
padding:0 15px
}

.chromestyle a:hover {
background: url(../img/img_pt/top_18claro.jpg) center top repeat-x; /*THEME CHANGE HERE*/
padding:6px 15px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(../img/img_pt/transp.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin: 0;
border: 1px solid #93bee0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:20px;
z-index:100;
background-color: #C6DDED;
width: 140px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
display: block;
text-indent: 3px;
border-bottom: 0; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-decoration: none;
line-height: 20px;
color:#0065b3;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#93bee0;
color:#FFFFFF;
}
