.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 100;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
border-left: 18px solid #ffffff;/* #daf0ff;*/ /*#202020;*/
text-align:center;
z-index: 100;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a.menu{
display: block;
width: 130px; /*Width of top level menu link items*/
padding: 2px 0px;
border: 1px solid #ccd5dc;  /*67a6cb*//*#202020;*/

text-decoration: none;
background: #dee8f1 center center repeat-x; /*825619b*/
color: #000000; /*white;*/
font: bold 13px Tahoma;
z-index: 100;
}


/*Top level menu link items style*/
/*Green top level for Espen Green */
.horizontalcssmenu ul li.green a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #7ebd84; /*#202020;*/
text-decoration: none;
background: #43b74e center center repeat-x;
color: white;
font: bold 13px Tahoma;
z-index: 100;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid  #67a6cb; /*#202020;*/
/*border-left: 1px solid  #67a6cb; *//*#202020;*/
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
width:280px;
font: bold 13px Tahoma;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
width:280px;
height:23px;
text-align:left;
float: left; /*(none;*/
z-index: 100;

border-left: 0px solid #ffffff;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #25619b;
border-width: 0 1px 1px 1px;
padding-top:4px;
padding-bottom:4px;
font: bold 12px Tahoma;
color:#ffffff;
text-align:left;
padding-left:12px;
z-index: 100;
}

/* Sub level menu GREEN links style */
.horizontalcssmenu ul li.green ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #43b74e;
border-width: 0 1px 1px 1px;
padding-top:4px;
padding-bottom:4px;
font: bold 12px Tahoma;
z-index: 100;

}

.horizontalcssmenu ul li a:hover{
background: #25619b center center repeat-x;
z-index: 100;
}

/* Espen green top menu hover */
.horizontalcssmenu ul li.green a:hover{
background: #87db8f center center repeat-x;
z-index: 100;
}

.horizontalcssmenu ul li ul li a:hover{
background: #dee8f1; 
z-index: 100;
}

.horizontalcssmenu ul li.green ul li a:hover{
background: #87db8f; 
z-index: 100;
}


.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent #25619b no-repeat center left;
z-index: 100;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
z-index: 100;

}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; z-index: 100;
}
* html .horizontalcssmenu ul li a { height: 1%; z-index: 100;
}
/* End */