/* TOP NAV */
#horizontal_table_nav td {
	background-image: url(../images/topbar_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: center;	
}
#horizontal_table_nav td.spacer {
	text-align: center;
	padding: 0px 1px 0px 0px;
	background-image: none;
}
#horizontal_table_nav td.current {
	background-image: url(../images/topbar_highlight_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#horizontal_table_nav div {
	background-image: url(../images/topbar_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 0px;
	height: 23px;
	margin: 0px;
}
#horizontal_table_nav div.current {
	background-image: url(../images/topbar_highlight_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 0px;
	height: 23px;
	margin: 0px;
}
#horizontal_table_nav a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Verdana, Halvetica, sans-serif;
	padding: 0px 6px 0px 6px;
	margin: 0px;
	text-decoration: none;
	height: 30px;
}
#horizontal_table_nav a.current {
	color: #FCFF73;
}
#horizontal_table_nav a:hover {
	text-decoration: none;
	color: #FCFF73;
}

/* SIDE NAV */
#navcontainer {
	margin: 0px;
	padding: 10px;
	width: 180px;
	text-align: left;
}
#navcontainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navcontainer li {
	border-bottom: 1px solid #B0C0DD;
	margin-bottom: 4px;
}
#navcontainer li li {
	border-bottom: 1px solid #E5F5F9;
}
#navcontainer a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #00A0C6;
	padding: 4px 10px 4px 10px;
	width: 160px;
	text-decoration: none;
}
#navcontainer a:hover {
	text-decoration:none;
	color:#10218B;
}
#navcontainer li a.current {
	text-decoration:none;
	color:#10218B;
}
#navcontainer li li a.current {
	text-decoration:none;
	color:#10218B;
}
#navcontainer li li a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #00A0C6;
	padding: 2px 10px 2px 10px;
	width: 160px;
	text-decoration: none;
}
