/* wraps bottom row of nav (note: no top row on sport navs) background color set inline */
.aw_nav_wrap {
	width: 1000px;
	font: bold 13px Arial, Helvetica, sans-serif;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFcc33;
	background-image: url(../images/nav-bg.gif);
}

.aw_nav {
	list-style: none;
	position: relative;
	
}

.aw_nav li {
	float: left;
}

.aw_nav li a {
	display: block;
	line-height: 30px;
	padding: 0 8px;
	text-decoration: none;
	z-index: 499;
	color: #FFFFFF;
	background-image: url(../images/nav-bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.aw_nav li.hi a {
	background: #220000;
	color: white;
}

.aw_nav li.hi .aw_drop {display: block;}

.aw_drop {
	display: none;
	list-style: none;
	position: absolute; /* need this to keep parent li from spreading out */	
	z-index: 499;
	background: #220000;
}
.aw_drop li {
	float: none;
	line-height: 18px;
	background: #220000;
	width: auto;
}

.aw_drop li.separator {
	background: #220000;
	font-size: 13px;
	line-height: 24px;
	color: #745C46;
	font-weight: normal;
	padding: 0px 8px;
}
.aw_drop  li  a   {
	color: white;
	line-height: 24px;
	padding: 0 8px;
	width: auto;
}
.aw_drop  li  a:hover   {
	background: #FF3300;
}
.aw_drop  em  {
	color: #FFCC33;
	font-size: 12px;
}
.events   a     {
	float: right;
	line-height: 30px;
	display: block;
	padding: 0 8px;
	text-decoration: none;
	z-index: 499;
	color: #FFFFFF;
	background-color: #000033;
	text-transform: uppercase;
}
.events a:hover {
	background-color: #220000;
}
#mainContent ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 16px;
	list-style-type: decimal;
}
#mainContent ol {
	padding-left: 40px;
}

