.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li
{
    position: relative;
    display: inline;
    float: left;
    top: 7px;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 116px;
	border-left-width: 0;
	text-decoration: none;
	background: transparent;
	color: white;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-color: white;
	line-height: 20px;
	height: 22px;
	padding-right: 8px;
	padding-left: 8px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 30px;
	top: 0px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 180px; /*width of sub menu levels*/
	font-weight: normal;
	background-color: #C60000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 24px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li ul li a{
	width: 180px; /*width of sub menu levels*/
	font-weight: normal;
	background-color: #21699B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 24px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

.horizontalcssmenu ul li a:hover{
	background-image: url(../images/menubghl.jpg);
	background-repeat: repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
	background-image: none;
	background-color: #FF1A1A;
}

.horizontalcssmenu ul li ul li ul li a:hover{
	background-image: none;
	background-color: #5EA0D0;
}


.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 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 */
