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

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

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 72px;
	text-decoration: none;
	background: url(menubg1.png) center center repeat-x;
	color: #000000;
	font: 13px Mon;
	text-align: center;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #CCCCCC;
	font-style: normal;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	position: absolute;
	z-index: 100;
	visibility: hidden;
}

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


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 93px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 8px;
	background: #DDDDDD;
	border-width: 0 1px 1px 1px;
	text-align: center;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.png) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #999999;
}

* 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: none; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
.menuborder {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
