#meny_bottom{
	height: 28px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

div#menu{
	width: 900px;
	height: 28px;
	display:block;
}
#menu li ul{
	list-style: none;
}
#menu li{
	list-style: none;
	/*background-color: #ccc; /* main fŠrg */
}
#menu ul{
	margin: 0;
	padding:0;
	display:block;
}
#menu .parent{
	position: relative;
	float: left;
	margin-left: 10px; 
} 
#menu .parent a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	line-height: 28px;
	margin: 0;
	padding-left: 2px;
}
#menu .parent a:hover{
	/*color: red;*/
	
}
#menu .parent li{
	background-color: #D62418;
	text-align: left; /* align fšr texten */
	width: 170px;
	float: left;
}
#menu .parent ul{
	/*width: 115px;/* TA BORT */
}
#menu .parent ul div{
	position:absolute;
	width:170px;
	top: 24px;
}
#menu .parent ul div.tt{
	position:absolute;
	width:170px;
	left: 125px;
	top: 0;
}
#menu .parent ul div.aa{
	position:absolute;
	width:170px;
	left: -125px;
	top: 0;
}
.undermeny{
	background-repeat: no-repeat;
	background-position: right;
}
#menu .parent ul div li{
	margin: 0;
	padding: 0;
}
#menu .parent ul div a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	background-color: #D62418;
	display: block;
	width: 170px;
	border-bottom-width: 1px;
	border-left-width:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	padding-left: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
}
#menu .parent ul div a:hover{
	color: white;
	text-decoration: none;
	background-color: Gray;
}
