#mainmenu
{
	background: url(/images/backgrounds/menu_background.png) 0 0 repeat-x;
	height: 45px;
}

/* top level links */
#navheader
{
	z-index: 2;
	position: absolute;
	height: 20px;
	margin-top: 15px;
	margin-left: 5px;
}

#navheader li
{
  text-align: center;
  width: 108px;
	z-index: 3;
	position: relative;
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	background-repeat: no-repeat;
  background-position:  center;
}

#navheader li a
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 14px;
	text-decoration: none;
	color: #fff;
}

#navheader li a:hover
{
	color: #BCDC53;
}

#navheader li.active
{
  height: 17px;
	border-bottom: 4px solid #BCDC53;
}

#navheader li.active a
{
	color: #BCDC53;
}


#slider
{
	z-index: 2;
	position: absolute;
	height: 25px;
	height: 20px !important;
	border-bottom: 4px solid #C5DB5B;
	color: #C5DB5B;
}

.clr
{
	clear: both;
}
