#chromemenu{
position: relative;
left:0px;
top: 0px;
width: 815px;
}

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

#chromemenu ul{
border-top: 0px solid #493b2e;
border-bottom: 0px solid #493b2e;
width: 100%;
background: transparent;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: 14px Palatino,"Times New Roman",serif;

}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #493b2e;
padding: 2px 16px 2px 16px;
text-decoration: none;
border-right: 0px solid #493b2e;
font-size:14px;
}

#chromemenu ul li a:hover, .chromestyle ul li a.selected{color:#a42b26;
}
#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;
border: 1px solid #493b2e; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Georgia,Arial,Helvetica,sans-serif;
line-height:14px;
z-index:100;
background-color: #e5ded8;
width: 100px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #493b2e; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #493b2e;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

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