.chromestyle{
width: 100%;
margin:0 0 -2px 0;
background:url(images/menu-tail-bg.gif) top repeat-x;
}


.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
background:url(images/menu-item-border.gif) left top no-repeat;
}

.chromestyle ul li{
display:block;
 float:left; background:url(images/menu-item-border.gif) top right no-repeat; padding-right:2px;
}

.chromestyle ul li.first{ padding-left:2px;}

.chromestyle ul li a{
display:block; padding:11px 0 11px 0; text-align:center; font-size:1.0em; color:#000000; font-weight:bold; text-decoration:none; letter-spacing:-1px;
/*schrift grösse und farbe;*/

/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:url(images/menu-tail-act.gif) top repeat-x;
 /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
background:url(images/menu-tail-bg.gif) top repeat-x;
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight:bold;
line-height:18px;
z-index:100;
background-color: #ffffff;
color:#ffffff;
width: 140px;
visibility: hidden;
}

/*untermenü;*/
.dropmenudiv a{
display:block; width:1450px; padding:11px 0 11px 0; text-align:left; font-size:1.0em; color:#000000; font-weight:bold; text-decoration:none; letter-spacing:-1px;
background:url(images/menu-tail-bg.gif) top repeat-x;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:url(images/menu-tail-act.gif) top repeat-x;

}

