/* CSS Document */

.navItem a:link {
	display: inline;
	display: block;
	list-style-type: none;
	font-size: 12px;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 10px;
	min-width: 80px;
	float: left;
	height: 10px;
	background-image: url(../images/white62.png);
	text-align: center;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat;
	margin-right: 1px;
	text-decoration:none;
}
.navItem a:hover {
	display: inline;
	display: block;
	list-style-type: none;
	font-size: 12px;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 10px;
	min-width: 80px;
	float: left;
	height: 10px;
	background-image: url(../images/white85.png);
	text-align: center;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat;
	margin-right: 1px;
	text-decoration:none;
}
.navItem a:visited {
	display: inline;
	display: block;
	list-style-type: none;
	font-size: 12px;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 10px;
	min-width: 80px;
	float: left;
	height: 10px;
	background-image: url(../images/white62.png);
	text-align: center;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat;
	margin-right: 1px;
	text-decoration:none;
}
.navItem a:active {
	display: inline;
	display: block;
	list-style-type: none;
	font-size: 12px;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 10px;
	min-width: 80px;
	float: left;
	height: 10px;
	background-image: url(../images/white62.png);
	text-align: center;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat;
	margin-right: 1px;
	text-decoration:none;
}
#navContainer {
	margin-top: -29px;
	position: relative;
	text-align: right;
	width: 832px;
	clear: right;
	float: right;
}

.navItem {
	list-style-type: none;	
}
