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: 159px; /*Width of top level menu link items*/
	border: 0px solid #202020;
	padding-top:5px;
	padding-left:14px;
	padding-right: 0px;
	padding-bottom:4px;
	text-decoration: none;
	text-align:left;
	color: #203c3b;
	background-color: #bdc0b3;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.h2 {/*Width of top level menu link items*/
	height:21px;
	padding-left:0px;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul {
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}
.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: 160px; /*width of sub menu levels*/
	font-weight: normal;
	text-align: left;
	padding: 2px 5px;
	background: #bdc0b3;
	color: #203c3b;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #abae9f;
	border-left-color: #abae9f;
	
}
.horizontalcssmenu ul li a:hover {
	background-color: #e7e8e3;
}
.horizontalcssmenu ul li ul li a:hover {
	background: #e7e8e3;
	color: #203c3b;
}
.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 */
