.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: 161px;
	border-right-width: 1px;
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #797979;
	border-right-color: #797979;
	border-bottom-color: #797979;
	border-left-color: #797979;
	font-family: Garamond;
	font-size: 18px;
	font-weight: bold;
	background-image: url(image/menubg4.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
}
	

.horizontalcssmenu ul li a:hover{
	background-image: url(image/menubgover.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
}
.horizontalcssmenu ul li a:visited{
	color: #FFFFFF;
}

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

