#nav{
	position: relative;
	margin-top: 0px;
	border-bottom: 1px solid #FFF;
	z-index: 99;
	width: 950px;
	height: 36px;
	background: #000 url(../img/bg_menu.gif) repeat-x;
	font-family: trebuchet ms, arial, sans-serif;
	}


#huvudmeny
{
	position: absolute;
	top: 5px;
	padding-top: 0px;
	margin: 0;
	list-style: none;
	padding: 0;
	font-family: trebuchet ms, arial, sans-serif;
	margin-left: 195px;
}

#huvudmeny span
{
	display: block;
	cursor: pointer;
	padding: 0 18px;
	/*
	padding: 0 13px;
	text-transform: uppercase;
	*/
}


#huvudmeny li
{
	float: left;
	font-size: 12px;
	position: relative;
	width: auto;
	padding: 5px 0 1px 1px;
	height: 21px;
	margin: 0;
	/*background: #e6e7e8;*/
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #999;
}

#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 #999;*/
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	background: #000;
	font-size: 12px;
	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 a:hover
{
	text-decoration: none;
	color: #fff;
}

#huvudmeny li ul li a:hover
{
	color: #fff;
	background: #83042e;
}


#huvudmeny li ul li a
{
	display: block;
	width: 100%;
	padding: 2px 0 2px 0;
	text-indent: 14px;
}



/*Width på undermenyerna */

#meny1
{
	width: 160%;
}

#meny2
{
	width: 120%;
}

#meny3
{
	width: 120%;
}




