#menu ul {
	margin-top: 8px;
	margin-left: 2px;
	padding: 0px 0;	
	list-style: none;
}

#menu ul li {
	display: inline;	
	margin: 0 -2px;
	padding: 0px 15px;
}

#menu li a {
	font: 14px bold "Arial";
	color: #203e8b;
	text-decoration: none;
	font-weight: bold;
}

#menu li:hover a,
#menu li.active a {
	text-decoration: none;
	color: #000;
}
/*  menu bakgrundsfärg  */
#menu li:hover,
#menu li.active {
	color: #000;
}

a {
	color: #203e8b;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}
a:hover {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}
a.vanlig {
	color: #203e8b;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}
a.vanlig:hover {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}
a.extra {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-family: arial;
}
a.extra:hover {
	color: #203e8b;
	font-size: 12px;
	text-decoration: none;
	font-family: arial;
}

a.nobold {
color: #203e8b;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: arial;
}
a.nobold:hover {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: arial;
}

a.white {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	color: #fff;
}
a.white:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-family: arial;
	color: #fff;
}

 
