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

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

.chromestyle ul{
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a {}
.chromestyle ul li a.last {}
*+html .chromestyle ul li a.last {}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{}

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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
font-size:12px;
width: auto;
display: block;
text-decoration: none;
background:#2377B7 url(../images/submenu-bg.jpg) repeat-x;
font-weight: bold;
color: #fff;
padding:5px 0 5px 5px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#64AFE8 url(../images/submenu-hover-bg.jpg) repeat-x;
}
