.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px;
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 9px 16px;
*padding: 8px 16px;
padding-bottom: 11px;
}


.chromestyle ul li a{
color: #ffffff;
padding: 5 8 5 8px;
margin:0px;
text-decoration:none;
vertical-align:baseline;
font-size: 12px;
}

.chromestyle ul li:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
text-decoration:none;
background:url(http://media.monster.com.br/V2/nav_bg1.gif) repeat-x left top; /*THEME CHANGE HERE*/
*background:url(http://media.monster.com.br/V2/nav_bg1.gif) repeat-x left -1px; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover { text-decoration: underline;}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;

visibility: hidden;
margin-left:-7px;
clear:left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
margin:6 0 6 0px;
padding: 4px 0px;
text-decoration: none;
color: #a596ab;
text-align:center;
font-size: 11px;
background-color: #4a2e57;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-decoration:none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #795487;
color:#FFFFFF;
text-decoration:none;
}