#topMenuContainer {
	background-color:	transparent;
	height: 			25px; 
	position: 			absolute; 
	left: 				0px; 
	top: 				123px;
	width:				1005px;
}

#box_topmeny {
	height: 			25px; 
	position: 			absolute; 
	left: 				0px; 
	top: 				111px;
	background-image:url(/graphic/meny/dark.png);
}

#box_topmeny  a {background-image:url(/graphic/meny/dark.png); cursor:pointer; float:left; line-height:23px; color:#FFFFFF; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; display:block; width:120px; border-left:1px solid #17577b; height:25px; text-align:center;}
#box_topmeny a:hover { background-image:url(/graphic/meny/light.png);}

#box_topmeny a.active { background-image:url(/graphic/meny/orange.png);}
