.chromestyle{
width: 99%;
/*font-weight: bold;*/
}


.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
}

.chromestyle ul li{
display: inline;
text-decoration: none;
}

.chromestyle ul li a,.chromestyle ul li a:visited{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #a0a0a0;
color: #FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:22px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow*/
/*(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv .menu {
width: auto;
display: block;
text-indent: 3px;
Border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
text-decoration: none;
color: black;
text-align: left; /*set value to "left", "center", or "right"*/
}

.dropmenudiv .menu a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 16px;
text-decoration: none;
color: black;
text-align: left; /*set value to "left", "center", or "right"*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv .menu a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
font-weight: bold;
}

.dropmenudiv  .submenu{
width: auto;
display: block;
text-indent: 3px;
text-decoration: none;
text-align: left; /*set value to "left", "center", or "right"*/
border-bottom: 1px solid #BBB;
}
.dropmenudiv  .submenu a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 26px;
text-decoration: none;
text-align: left; /*set value to "left", "center", or "right"*/
color: #666666;
background: url(../images/right.gif) no-repeat 18px 50%;
}

.dropmenudiv .submenu a:hover{ /*THEME CHANGE HERE*/
width: auto;
color: #000032;
background: url(../images/right_black.gif) no-repeat 18px 50%;
background-color: #FFE02F;
}
