#nav {
	position: relative;
	float: left;
	width: 250px;
	font-weight: bold;
	color: #21418c;
	text-transform: uppercase;
	text-align: left;
	line-height: 160%;
	font-size: 12px;
}

* html #nav {
	margin: 0;
	width: 260px;
}

#nav li {
	font-size: 12px;
	list-style-type: none;
	text-decoration: none;
	line-height: 140%;
	list-style-position: outside;
margin-left:0;
padding-left:0;
}

* html #nav li {
	margin-left: -16px;
	list-style-position: inside;
}

#nav ul {	
	font-size: 12px;
	font-weight: normal;
margin-left:0;
padding-left:0;
}

#nav_top a:active, #nav_top a:link, #nav_top a:visited {
	color: #778cbd;
	text-transform: none;
	text-decoration: none;
}

#nav_top a:hover {
	text-transform: none;
	text-decoration: underline;
}

#nav_top {
	position: relative;
	float: left;
}

.nav_image {
	clear: both;
	display: inline;
	float: left;
	margin: 2px 10px 2px 4px;
}

.nav_link_top {
	float: left;
	width: 180px;
}

* html .nav_link_top {
	width: 200px;
}

#nav_bottom a:active, #nav_bottom a:link, #nav_bottom a:visited, #nav_bottom a:hover {
	font-weight: bold;
	color: #21418c;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
}

#nav_bottom a:hover {
	text-decoration: underline;
}

#nav_bottom {
	float: left;
	background-image: url(../images/h_sep.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	width: 200px;
	margin-left: 10px;
}




.nav_link_bottom {
	width: 200px;
	background-image: url(../images/h_sep.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 7px 0;
	text-align: center;
}





