#menupanel {
	position: absolute;
	z-index: 50;
	width: 696px;
	background-image: url(images/menustrip-background.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 13px;
	height: 44px;
	left: 0px;
	top: 177px;
	padding-left: 52px;
}
#menulist {
	position: relative;
	display: block;
	text-align: center;
}

#menupanel ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 696px;
}
#menupanel li {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
	float: left;
}
#menupanel li a {
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding-right: 9px;
	padding-left: 9px;
}
#menupanel li a:hover {
	color: #F9E18A;
}
#menupanel li a:active {
	color: #ffc808;
}
#menupanel li a.samePage {
	line-height: 32px;
	color: #ffc808;
}



/* fix for IE blank line bug */
#menupanel ul > li { display: list-item; }
#menupanel li > a {
	width: auto;
	height: auto;
}
