
/* ######################## MENU STYLES ######################## */
/* main container - ul id="menu" */
.level0
{
	position: relative;
	margin: 0; /* reset the margins */
	padding: 0; /* reset the padding */
	width: auto; /* this size depends on your menu */
	float: left; /* line things up */
	font-size: 14px; /* increase the font size a bit */
	list-style: none; /* no bullets on our list items */
	z-index:	20;
}

/* list elements */
#menu li.sublevel0
{
	float: left;
	display: inline; /* make it horizontal */
}

#menu li.active0
{
	float: left;
	display: inline; /* make it horizontal */
}

.clearLeft
{
	clear: left;
}

a.menulink-0, a.menulink-a0 {
	color: #000;
}
/* ######################## END MENU STYLES ######################## */
