.chromestyle{
width: 99%;
font-weight: normal;
margin-top:5px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding-top: 10px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
font:normal 15px Arial !important;
}

.chromestyle ul li{
display: inline;
margin-left:5px;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0px 7px;
margin: 0;
background: url(../images/layout/menu_divide.jpg) no-repeat right bottom;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
text-decoration: underline;
color: #FFFFFF; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 14px Arial !important;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
background: url(../images/layout/menu1.png) repeat-x top left;
/*margin-top: 15px;*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0 2px 5px;
text-decoration: none;
color: black;
background: url(../images/layout/menu.png) repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
}