.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0;
width: 100%;
background: url(botao1.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 3px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 3px 12px;
text-decoration: none;
border-right: 0;
margin:0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
margin: 0;
color: #0093E5; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#ffffff;
line-height:18px;
z-index:100;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#ffffff;
border-bottom:  1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
background: #2C2C2C;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #ffffff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
margin: 0;
color: #0093E5;
}

body{
margin:0;
}