.chromestyle{
font-weight: bold;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal
; clip:    rect(   ); padding-bottom: 7px; padding-top: 7px; padding-right: 7px; padding-left: 7px: 4px 0;
}


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

.chromestyle ul{
border: 1px solid #FFFFFF;
width: 100%;
font:bold normal 13px/normal Verdana, Arial, Helvetica, sans-serif;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #666666;
margin: 0 0;
text-decoration: none;

border-right: 1px solid #FFFFFF;
; padding: 7px
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold
}
.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #666666;
}

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

.dropmenudiv{
position:absolute;
top: 1;
border: 1px #666666 solid;
font:bold normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
z-index:100;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
text-decoration: none;
font-weight: bold;
color: #666666;
; background-color: #F7f7f7
; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal
; filter: progid
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f7f7f7;
color: #fdc703;
; padding-left: 4px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px
}

.chromestyle ul li a:hover { 
color: #fdc703;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold
 } 
