#chromemenu{
float:left;
width: 70%
}

#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(chromebg.gif) center center repeat-x; Theme Change here*/
background-color: #F0F0F0;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-weight: bold;
}


#chromemenu ul li{
display: inline;
}


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

#chromemenu ul li a.att{ /*Theme Change here*/
background-color: #E0F4E0;
}

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

#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 solid #999; /*Theme Change here*/
/*border-bottom-width: 0;*/
line-height:20px;
z-index:9999;
background-color: #F0F0F0;
width: 150px;
visibility: hidden;
}

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

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F4E8E8;
color: #990000;
text-decoration: none;
}

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

.dropmenudiv a.att:hover{ /*Theme Change here*/
background-color: #F4E8E8;
color: #990000;
text-decoration: none;
}

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

.dropmenudiv a.att2:hover{ /*Theme Change here*/
background-color: #F4E8E8;
color: #990000;
text-decoration: none;
}
