.chromestyle{
   width: 100%;
   font-weight: bold;
}

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

.chromestyle ul {
   width: 100%;
   padding: 6px 0;
   margin: 0;
   /*
   background: url("./layout_images/th_bg.gif") 0px 0px repeat-x;
   */
   text-align: right; /*set value to "left", "center", or "right"*/  
}

.chromestyle ul li {
   display: inline;
   color: #999999; /* vertical lines separating menu items */

}

.chromestyle ul li a,
.chromestyle ul li a:link,
.chromestyle ul li a:visited,
.chromestyle ul li a:active {
   width: 100%;
   padding: 4px 7px;
   margin: 0;
   text-decoration: none;
   font: normal 13px arial, verdana;
   color: #1122cc;
   /*
   background: url(layout/bg_menu_normal.gif);
   */
}

.chromestyle ul li a:hover { 
   color: #000000;   
   text-decoration: underline;
   /*
   background: url(layout/bg_menu_over.gif);  
   */
}

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

.dropmenudiv {
   position:absolute;
   top: 0;
   border: 1px solid #333333; /*THEME CHANGE HERE*/
   font: normal 12px arial, verdana;
   line-height: 18px;
   z-index: 100;
   background-color: #ffffff;
   width: 160px;
   visibility: hidden;
}


.dropmenudiv a,
.dropmenudiv a:link,
.dropmenudiv a:visited,
.dropmenudiv a:active {
   width: auto;
   display: block;
   text-indent: 8px;
   padding: 2px 0;
   text-decoration: none;
   font-weight: normal;
   color: #1122cc;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
   color: #000000; 
   /*background-color: #99ccff;*/
   text-decoration: underline;
}
