.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{

margin: 0;
text-decoration: none;

}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
font-family:	Tahoma;
font-size:		11px;
color:			#6D6D6D;
z-index:100;
background-image:url(../bilder/subnavihover.png);
width: 130px;
height:29px;
visibility: hidden;

}



.dropdownborder {
	
		background-image:	url(bilder/borderbottom.jpg);
		width:				130px;
		height:				4px;
}

.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;
color:			#6D6D6D;

padding-left:   15px;
line-height:    29px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:	#82B534;
}
