@charset "UTF-8";

/* Sets the positioning and background for the highlight events bar on the homepage */
#highlightEvents {
	position:relative;
	width:952px;
	height:87px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #006;
	background-image: url(../media/highlightevents/sliderbackground.png);
	background-repeat: repeat-x;
}

#NewhighlightEvents {
	position:absolute;
	width:952px;
	height:87px;
	top:175px;
	left:0px;
	z-index:1;
	margin: 0px;
	background-color: #006;
	background-image: url(../media/highlightevents/sliderbackground.png);
	background-repeat: repeat-x;
}

ul.EventsMenu
{
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 916px;
	position: absolute;
	left: 18px;
	height: 58px;
	top: 17px;
	margin: 0;
}

ul.EventsMenu li
{
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 22px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 130px;
	height: 50px;
	float: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	border-left-style: solid;
	border-left-color: #C4BF94;
	border-left-width: 2px;
	padding-left: 20px;
	color: #FFF;
}

