#menu {
  text-align: left;
	width: 750px;
	height: 25px;
	background-color: #0d6db9;
	font-family: "Times New Roman";
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;	
}

.menuc a {
	text-decoration: none;
	color: #ffffff;
	outline: 0;
}

.menuc a:hover {
	color: #afd6ff;
}

.Selected a {
	color: #afd6ff;
}


.accheader {
	display: block;
	text-align: left;
	width: 750px;
	height: 25px;
	background-color: #afd6ff;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 14px;
	color: #0d6db9;
	line-height: 25px;
	outline: 0;
	margin-bottom:2px;
	background-image:url('images/malmo_plus.png');
	background-repeat: no-repeat;
	background-position: right top;
}

a.accheader:hover {
	background-color: #d2f3ff;
}
