.chromestyle{
width: 99%;
}

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

.chromestyle ul{
width: 500px;
font:normal 12px Arial, Helvetica, sans-serif;
padding:0px 0px 0px 0px;
float:right;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
display:block;
list-style:none;
padding:0px 0px 0px 8px;
}

.chromestyle ul li a{
color: #ffffff;
height:22px;
display:block;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color:#002142;
}

.chromestyle ul li a.clicked{
background:#464646;
}

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

.dropmenudiv1{
position:absolute;
top: 0;
padding:0px 5px 0px 0px;
margin:-1px 0px 0px -5px;
text-align:left;
line-height:22px;
z-index:100;
background:url('../images/menu_bg.png');
width:100px;
visibility: hidden;
}
.dropmenudiv1 a.empty{
display: block;
width: 100%;
border-bottom: 1px solid #4a86c4; /*THEME CHANGE HERE*/
text-decoration: none;
color: #ffffff;
padding:0px 0px 0px 5px;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a.empty:hover{ /*THEME CHANGE HERE*/
color:#b7cadb;
border-bottom: 1px solid #4a86c4;
}