ul.nav {
	margin: 0 0 0 120px;
	list-style: none;
}
ul.nav li.navmid {
	height: 50px;
	width: 15px;
	float: left;
	background: url('nav_mid.png') top left no-repeat;
}
ul.nav li.first {
	width: auto;
	height: 50px;
	float: left;
	padding: 0 10px;
}
ul.nav li.first a {
	margin: 21px 0 0 0;
	float: left;
	color: #FFFFFF;
	font: 8pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
ul.nav li.first a:hover {
	color: #99cccc;
}

/*********************************
Subnav
*********************************/

#sidebar ul.subnav {
	color: #bc2f2c;
	list-style: none;
}
#sidebar ul.subnav li.second {
	width: 207px;
	height: auto;
	float: left;
	clear: both;
	padding: 5px 5px 5px 15px;
}
#sidebar ul.subnav li.second a {
	display: block;
	float: left;
	font: 9pt Arial, Helvetica, sans-serif;
	line-height: 11pt !important;
	color: #bc2f2c;
	text-decoration: none;
	text-transform: uppercase;
	width: 170px !important;
	padding: 9px 0 0 0;
}
#sidebar ul.subnav li.third {
	width: 197px;
	height: auto;
	float: left;
	clear: both;
	padding: 3px 5px 3px 25px;
}
#sidebar ul.subnav li.third a {
	display: block;
	float: left;
	font: 8pt Arial, Helvetica, sans-serif;
	line-height: 10pt !important;
	color: #231F20;
	text-decoration: none;
	text-transform: uppercase;
	width: 170px !important;
	padding: 10px 0 0 0;
}
#sidebar ul.subnav div.marker {
	width: 10px;
	float: left;
}
#sidebar ul.subnav li.third div.marker {
	color: #231F20;
}
#sidebar ul.subnav li.subnav_mid {
	width: 227px;
	height: 3px;
	float: left;
	clear: both;
	background: url('subnav_mid.gif') top left no-repeat;
}
