#chromemenu{
margin:0px;
padding:0px;
}

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

#chromemenu ul{
width: 100%;
background: url(menu_bk.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0px;
padding:0px;
float: right;
font: bold 12px Arial;
}

#chromemenu ul li{
display: inline;
margin:0px;
padding:0px;
}


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

#chromemenu ul li a:hover{
color: #000000;
margin:0px;
padding:0px;
background: url(over_bk.gif)
}

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

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

.dropmenudiv{
position:absolute;
top: 0;
/*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Arial;
z-index:100;
width: 200px;
visibility: hidden;
margin:0px;
padding:0px;
}

.dropmenudiv a{
width: 100%;
display: block;
 /*Theme Change here*/
text-decoration: none;
font-weight: bold;
color: black;
margin:0px;
padding:0px;
}

.ul {
	margin:0px;
	padding:0px; }
	
.li {
	margin:0px;
	padding:0px; }