.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: 6px 8px;
	text-decoration: none;
	background: url(../images/navbar_gradient.jpg) center center repeat-x;
	color: yellow;
	font: 1.4em Tahoma;
}
	
.hmenu ul li a:hover{
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	color: white;
	background: url(../images/navbar_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 */
