.chromestyle{
font-weight: bold;position:absolute;left:360px;top:65px;height:20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 50px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 4px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0px;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a{
color: #F0F0F0;
padding: 4px 10px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{color:#F0F0F0;}
.chromestyle ul li a:link{color:#F0F0F0;}
.chromestyle ul li a:visited{color:#F0F0F0;}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
left:220px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
font:n ormal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
}

.dropmenudiv a{
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #333366;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover
{
background-color: #F0F0F0;
}

