/* CSS Document */

#top-nav {
	background: #e7effa
				url(../images/general/top-nav_background.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7d90ab;
	border-bottom: 1px solid #d0dff5;
	padding: 0px 5px 0px 2px;
	line-height: 18px;
	text-align: right;
	}

#top-nav ul {
	margin: 0;
 	padding: 0;
	list-style: none;
	}

#top-nav ul li {
	display: inline;
	}

#top-nav a {
	color: #7d90ab;
	text-decoration: none;
	}

#top-nav a:hover {
	color: #173c50;
	}
#sub-nav {
	height: 20px;
	margin: 0;
 	padding: 2px 0;
	text-align: center;
	}

#sub-nav ul {
	margin: 0;
 	padding: 0;
	list-style: none;
	}

#sub-nav ul li {
	display: inline;
	}

#bottom-nav {
	background: #e7effa
				url(../images/general/top-nav_background.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7d90ab;
	border-top: 1px solid #d0dff5;
	padding: 0px 5px 0px 2px;
	line-height: 18px;
	text-align: right;
	}

#bottom-nav ul {
	margin: 0;
 	padding: 0;
	list-style: none;
	}

#bottom-nav ul li {
	display: inline;
	}

#bottom-nav a {
	color: #7d90ab;
	text-decoration: none;
	}

#bottom-nav a:hover {
	color: #173c50;
	}
