﻿#topmenu {
	width:500px;
	height:100px;
	padding-top:5px;
	margin:0 auto;
	clear:both;
 	float:right;
 	height:150px;
 	background-image:url('images/logga.png') ;
	background-repeat: no-repeat;
}
#topmenu ul
{
	float:right;
}
#topmenu li{
	list-style:none;
	float:right;
}
#topmenu a {

	text-decoration:none;
 	color:#66a3d3;;
	font-family:Gill Sans, Verdana;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	 padding:2px;
 
	 
}
#subheader {
width:900px;
	background-color:white;
	border-bottom:1px solid #bad8fb; 
	clear:both;
 
}

#navlist {
	height:40px;
	width:900px;
	margin:0 auto;
	border-bottom:dashed 1px #e3e2de;
}
#navlist li {
	color:#4096EE;
	display:inline;
	list-style-type:none;
	padding-right:20px;
	
}
#navlist a {
	color:#abc377;
	font-size:15px;
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	 
	
}
#current {
	color:#4096EE;
}
.highlight
{
color:purple;
 text-decoration:underline;
	}
