@charset "UTF-8";
/* CSS Document */

	#navcontainer {
	background-color:#000;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	height: 21px;
}

ul#navlist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	background-color: #000000;
}

#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	height: 21px;
	background-image: url(../images/navback.gif);
	background-repeat: repeat-x;
	background-position: 20px;
}

#navcontainer a
{
	color: #000;
	text-decoration: none;
	display: block;
	width: 94px;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #000000;
	height: 21px;

}

#navcontainer li#active {
	background-image: url(../images/navback-hover.gif);
	background-repeat: repeat-x;
	background-position: 20px;
}
#navcontainer a:hover {
	background-image: url(../images/navback-hover.gif);
	background-repeat: repeat-x;
	background-position: 20px;
	

