#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:bold 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ECBC2A;
}
a.bildlink {
	border: none;
}

a:link {
text-decoration: none;
font-weight:bold;
color: #3B3B52;
}
a:visited {
text-decoration: none; 
font-weight:bold; 
color: #3B3B52;
}
a:active {
text-decoration: none; 
font-weight:bold; 
color: #999999;
}
a:hover {
text-decoration: underline; 
font-weight:bold; 
color: #8C5E21;
}

.border {	border: 1px solid #66696E;}
body, td, span, div, select, input, textarea {
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
}
.bgcolor{
	background-color : #EFF7F7;
}
.smalltms{
font-family: trebuchet ms, Arial,Helvetica,sans-serif;
font-size:9px;
}
.title{
font-family: Verdana;
font-size:18px;
font-weight:bold;
}
.verdanaa{
	font-family: Verdana, Verdana, Sans-Serif;
	font-size:10px;
}
.naringsliv{
	font-family: trebuchet ms,Verdana, Verdana, Sans-Serif;
	font-size:13px;
}
.skugga {
	color:#000000;
	font-weight:bold;
	filter:DropShadow(OffX=1, OffY=1, color: #FFFFFF);
	font-family: trebuchet ms, Tahoma, Verdana, arial, times new roman, times;
	font-size:11px;
	}
.skuggawhite {
	color:#FFFFFF;
	font-weight:bold;
	filter:DropShadow(OffX=1, OffY=1, color: #DB5700);
	font-family: trebuchet ms, Tahoma, Verdana, arial, times new roman, times;
	font-size:11px;
	}

.tdsalj{
	font-size:11px;
	font-family: Verdana, arial, times new roman, times;
	color:#333333;
}
.sf{
	font-size:11px;
	font-family: trebuchet ms, Verdana, arial, times new roman, times;
	color:#333333;
}
.rub{
	font-size:12px;
	line-height:17px;
}
.rubruta{
	font-size:15px;
	font-family: trebuchet ms, Verdana, arial, times new roman, times;
	color:#555555;
	line-height:23px;
}
.rubmellan{
	font-size:11px;
	font-family: Verdana, arial, times new roman, times;
}
.mainrub{
	font-size:18px;
	font-family: trebuchet ms, tahoma, Verdana, arial, times new roman, times;
	line-height:24px;
}
.white{
	color:#FFFFFF;
}
.red{
	color:#CD4400;
}
.small{
	font-size:7pt;
	font-family: Verdana, arial, times new roman, times;
}
.menysmall{
	font-size:9px;
	font-family:  trebuchet ms,Verdana, arial, times new roman, times;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #FFFFFF;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #DD5A00; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { background: #FF6B05; } /* Hover Styles */
		
li ul li a { padding: 4px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */