#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul { width: 100%; background-image: url('bg.gif'); background-repeat: repeat-x; 
               background-attachment: scroll; float: left; font-style: normal; 
               font-variant: normal; font-weight: bold; font-size: 11px; 
               font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; 
               border: 0px solid #BBBBBB; margin: 0; padding-left: 0; 
               background-position: center 50% }
#chromemenu ul li{
display: inline;
}


#chromemenu ul li a { float: left; color: #FFFFFF; text-decoration: none; background-image: 
               url('divider2.gif'); background-repeat: no-repeat; 
               background-attachment: scroll; font-weight: bold; 
               padding-left: 7px; padding-right: 12px; padding-top: 5px; 
               padding-bottom: 5px; background-position: center right }
#chromemenu ul li a:hover { color: #CC5D97 }
#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " ·";*/
content: " " url(downimage.gif);
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv { position: absolute; top: 0; font-style: normal; font-variant: normal; 
               font-weight: normal; font-size: 12px; font-family: Verdana, Arial; 
               line-height: 18px; z-index: 100; background-color: white; 
               width: 200px; visibility: hidden; filter: 
               'progid DXImageTransform.Microsoft.Shadow(color=#CACACA', direction=135, strength=4); 
               border-left: 1px solid #000000; border-right: 1px solid #000000; 
               border-top: 0px solid #000000; border-bottom: 1px solid #000000 }

.dropmenudiv a { width: 100%; display: block; text-indent: 3px; text-decoration: none; 
               font-weight: bold; color: black; border-bottom: 1 solid #000000; 
               padding-left: 0; padding-right: 0; padding-top: 2px; 
               padding-bottom: 2px }
.dropmenudiv a:hover { background-color: #D57AAA; border-bottom: 1 solid #000000 }
