#nav{
	position: relative;
	z-index: 99;
	width: 890px;
	height: 34px;
	background: #797979 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 /* Se även special-style i regions/fr/inc/menu.asp */
{
	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 #7F7F7F;
}

#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 #8A8A8A;
	background: #797979;
	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: #792701;
}

#huvudmeny li ul li a
{
	display: block;
	width: 100%;
	padding: 2px 0 2px 0;
	text-indent: 14px;
}




