#nav {
	clear: left;
	float: left;
	width: 189px;
	padding-left: 16px;
}
#navbar {
	background-image: url("/v1/images/interface/nnav_bg.jpg");
	background-repeat: repeat-y;
}
.navlinkcontainer {
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	top: -50px;
	bottom: -50px;
}
.navbarlink {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #04397C;
	border-right-color: #04397C;
	border-bottom-color: #04397C;
	border-left-color: #04397C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.navbarlink a:link, .navbarlink a:active, .navbarlink a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.navbarlink a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.navbarlink_active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #04397C;
	border-right-color: #04397C;
	border-bottom-color: #04397C;
	border-left-color: #04397C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-variant: small-caps;
	font-weight: bold;
}
.navbarlink_active a:link, .navbarlink_active a:active, .navbarlink_active a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbarlink_active a:hover {
	color: #FFFF00;
	text-decoration: none;
}
