.chromestyle{
	height: 44px;
	width: 761px;
	margin-left: 98px;
	margin-right: 85px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 761px;
	background: url(chromebg.gif) center center repeat-x;
	margin: 0;
}
#spacer {
	background-image: url(/images/MENU1_05.png);
	height: 31px;
	width: 2px;
}

#forsidemenupunkt {
	height: 44px;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	font:normal 11px Verdana;
	z-index:100;
	width: 160px;
	visibility: hidden;
	color: #333333;
	/*
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4d6d7;
	border-right-color: #d4d6d7;
	border-bottom-color: #d4d6d7;
	border-left-color: #d4d6d7;
	*/
	border:none;
}


.dropmenudiv a{
	width: auto;
	padding-left: 12px;
	background-color: #FFFFFF;
	height: 19px;
	display: block;
	text-indent: 15px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #34617e;
	border-bottom: 1px solid #eaedef;
	border-left:1px solid #d4d6d7;
	border-right:1px solid #d4d6d7;  
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-weight: 900;
	color: #0088b5;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.test{ /*THEME CHANGE HERE*/
text-decoration: none;
}
.underbaroverstate{ /*THEME CHANGE HERE*/
	font-weight: 900;
	background-image: url(/images/menuoverbg1_03.png);
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d7d1;
	width: auto;
	padding-left: 8px;
	height: 19px;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	
}
#chromemenu {
	height: 44px;
	width: 767px;
	margin-left: 80px;
	margin-right: 85px;
}

#chromemenu img {
	border:none;
}