#chromemenu{
width:690px;
float:right;
margin-bottom:10px;
}

#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: url(hromebg.gif) center center repeat-x; /*Theme Change here*/
margin-right: 0;
padding-left: 0;
margin: 0;
float: right;
font: 11px Trebuchet MS;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
text-align:left;
float: left;
color: #58595B;
font-weight:normal;
padding: 5px 12px 5px 7px;
text-decoration: none;
background: url(ivider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #ABAC81;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/

/*	content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
clear:all;
top: 10px; /*Theme Change here*/
border-bottom-width: 0;
font: 11px Trebuchet MS;
line-height:12px;
z-index:100;
visibility: hidden;
text-align:left;
width:300px;
}

.dropmenudiv a{
display: inline;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*Theme Change here*/
padding: 3px 0 0 4px;
text-decoration: none;
font-weight: normal;
color: #7F7F7F;
width: 150px;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: #ABAC81;
}
