h1 {
	font-family: verdana;
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #000000;
}
.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: 115px; /*Width of top level menu link items*/
	height: 22px;
	background: url(./grafx/nav_bg.png);
	border: 0px solid #202020;
	padding-top:8px;
	padding-right: 0px;
	padding-bottom:1px;
	text-decoration: none;
	text-align:center;
	color: #375055;
	font-family: "Verdana";
	font-size: 9pt;
	font-weight: bold;
}
.h2 {/*Width of top level menu link items*/
	height:30px;
	padding-left: 0px;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul {
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	border-top: 1px solid;
	border-color: #797D60;
}
.h3 {
	left: 20;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li {
	display: inline;
	float: none;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a {
	width: 115px; /*width of sub menu levels*/
	font-family: "trebuchet MS";
	text-align: left;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background: url(../grafx/nav_bg.png);
#	background: #CFD7A0;
	border-left: solid 1px #797D60;
	border-right: solid 1px #797D60;
	border-bottom: solid 1px #797D60;
	color: #375055;
	height: 20px;
}
.horizontalcssmenu ul li a:hover {
	background: url(../grafx/nav_bg_over.png);
	color: #44447D;
}
.horizontalcssmenu ul li ul li a:hover {
#	background: url(../grafx/nav_bg_over.png);
	background: #375055;
	color: #FFFFFF;
}

.horizontalcssmenu .arrowdiv {
	position: absolute;
	right: 0;
}
* 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 */
