
.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*/
line-height:25px;
margin: 0;
text-align: center; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:4px
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #C0C0C0;
padding: 4px;
margin: 0;
text-decoration: none;
border-right: 0px solid #C0C0C0;
}

.chromestyle ul li a:hover{
background: url('layout/hover1.gif') center;
line-height:25px;
font-weight: bold;
color: white;
}


.chromestyle ul li a[rel]:after{ 
}


/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{
border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:26px;
z-index:100;
background: url('layout/starbiker-portal-tab.jpg') ;
/*background: url('layout/grund.gif') repeat-x repeat-y center;*/
width: 217Px;

visibility: hidden;
filter: font-style: italic; font-variant: normal; font-weight:normal; font-size:12px; font-family:tahoma
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 0px solid #000000; /*THEME CHANGE HERE*/

text-decoration: italic;
font-weight: bold;
color: silver
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url('layout/starbiker-portal-tab-aktiv.jpg');
font-weight: bold;
font-style: italic;
color: white;
}