/* Martins meny-css ------------------------------------------------------- */

#nav{
	position: relative;
	z-index: 99;
	width: 910px;
	height: 30px;
	background: #fff url(../img/menu_bg.gif) no-repeat;
	font-family: tahoma, verdana, arial, sans-serif;
	}


/* Malins menykod ------------------------------------------------------- */

#huvudmeny
{
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, Times New Roman, san-serif;
}

#huvudmeny span
{
	display: block;
	padding: 0 20px;
	cursor: pointer;
}

#huvudmeny li 
{
	float: left;
	font-size: .7em;
	position: relative;
	width: auto;
	padding: 5px 0 6px 0;
	margin: 0;
	/*background: #e6e7e8;*/
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
}

#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-bottom: 1px solid #d9dada;
	background: #f1f1f2;
	font-size: .8em;
}

#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: #000000;
}

#huvudmeny li ul li a:hover
{
	background: #e6e7e8;
}

#huvudmeny li ul li a
{
	display: block;
	width: 100%;
	padding: 2px 0 2px 0;
	text-indent: 14px;
}



/*Width p? undermenyerna */

#meny1
{
	width: 120%;
}

#meny2
{
	width: 130%;
}

#meny3
{
	width: 140%;
}

#meny4
{
	width: 100%;
}

#meny5
{
	width: 160%;
}

/*#meny6
{
	width: 140%;
}
*/


/*Meny i admin */
#huvudmeny_admin
{
	position: absolute;
	left: 175px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, Times New Roman, san-serif;
}

#huvudmeny_admin li {
	float: left;
	margin: 5px 10px 0 10px;
}

#huvudmeny_admin li a {
	color: #fff;
	text-decoration: none;
}

#huvudmeny_admin .aktiv_admin a
{
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}
