#navBar { 
	position: absolute;
	left: 0;
	top: 0;
	height: 510px;
	font: 12px verdana, helvetica, sans-serif;
	background-color: #0060aa; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

/*#tartanBar { 
	background: url('../images/tartan.png') repeat;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	height: 6px;
	font-size: 6px;
	width: 165px; 
}*/

#navContainer { 
	padding-top: 20px;
	width: 175px; 
	/* font: 12px verdana, helvetica, sans-serif;
	font-size: 12px; */
	margin: 0 auto;
}

#crest {
	margin: 0;
	padding: 15px 0 5px 0;
	text-align: center;
}

.navLink a
{
	display: block;
	padding: 3px 13px;
	color: #fff; /* #febf50 */
	text-decoration: none;
	background: #0060aa;
	text-align: left;
}

.navLink a:visited
{
	color: #fff; /* #febf50 */
}

.navLink a:hover
{
	color: #fff; /* #febf50 */
	font-weight: bold;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 3% 50%;
}

.navLink a:active
{
	background: #fff; /* #febf50 */
	color: #0060aa;
	background-image: url('../images/bullet2.gif');
	background-repeat: no-repeat;
	background-position: 3% 50%;
}

.navPage {
	text-align: right;
	padding: 3px 6px 3px 13px;
	font-weight: bold;
	color: #0060aa;
	background: #febf50;
}

