.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: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
   display: inline;
}

.chromestyle ul li a{
   line-height: 150%;
   padding: 0px 10px;
   margin: 0;
   /*
   border-right: 1px solid #000000;
   */
}

.chromestyle ul li a:link{
   font-family: arial, verdana, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #0080ff;
   text-decoration: none;
}

.chromestyle ul li a:active{
   font-family: arial, verdana, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #0080ff;
   text-decoration: none;
}

.chromestyle ul li a:visited{
   font-family: arial, verdana, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #0080ff;
   text-decoration: none;
}

.chromestyle ul li a:hover{
   /*
   background: url(./chromebg-over.gif) center center repeat-x;
   */
   font-family: arial, verdana, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   text-decoration: underline;
   /*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{
   margin-top: 4px;
   font-family: arial, verdana, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #444444;
   text-decoration: none;

   position:absolute;
   top: 0;
   border: 1px solid #0080ff; /*THEME CHANGE HERE*/
   border-bottom-width: 1;
   line-height: 120%;
   z-index:100;
   background-color: #fff9dd;
   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: arial, verdana, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #0080ff;
   text-decoration: none;
}

.dropmenudiv a:active{
   font-family: arial, verdana, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #0080ff;
   text-decoration: none;
}

.dropmenudiv a:visited{
   font-family: arial, verdana, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #0080ff;
   text-decoration: none;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
   font-family: arial, verdana, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   text-decoration: underline;
   background-color: #dddddd;
}