/*** Complex Horizontal Navigation ***/

#hnav span a
{
	text-decoration: none;
	color: #000;
	padding: 3px 2px 2px 2px;
	
	
}

#hnav span a:hover
{
	text-decoration: none;
}
#hnav span a:hover/* Hide this from IE 5.0 */
{
	text-decoration: none;
}
#hnav ul li span/* Hide this from IE 5.0 */
{
	display: none;
}
