.chromestyle{
width: 100%;
font-weight: normal;
font:normal 16px Arial;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #CECEFF; /* Schatten des Rahmen im Dropdown */
width: 100%;
/*background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color: #082571;
padding: 3px 0;
margin: 1;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-weight: normal;
color: #DFDFFF;
padding: 4px 7px;
margin: 2;
text-decoration: none;
line-height:14px;
/*border-right: 1px solid #CECEFF; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: black;
background-color: #DFDFFF;
line-height:12px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v";  */
content: " " url(image_gen/folder.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #7E96FF; /*THEME CHANGE HERE*/
border-bottom-width: 2;
font:normal 12px Arial;
line-height:14px;
font-weight: normal;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

/* Erste Anzeige der Untermenues */
.dropmenudiv a{
width: 100%;
display: block;                   /* alle Reihen untereinander */
text-indent: 4px;                 /* Einruecken des Textes in der Zeile */
border-bottom: 2px solid #7E96FF; /*THEME CHANGE HERE - Abstand der Baender uebereinander*/
padding: 4px 0;                   /* Abstand Text zu Boxinnengrenzen */
text-decoration: none;
font-weight: normal;
color: #DFDFFF;
line-height:14px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: black;
background-color: #DFDFFF;
}
