.chromestyle{
position:relative;
top: -46px;
left: 319px;
}

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

.chromestyle ul{
width: 100%;
text-align: center; /*set value to "left", "center", or "right"*/
margin: 0;
padding: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
width: 88px;
height: 16px;
float: left;
padding-top: 10px;
background: url(../images/nav.gif) 0 0 no-repeat; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background-position: 0 -26;
}

.chromestyle ul li a:active{
background-position: 0 -26;
}


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

.dropmenudiv{
position:absolute;
top: 39px;
border: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: FFFABD;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: 1px underline #FFA07A;
font-weight: bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

