#chromemenu{
width: 100%;
; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(../backmenu.jpg) repeat-x center center;
margin: 0 0;
float: left;
font: bold 11px Arial, Helvetica, sans-serif;
; z-index: 1; clip:  rect(   )
; padding:  0; height: 29px
}


#chromemenu ul li{
display: inline;
; border: #000000; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px
}


#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 8px 7px 6px;
text-decoration: none; /*Theme Change here*/
; height: 29px
; font-family: Arial, Helvetica, sans-serif; font-size: 12px
; background-image: url(../divider.gif)
; background-repeat: no-repeat; background-position: right bottom
}

#chromemenu ul li a:hover{
color: #FFFFB7;
; background-color: #000000
; height: 29px
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px #FFFFFF solid;
font:normal 12px Arial, Helvetica, sans-serif;
z-index:1;
background-color: #CA0000;
width: 200px;
visibility: hidden;
filter: progid; clip:  rect(   ):DXImageTransform.Microsoft.Shadow(color=000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 6px 2;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
; z-index: 1; clip:  rect(   )
; font-family: Arial, Helvetica, sans-serif; font-size: 12px
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #000000;
; color: #FFFFFF
}

.dropmenudiv a:visited{
text-decoration: none;
; color: #FFFFFF
}
