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

}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
z-index:100;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
width:auto;
font-family: Calibri, Verdana, Ariel, sans-serif;
line-height:40px;
height:40px;
display: block;
padding: 0px 0 0 32px;
border-left-width: 0;
text-decoration: none;
background:url(../images/menu_separator.jpg) right center no-repeat;
color: #000000;
font-size:14px;
font-weight:normal;
z-index:100;
float: left;
}
.horizontalcssmenu ul li a:hover, #current{
width:auto;
font-family: Calibri, Verdana, Ariel, sans-serif;
line-height:40px;
height:40px;
display: block;
padding: 0px 0 0 32px;
border-left-width: 0;
text-decoration: none;
background:url(../images/menu_separator.jpg) right center no-repeat;
color: #004ca9;
font-size:14px;
font-weight:normal;
z-index:100;
float: left;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 0px solid #89bb00;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
float: left;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;

z-index:100;
float: left;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 190px; /*width of sub menu levels*/
font-weight: normal;
background: #0066b3;
border-width: 0 1px 1px 1px;
color: #fff;
line-height:30px;
height:30px;
z-index:100;
float: left;
}



.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
z-index:100;
float: left;
}

* 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 .horizontalcssmenu ul li { float: left; height: 1%; z-index:100;}
* html .horizontalcssmenu ul li a { height: 1%; z-index:100; }
/* End */