#navbar {
	background: url(images/nav-bg.jpg) repeat-y right top;
	width: 156px;
	height: 171px;
	margin: 0px;
	text-align: right;
	border: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
.navBtn {
	background: url(images/nav-separator.jpg) no-repeat bottom right;
	width: 156px;
	height: 24px;
}

.navBtn a {
	font-size: 13px;
	font-weight: bold;
	color: #2a4983;
	text-decoration: none;
	margin-right: 12px;
	line-height: 23px;
}

.navBtn a:active,a:hover {
	color: #b30800;
	text-decoration: underline;
}

.navBtn1 {
	background: url(images/nav-separator.jpg) no-repeat bottom right;
	width: 156px;
	height: 24px;
	margin-top: 2px;
}

.navBtn1 a {
	font-size: 13px;
	font-weight: bold;
	color: #2a4983;
	text-decoration: none;
	margin-right: 12px;
	line-height: 23px;
}

.navBtn1 a:active,a:hover {
	color: #b30800;
	text-decoration: underline;
}

.navBtn2 {
	width: 156px;
	height: 24px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #A5A5A5;
	border-right-color: #A5A5A5;
	border-bottom-color: #A5A5A5;
	border-left-color: #A5A5A5;
}

.navBtn2 a {
	font-size: 13px;
	font-weight: bold;
	color: #2a4983;
	text-decoration: none;
	margin-right: 12px;
	line-height: 23px;
}

.navBtn2 a:active,a:hover {
	color: #b30800;
	text-decoration: underline;
}
