/* Primary Navigation *****************************************************/


#nav {
	height: 30px;
	float: right;
	width: 616px;
	padding-top: 78px;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 11px;
}
.navcontainer {
	width: 600px;
	margin-top: 30px;
	float: left;
	height: 40px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navlist
{
	margin: 0;
	padding-bottom: 19px;
	padding-left: 0px;
	padding-right: 5px;
}

.navlist ul, .navlist li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navlist a:link, .navlist a:visited
{
	color: #D2E6EC;
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	line-height: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(../images/navspacer.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

.navlist a:link#current, .navlist a:visited#current
{
	color: #000;
	background-color: #FFFFFF;
}

.navlist a:hover {
	color: #FFFFFF;
}


/* CSS Main Vertical List Menu */



.verticallist {
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.verticallist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 22px;
}
.verticallist li {
	padding: 0px;
	overflow: hidden;
	height: 22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
.verticallist a {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #5C8ECB;
	text-decoration: underline;
	background-image: url(../images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px;
	font-weight: normal;
}
.verticallist a:link {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #5C8ECB;
	text-decoration: underline;
	background-image: url(../images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px;
	font-weight: normal;
}
.verticallist a:visited {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #5C8ECB;
	text-decoration: underline;
	background-image: url(../images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px;
	font-weight: normal;
}
.verticallist a:hover {
	color: #000000;
}
#nav .last a  {
	margin-right: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
