

/*Div*/
#menu
{
	position:absolute;
	top:5px;
	left:8px;
	width: 100%;
	background: transparent;
	float: left;
}

/*Listan - Välj horisontell/vertikal meny med float! */
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

/*Font i menyn - line-height bestämmer menyns höjd*/
#menu a, #menu h2
{
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin:0px;
	padding:0px;
	line-height:16px;
}

/*Versaler/gemener*/
#menu h2
{
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	white-space: nowrap;
}

/*Huvudmenyer*/
#menu a
{
	color: #FFF;
	background: transparent;
	text-decoration: none;
	border:0px solid #333333;
}

#menu a:hover
{
	color: #CCC;
	background: transparent;
}

/*Undermenyer*/

#menu ul li ul
{
	width:100px;
	padding-top:6px;

}

#menu ul li ul li a
{
	color: #fff;
	background: #393939;
	text-decoration: none;
	Background-image:url("../../_image/structure/subarrow.gif");
	padding-left:23px;
	margin:0px;
	height:19px;
}

#menu ul li ul li a:hover
{
	color: #ccc;
	background: #393939;
	Background-image:url("../../_image/structure/subarrow.gif");
	padding-left:23px;
	margin:0px;
	height:19px;
}

/*Behöver ej redigeras*/
#menu li
{
	position: relative;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
}

#menu ul ul ul
{
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}
