.chromestyle{

    width: 450px;
position:absolute;
top: 131px;
left: 245px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px ARIAL;
line-height:12px;
z-index:4;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
margin: -4px;
top: 130;
display: block;
height: 0;
 width: 180px;
visibility: hidden;
}

.chromestyle ul{
top: 130;

border: 0px solid #BBB;

background-color: #8EA9D8; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
top: 130;

}

.chromestyle ul li a{

top: 132px;
color: #000000;
padding: 0px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #C4D1E8;

}

.chromestyle ul li a:hover{

top: 128;
background-color: #8EA9D8; /*THEME CHANGE HERE*/
}

 .chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(../graphik/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
width: 375px;
position:absolute;
top: 128;
border: 0px solid #; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px ARIAL;
line-height:22px;
z-index:4;
background-color: #8EA9D8;

visibility: hidden;

}


.dropmenudiv a{
font:normal 12px ARIAL;
top: 128;
width: 400px;
display: block;
text-indent: 3px;
border-bottom: 0px solid #222; /*THEME CHANGE HERE*/
padding: 2px 4px;
text-decoration: none;

color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
font:normal 12px ARIAL;
width: 98%;
 padding-right: 5px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width: 98.1%;
font:bold 12px ARIAL;

top: 128;
background-color: #D7E0F1;
}