﻿.navMenu 
{
	margin-left: 0px;
	padding: 0;
}
.navSpacer 
{
	content: ".";
	float: left;
	width: 4px;
	border-right: solid 1px #330099;
	background-color: #CCCCCC;
	font-size: 0.9em;
}
.navlink {
	width: 114px;
	margin: 0;
	padding: 0;
	display: block;
	background-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #330099;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #330099;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #330099;
	text-align: center;
	font-size: .9em;
}
.navlink a {
	background-color: transparent;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	}
.navlink a:hover	{
	background: url(images/navbar_hover.jpg) repeat-x;
	color: #000066;
	}
.navlinkcurrent {
	width: 114px;
	margin: 0;
	padding: 0;
	display: block;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #330099;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #330099;
	text-align: center;
	font-size: .9em;
}
.navlinkcurrent a {
	display: block;
	background: url(images/navbar_selected.jpg) repeat-x;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	}
.navlinkcurrent a:hover	{
	display: block;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #330099;
	background: url(images/navbar_selected.jpg) repeat-x;
	color: #990000;
	}