.chromestyle{
   width: 890px;
   height: 35px;
   margin-top: 16px;
   position: relative;
   background: #cff9cd url(../img/menu-bg-normal.gif) 0 0 repeat-x; /*THEME CHANGE HERE*/
}

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

.chromestyle ul{
   height: 35px;
   background: #cff9cd url(../img/menu-bg-normal.gif) 0 0 repeat-x; /*THEME CHANGE HERE*/
   padding: 0;
   margin: 0;
   text-align: left; /*set value to "left", "center", or "right"*/
   position: absolute;
   left: 40px;
}

.chromestyle ul li{
   display: inline;
   line-height: 35px;
}

.chromestyle ul li a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   color: #1f4972;
   padding: 9px 15px;
   margin: 0;
   text-decoration: none;
}

/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
   background: #00cae3 url(../img/menu-bg-hover.gif) 0 0 repeat-x; /*THEME CHANGE HERE*/
   color: #ffffff;
   text-decoration: none;
}

.chromestyle ul li a.active {
   background: #00cae3 url(../img/menu-bg-active.gif) 0 0 repeat-x; /*THEME CHANGE HERE*/
   color: #ffffff;
   text-decoration: none;
}

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

.dropmenudiv{
   position: absolute;
   top: 0;
   border: 0;
   /*margin-top: -36px;*/
   /*margin-left: -508px;*/
   border-bottom: 4px solid #e4fee3;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   line-height: 22px;
   z-index: 100;
   background: #cff9cd;
   width: 200px;
   visibility: hidden;
   /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
   width: auto;
   display: block;
   text-indent: 10px;
   /*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
   padding: 2px 0;
   text-decoration: none;
   color: #1f4972;
}

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

/*THEME CHANGE HERE*/
.dropmenudiv a:hover {
   background-color: #00cae3;
   color: #ffffff;
   text-decoration: none;
}
