.hmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

.hmenu ul li a{
	display: block;
/*	width: 80px; /*Width of menu items*/ 
	/* border: 1px solid #202020; */
	/* border-left-width: 0; */
	padding: 1px 30px 1px 30px;
	text-decoration: none;
	background: url(../images/menuBar_gradient.jpg) center center repeat-x;
	color: yellow;
	font: 90% Tahoma;
}
	
.hmenu ul li a:hover{
	display: block;
	/* padding: 8px 30px 8px 30px; */
	text-decoration: underline;
	color: white;
	background: url(../images/menuBar_hover.jpg) center center repeat-x;
}

* 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 .hmenu ul li { float: left; height: 1%; }
* html .hmenu ul li a { height: 1%; }
/* End */