#hmenu {   /* Main Navigation area */
	xwidth: 760px; /* Suits an 800x600 page, allowing for scrollbar */
	height: auto; 
	background:#fff;
	width:auto;
	text-align:left;
	z-index:5000;
}

#hmenu ul {display: inline; margin:0; padding:0}

#hmenu li {display: inline}

#hmenu a {
	line-height: 30px; /* same as height of nav bar */
	margin-left: 10px; 
	display: inline;
	font-weight: bold
}
#hmenu a {color: #000;text-decoration:underline } 
#hmenu a:link {color: #000;text-decoration:underline }
#hmenu a:hover {color: #000; text-decoration:none }


/* Fix IE. Hide from IE Mac \*/

/* End */


