.chromestyle{
color:white;
font-weight: bold;
background-color: #eeeeee;
}
/*Add margin between menu and rest of content in Firefox*/

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
list-style-type: none;
/*background-color: #707fa9;*/ /* #707fa9   THEME CHANGE HERE*/
background-color: #eeeeee; /* #707fa9   THEME CHANGE HERE*/
padding: 0px 0px 0px 9px;
spacing: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
/*display: inline;*/
float:left;
/*list-style-image: url;*/
vertical-align:middle;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.chromestyle ul li a{
color: #555560;
vertical-align:middle;
margin:3px 0 2px 0;
display:block;
padding: 6px 15px 4px 15px;
text-decoration: none;
}

.chromestyle ul li a:hover{
/*background-color: #46567c; */
color:#555560;
}

.chromestyle ul li a:visited{
/*background-color: #46567c; */
text-decoration : none;
color:#555560;
}

/*script dynamically adds a class of "selected" to the current active menu item*/

.chromestyle ul li a.selected{ 
/*background-color: #707fa9;*/ 
color:#555560;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #bbbbbb; /*THEME CHANGE HERE*/
font:normal 12px;
line-height:10px;
z-index:100;
/*background-color: #707fa9;*/
background-color: #eeeeee;
/*width: 180px;*/
visibility: hidden;
padding:7px 0 7px 0;
margin-top:1px;
}

.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 3px;*/
/*border-bottom: 1px solid #BBB; *//*THEME CHANGE HERE*/
padding: 6px 6px 6px 6px;
margin: 2px 14px 2px 14px;
text-decoration: none;
font-weight: bold;
color: #555560;
border:1px solid #eeeeee;	/* unsichtbar aber nötig, damit es nicht flackert (wegen Platz)*/
/*border: 1px solid #ffff00;*//* gelb */
}

/*IE only hack*/
* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
/*background-color:#dddddd;*/
border:1px solid #999999;
background-color: #dddddd;

}

.dropmenudiv a:visited{
/*background-color: #46567c; */
text-decoration : none;
color:#555560;
}