.chromestyle{
width: 100%;
font-size: 13px;
font-family: Tahoma, Arial, Georgia, Sans-Serif;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.chromestyle ul{
width: 100%;
padding: 10px 5px 10px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
border-right: solid 1px #ffffff;
padding: 10px 0px;
display: inline;
margin:0px;
text-align: left;
}

.chromestyle ul li a{
color: #ffffff;
margin: 0px;
padding: 10px 6px;
text-decoration: none;
text-align: left;
}

.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #ffffff;
background-color: #527EC3;
text-align: left;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
padding: 0px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:normal 12px Tahoma, Arial, Verdana;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: auto;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 3px 6px;
text-decoration: none;
color: #333333;
border-bottom:dotted 1px #d2d2d2;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
color: #333333;
text-align: left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
color: #333333;
text-align: left;
}