.chromestyle{ width: 99%; font-weight: normal; font: normal 11px arial;}

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

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

.chromestyle ul li{ display: inline;}

/*THEME CHANGE HERE*/
.chromestyle ul li a{ color: #47596A; padding: 2px 0px; margin: 0; text-decoration: none;}
.chromestyle ul li:hover a {text-decoration:none;}
.chromestyle ul li a:hover {text-decoration:none;}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #47596A; /*THEME CHANGE HERE*/
font:normal 10px arial;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 0px solid #DDE3E8; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
color: #47596A;
}

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