.chromestyle { width: 100%; font:bold 12px Arial; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.chromestyle ul{ /* border: 0px solid #BBB; */
width: 100%; /* background: url(menuback_2.png) left top no-repeat; *//*THEME CHANGE HERE*/
padding: 4px 0; margin: 0; text-align: left; /*set value to "left", "center", or "right"*/ }

.chromestyle ul li { display: inline; }

.chromestyle ul li a{ font:bold 12px Arial; color: #494949; padding: 4px 5px; margin: 0 -4 0 0; text-decoration: none; /* border-right: 0px  #DADADA; /* solid */ }

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/* background: url(chromebg-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
background: #cc3333; color: #FFFFFF; font:bold 12px Arial; }

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv { position:absolute; top: 0;
border: 1px solid #9a9a9a; /*THEME CHANGE HERE   #BBB*/
border-bottom-width: 1; font:normal 12px Arial; line-height:18px; /* HEIGHT OF A DROPDOWN LI */
z-index:100; background-color: #f8f8f8; width: 182px; /* was - 200px */ visibility: hidden; }

.dropmenudiv a {
width: 182px; /* was - auto */
display: block; text-indent: 5px; border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0px; text-decoration: none; font-weight: normal; color: black;
background: url(falldownmenu_.png) left center repeat-y; /* ADDED BY ME */ }

* html .dropmenudiv a{ /*IE only hack*/ width: 100%; }

.dropmenudiv a:hover { /*THEME CHANGE HERE*/ background-color: #00923f; background-image: none; /* ADDED BY ME */ color: #FFFFFF; }

a.blank_line:hover { /* background-color: #FFFFFF; */ background: url(falldownmenu_.png) left center repeat-y; color: #000000; cursor: default; }
