.chromestyle{

font-weight: bold; float:left; height:34px; color:#FFFFFF
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;float:left;color:#FFFFFF
}

.chromestyle ul{

width:800px;

padding: 4px 10px; margin:6px 0px 0px 30px; color:#FFFFFF;

text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;  color:#FFFFFF
}

.chromestyle ul li a{
color: #fff;  padding: 10px 20px; margin:0 0 0 -3px;

text-decoration: none; 
border-right: 1px solid #445983; 
}

.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(chromebg-over.png) center center repeat-x;  color:#FFFFFF  /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute; margin:0;

/*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana; color:#FFFFFF;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden; background:url(down_aktif.gif) no-repeat; opacity:0.9;filter:alpha(opacity=90); background-color: #194f77;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0 4px 13px;
text-decoration: none;
font-weight: bold;
color:#fff; background-color: #194f77;background:url(down_aktif.gif) no-repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%; color:#FFFFFF
 
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #5881aa;background:url(down-aktif-hover.gif) no-repeat; color:#FFFFFF
}
