.chromestyle{
   width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Style for Main Menu Bar */
.chromestyle ul{
   width: 100%;
   padding-left: 0px;
   margin-top: 1px;
   border-top: 1px solid #ffffff;


   /*
   background: #990033 url("./layout_images/new/nav_bg.gif") 0px 0px repeat-x;
   */
   /*padding: 0px 0;*/
   /*padding-top: 20px; /* added  */
   margin: 0;
   text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
   display: inline;
}

.chromestyle ul li a{
   line-height: 250%;
   padding: 0px 10px;
   margin: 0;
   border-right: 1px solid #DADADA;
}

.chromestyle ul li a:link{
   font-family: verdana, arial, tahoma;
   font-size: 13px;
   font-weight: bold;
   color: #eeeeee;
   text-decoration: none;
}

.chromestyle ul li a:active{
   font-family: verdana, arial, tahoma;
   font-size: 13px;
   font-weight: bold;
   color: #eeeeee;
   text-decoration: none;
}

.chromestyle ul li a:visited{
   font-family: verdana, arial, tahoma;
   font-size: 13px;
   font-weight: bold;
   color: #eeeeee;
   text-decoration: none;
}

.chromestyle ul li a:hover{
   /*
   background: url(chromebg-over.gif) center center repeat-x;
   */
   font-family: verdana, arial, tahoma;
   font-size: 13px;
   font-weight: bold;
   color: #ffd318;
   text-decoration: none;
   /*background-color: #83b1eb;*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
   /*content: " v";*/
   /*content: " " url(arrow_d_white.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
   font-family: verdana, arial, tahoma;
   font-size: 13px;
   font-weight: normal;
   color: #444444;
   text-decoration: none;

   position:absolute;
   top: 0;
   border: 1px solid #BBB; /*THEME CHANGE HERE*/
   border-bottom-width: 1;
   line-height: 120%;
   z-index:100;
   background-color: #fffbd5;
   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: 9px;
   /*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
   padding: 2px 0;
   padding-right: 10px;
}

.dropmenudiv a:link{
   font-family: verdana, arial, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   text-decoration: none;
}

.dropmenudiv a:active{
   font-family: verdana, arial, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   text-decoration: none;
}

.dropmenudiv a:visited{
   font-family: verdana, arial, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
   width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
   font-family: verdana, arial, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #444444;
   text-decoration: none;
   background-color: #cccccc;
}