.chromestyle{
width: 100%;
font-weight: regular;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.com_separador{
color: #999999;
padding: 0px 10px 4px 7px;
margin: 15px 0px 0px 0px;
text-decoration: none;
border-right: 1px solid #DADADA;
border-spacing:0px;
}

.sem_separador{
color: #999999;
padding: 0px 10px 4px 7px;
margin: 0px;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
color: #000000;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
left: 0px;
border: none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight: regular;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
background-color: #F0F0F0;
visibility: hidden;
}


.com_dotted{
width: 100%;
display: block;
margin:0px;
color: #999999;
text-indent: 10px;
/*border-bottom: dotted #000000; /*THEME CHANGE HERE*/
/*border-bottom-width: 1px;*/

border-color: #999999;
padding: 0px 0;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: regular;
}

.sem_dotted{
width: 100%;
display: block;
margin:0px;
text-indent: 10px;
border-bottom: none;
padding: 0px 0px 3px 0px; 
text-decoration: none;
font-weight: regular;
font-size: 11px;
text-indent: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #999999;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 80%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000000;
}