#chromemenutop{
width:100%;

}

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

#chromemenutop ul{
border: 0px solid #BBB;
width: 100%;
height:19px;
background: url(chromebg3.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;

padding-left: 100;
margin: 0;
float: left;
font:  11px Verdana;
}


#chromemenutop ul li{
display: inline;
}



#chromemenutop ul li a{
float: right;
color: #000000;
font-weight: bold;
padding: 0px 12px 0px 7px;
margin:3px 0px 0px 0px; 
text-decoration: none;
background: url(divider3.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenutop ul li a:hover{
color: #FFFFFF;
}

#chromemenutop ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(); /*uncomment this line to use an image instead*/
}

#chromemenutop ul li a[onMouseover]:before{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #ADED7C; /*Theme Change here*/
border-bottom-width: 0px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#EAFADC ;
width: 150px;
text-align:left;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #006600; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #AEC797;
}

















#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{
border: 0px solid #BBB;
width: 100%;
height:19px;
background: #839A52;
/*
background: url(chromebg3.gif) center center repeat-x; /*Theme Change here*/
*/
margin-left: 0;

padding-left: 100;
margin: 0;
float: left;
font:  11px Verdana;
}


#chromemenu ul li{
display: inline;
}



#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 0px 12px 0px 7px;
margin:3px 0px 0px 0px; 
text-decoration: none;
background: url(divider3.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(); /*uncomment this line to use an image instead*/
}

#chromemenu ul li a[onMouseover]:before{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #ADED7C; /*Theme Change here*/
border-bottom-width: 0px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#EAFADC ;
width: 150px;
text-align:left;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #006600; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #AEC797;
}
