.chromestyle{
width: 99%;
height:32px;
font-family: Georgia, serif;
font-size:25px;
font-variant: small-caps;
}




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

.chromestyle ul{
width: 730px;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
margin-left:auto;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ddc734;
padding: 4px 12px 1px;
text-decoration: none;
text-shadow: black 2px 2px 2px;
font-weight:normal;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{ 
background-image: url(../design/hover-dark.png);
color:white;
    -moz-box-shadow:  0px 0px 14px #000000;
    -webkit-box-shadow:  0px 0px 14px #000000;
    box-shadow: 0px 0px 14px #000000;
}

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

.dropmenudiv{
text-align:left;
position:absolute;
top: 0;
font-family: 'Georgia', serif;
font-size:22px;
line-height:30px;
font-weight:normal;
z-index:100;
background-color: #202020;
width: 200px;
text-shadow: black 2px 2px 2px;
visibility: hidden;
font-variant: small-caps;
    -moz-box-shadow:  0px 0px 22px #000000;
    -webkit-box-shadow:  0px 0px 22px #000000;
    box-shadow: 0px 0px 22px #000000;
border:1px solid black;
}


.dropmenudiv a{
font-weight:normal;
width: auto;
display: block;
text-indent: 10px;
margin-top:1px;
padding: 2px 7px 0px;
text-decoration: none;
color: #ddc734;
height:33px;
background-image: url(../design/menue.jpg);
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:white;
background-color: #F0F0F0;
background-image: url(../design/menue-on.jpg);
}