#nav{
	position: relative;
	margin-top: 5px;
	z-index: 99;
	width: 720px;
	height: 45px;
	background: #133B87 url(bg_menu.gif) repeat-x;
	font-family: arial, sans-serif;
	}


#huvudmeny
{
	position: absolute;
	top: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: arial, sans-serif;
}

#huvudmeny span
{
	display: block;
	cursor: pointer;
	padding: 0 18px;
	/*
	padding: 0 13px;
	text-transform: uppercase;
	*/
}


#huvudmeny li
{
	float: left;
	font-size: 11px;
	position: relative;
	width: auto;
	padding: 5px 0 6px 0;
	margin: 0;
	/*background: #e6e7e8;*/
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #375EA9;
}

#huvudmeny li ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	/*background-color: #f1f1f2;*/
	list-style: none;
	margin: 0;
	padding: 0;
}

#huvudmeny li ul li
{
	clear: both;
	padding: 0;
	width: 100%;
	/*border-right: 1px solid #d9dada;
	border-left: 1px solid #d9dada;*/
	border-right: none;
	border-top: 1px solid #07307e;
	background: #0C3B91;
	font-size: 11px;
	font-weight: normal;
}

#header li>ul
{ 
	top: auto;
	left: auto;
}

#huvudmeny li:hover ul, li.over ul
{
	display: block;
}

#huvudmeny a:link, #huvudmeny a:visited, #huvudmeny a:active, #huvudmeny a:hover
{
	text-decoration: none;
	color: #fff;
}

#huvudmeny li ul li a:hover
{
	color: #fff;
	background: #406EC5;
}

#huvudmeny li ul li a
{
	display: block;
	width: 100%;
	padding: 2px 0 2px 0;
	text-indent: 14px;
}



/*Width på undermenyerna */

#meny1
{
	width: 140%;
}

#meny2
{
	width: 100%;
}

#meny3
{
	width: 130%;
}

#meny4
{
	width: 130%;
}

#meny5
{
	width: 120%;
}

#meny6
{
	width: 120%;
}

#meny7
{
	width: 100%;
}


