.chromestyle{
width: 100%;
font-weight: bold;}

.chromestyle ul{
width: 100%;
height: 100%;
background: url(../images/menu.jpg) center center repeat-x; 
padding: 4px 0;
margin: 0;
text-align: center; }

.chromestyle ul li{
display: inline;}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #AA800E; }

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(../images/menuover.jpg) center center repeat-x;}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #79600c; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #79600c; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000000;}

.dropmenudiv a:hover{ 
background-color: #a57c10;
color: #000000;}
