.mainmenu {
	background-color: #0086b5;
	height: 40px !important;
	height: 40px;
	width: 940px !important;
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #0C4CA3;*/
	background-image: url(http://designs.bilinfocms.dk/13/graphics/menu/bg.gif);
}


.factbox .menu {
	margin-left: 0px;
	margin-bottom: 20px;
	width: 150px;
}
.factbox .menu ul {
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #0C4CA3;*/
	/*height: 100px;*/
	list-style-type: square;
}
.factbox .menu li {
	margin-left: 10px;
	list-style-type: square;
	color: red;
	/*list-style-image: url(graphics/linkarrow.gif);*/
	/*margin: 0px;*/
	padding: 0px;
	/*display: inline;
	float: left;*/
	width: 100%;
	margin-top: 5px;
}
.factbox .menu a {
	color: #0C4CA3;
	font-weight: normal;
	border: none;
}

.factbox .menu a.active {
	color: #0C4CA3;
	font-weight: bold;
}

.factbox .menu a.nearactive {
	color: #0C4CA3;
	font-weight: bold;
}

/*
.mainmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	display: inline;
}
.mainmenu li {
	width: auto;
	margin: 0px;
	margin-top: 9px;
	padding: 0px; 
	list-style-type: none;
	list-style-image: none;
	display: inline;
	text-align: left;
	border-right: 1px solid #FFFFFF;
}
.mainmenu li.last {
	border-right: none;
}

.mainmenu a {
	color: #FFFFFF;
	margin: 0px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

.mainmenu a.active, .mainmenu a.nearactive {
	font-weight: bold;
	background-image: url(http://designs.bilinfocms.dk/2/graphics/menu/sitemenu_active.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}*/