/* TOP NAV */

#header ul {
	position: relative;
	width: 981px;
	margin: 0 auto;
	padding: 0 0 46px 0;
	list-style: none;
	background-image: url(../images/bkgnd_header_ul.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#header ul li {
	position: relative;
	float: left;
}
#header ul li a img {
	padding: 23px 15px 0 0;
}
#header ul li a.first img {
	padding-top: 0;
}

/* TOP SUB NAV */

#nav_topSub ul {
	position: relative;
	width: 981px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	padding: 0;
	list-style: none;
	border-top: 6px solid #ffffff;
}
#nav_topSub ul li {
	position: relative;
	float: left;	
}
#nav_topSub ul li a {
	background-color: #1f5968;
	display: block;
	padding: 12px 17px;
	border-left: 1px dotted #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
}
#nav_topSub ul li a.first {
	margin-left: 188px;
	border-left: none;
}

/* SIDE NAV */

#col_left ul {
	margin: -26px 0 14px 0;
	width: 174px;
	padding: 0;
	list-style: none;
}
#col_left ul li {
	position: relative;
	width: 174px;
	float: left;
}
#col_left ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 166px;
	padding: 6px 0 6px 22px;
	background-image: url(../images/bullet.gif);
	background-position: 14px center;
	background-repeat: no-repeat;
}
#col_left ul li a:hover, #col_left ul li.selected a {
	background-color: #ffde05;
}
