/* YADM relative dropdown example */
.hiddenChild{
	position: absolute;
	left: -999em;
}
.shownChild{
	left:-1px;
}
p{
	clear:both;
	float:none;
}
ul#nav.dhtml li ul 
{
	display:block;
}
ul#nav.dhtml{
	position:relative;
	width:100%;
	background: #ffffff;
	margin:0;
	padding:0;
	list-style-type: none;
	height:2.5em;
	font-family: verdana;
	/*font-size: 10px;*/
	text-transform:uppercase;
	text-align:center;
	border:none;
	z-index: 999;
}
/* Nivå ett */
ul#nav.dhtml li{
	position:relative;
	float:left;
	width:140px;
}

/* Hela undermenyn */
ul#nav.dhtml ul{
	top:2.54em;
	position:absolute;
	border:1px solid #999999;
	border-top:none;
	background:#ffffff;
	width:140px;
	overflow:hidden;
	z-index:10;
	text-transform:none;
	text-align:left;
	list-style-type:none;
	/*display:block;*/
}
ul#nav.dhtml li a,ul#nav.dhtml li a:hover{
	border:none;
}
ul#nav.dhtml li a{
	padding:0.55em;
}
ul#nav.dhtml ul li
{
	border:none;
	border-top:solid 1px #cccccc;
	width:13.7em;
}
ul#nav.dhtml li.isParent{
	background: #ffffff;
}
ul#nav.dhtml li.isActive{
	background: #ffffff;
}
ul#nav.dhtml li.isActive a{
	background:transparent;
}
ul#nav.dhtml li.isActive ul a{
	padding:0.5em;
	width: 100%;
}
ul#nav.dhtml a:hover{
 	background:#ebebeb;
}
ul#nav.dhtml li.isParent a:hover{
	background:#ebebeb;
}
ul#nav.dhtml li.isActive ul a:hover{
	background:#ebebeb;
}