.style17 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #996600;
	text-decoration:none;
}

.twoColFixLtHdr #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h3
{
	margin:0;
	font-size:14px;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
}
table, td { border-collapse:inherit;}
table, td {border:0; overflow:hidden}
form, td {padding:0;}



.textside img{
	padding:10px;
}

a{
	color:#900;
	text-decoration:none;
}
a:visited{
	color:#900;
	text-decoration:none;
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 210px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(glossyback2.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 150px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/meny.png);
color:#000;
}
.menubar1
{
	margin:0;
	padding:0 0 0 0;
}
.menubar1 ul,li
{
	margin:0;
	padding:0 0 0 0;
}

.horizontalcssmenu{
	width:1020px;
	height:40px;
	background-image:url(images/meny.png)
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border: 0px;
overflow:visible;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
overflow:visible;

}
.bigg {
	font-size: x-large;
	line-height:1.5em;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block; 
width: 109px; /*Width of top level menu link items*/
padding: 10px 8px;
border: 0px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(images/meny.png) center center repeat-x;
color: black; 
font: bold 13px Verdana,Tahoma;
overflow:visible;
white-space:normal;

}
.horizontalcssmenu ul li a:visited{
	color:#000000;
	text-decoration:none;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 0px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
overflow:visible;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
overflow:visible;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 180px; /*width of sub menu levels*/
font-weight: normal;
padding: 7px 8px;
background: url(images/meny.png) center center repeat-x;
/* background: #e3f1bd; */
border-width: 0 ;
overflow:visible;
font: bold 13px Verdana,Tahoma;
text-decoration:none;
}

.horizontalcssmenu ul li a:hover{
background: url(images/menu2.png) center center repeat-x;
text-decoration:none;
}

.horizontalcssmenu ul li ul li a:hover{
	background: url(images/menu2.png) center center repeat-x;
/*background: #cde686;*/
overflow:visible;
color:#000;
text-decoration:none;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(images/menuarrow.gif) no-repeat center left;
overflow:visible;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */