
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: center; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #000000;
background: url('') repeat-x center; /*THEME CHANGE HERE*/
margin: 0;
text-align: center; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:4px
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #707070;
padding: 4px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url('layout/hover1.gif') repeat-x center;
font-weight: bold;
color: black;
}


.chromestyle ul li a[rel]:after{ 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #000000; border-right:1px solid #000000; border-top:1px solid #000000; border-bottom:0px solid #000000; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:15px;
z-index:100;
background-color: #272727;
/*background: url('layout/grund.gif') repeat-x repeat-y center;*/
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#979797,direction=135,strength=2); font-style:normal; font-variant: small-caps; font-weight:normal; font-size:11px; font-family:Verdana
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url('layout/hover.gif') repeat-x center;
font-weight: bold;
color: black;
}