@charset "utf-8";
#horizontal_meny {
	width: auto;
}
#horizontal_meny ul {
	margin: 0px;
	float: left;
	width: 100px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
}

#horizontal_meny ul a:hover {
	background-color: #828282;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#horizontal_meny a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #000;
	width: auto;
	overflow: hidden;
	display: block;
}
#horizontal_meny a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #FDFCF8;
}
#horizontal_meny li {
	position: relative;
	list-style-image: none;
	list-style-type: none;
	line-height: 35px;
}

#horizontal_meny ul ul {
	position: absolute;
	z-index: 500;
	text-align: left;
	background-color: #EBBD41;
	width: 135px;
	left: -1px;
	top: 35px;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
#horizontal_meny ul ul a:hover {
	position: relative;
	z-index: 500;
	text-align: left;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: auto;
}
#horizontal_meny ul ul li { line-height: 30px; 
}

#horizontal_meny ul ul ul {
	position: absolute;
	top: -1px;
	text-align: left;
	background-color: #EBBD41;
	left: 100%;
	width: auto;
	z-index: -500;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #EFC556;
	border-right-color: #000;
	border-left-style: none;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	padding: 0px;
}
#horizontal_meny ul ul ul a { padding-right: 20px; }

#horizontal_meny ul ul ul a:hover {
	position: relative;
	top: 0px;
	text-align: left;
	background-image: url(arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}




#horizontal_meny ul ul,
#horizontal_meny ul li:hover ul ul,
#horizontal_meny ul ul li:hover ul ul
{display: none;}

#horizontal_meny ul li:hover ul,
#horizontal_meny ul ul li:hover ul,
#horizontal_meny ul ul ul li:hover ul
{display: block;}
#horizontal_meny li:hover>a>span{
	/* [disabled]background-image:url(./images/arrv_white.gif); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: 35px; */
}

#horizontal_meny a:hover span{
	/* [disabled]background-image:url(./images/arrv_white.gif); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: right; */
}
#horizontal_meny ul span,ul.horizontal_meny a:hover table span{
	/* [disabled]background-image:url(images/arr_white.gif); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: 35px; */
}

#horizontal_meny ul ul a {
	padding-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F3D381;
	border-bottom-color: #DBA515;
}
