#menuBarHolder
{
	width: 980px;
	margin: 0 auto;
}

#menuBar
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#menuBar li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 140px;
	height: 21px;
}

#menuBar li a
{	
	display: block;
	width: 140px;
	height: 21px;
	text-align: center;
	text-decoration: none	
}

a.topLink
{
	background: white URL('../images/menuButton.png') no-repeat top left;
	color: white;
	cursor: pointer;
}

a.topLink:hover
{
	background: #e80c01 URL('../images/menuButtonHover.png') no-repeat top left;
}

#menuBar div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#menuBar div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 21px;
	white-space: pre;
	text-align: left;
	text-decoration: none;
}

div.menuList a
{
	color: white;
	background-color: #ae0a03;
	border-top: 1px solid white;
}

div.menuList a:hover
{
	background-color: #f20e03;
}
