.horizontalcssmenu {
	min-width: 800px;
	margin-left: 58px;
	z-index: 1;
}
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	line-height: normal;
	z-index: 100;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 110px;
	min-width: 100px;
	color: #000033;
	text-decoration: none;
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.horizontalcssmenu ul li a:hover{
	background: url(menubgover.gif) center center repeat-x;
	text-decoration:underline;
	color: #FFFFFF;
}

/* Selected menu item for orientation */
.horizontalcssmenu ul li a strong{
	font-weight: bold;
	color: #990000;
}
.horizontalcssmenu ul li a:hover strong {
	font-weight: bold;
	color: #990000;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	border-top: 1px dotted #CC9900;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
	z-index: 150;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	min-width: 144px; /*width of sub menu levels*/
	padding: 2px 5px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #CC9900;
	font-weight: normal;
	font-style:normal;
	color: #000033;
	background: #EEEEEE;
	font-size: 0.8em;
}

.horizontalcssmenu ul li ul li a:hover{
	background-color:#A3A6CB;
	text-decoration: underline;
	background-image: none;
	color: #FFFFFF;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
margin-left: 4px;
background: transparent url(menuarrow.gif) no-repeat center;
}

* 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%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
