
.navsite p {
	display: none;
	}
.navsite ul {
	width: 100%;
	float: left;
	padding: 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	}
.navsite ul li {
	list-style: none;
	margin: 0;
	float: left;
	}
.navsite ul li a {
	padding: 12px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background-color: #666;
	text-decoration: none;
	background-image: url(title-glass.png);
	background-position: 50%;
	background-repeat: repeat-x;
	display: block;
/*	width: 7em;  */
	}
.navsite ul li a:link {
	color: white;
	}
.navsite ul li a:visited {
	color: #667;
	}
.navsite ul li a:hover, .navsite ul li a:visited:hover {
	color: #000;
	background-color: #aae;
	border-color: #227;
	}
.navsite ul li a#current {
	background-color: white;
	border-bottom: 1px solid white;
	color: #448;
	margin-bottom: -1px;
	}
.navsite ul li a:current:hover {
	background-image: url(title-glass.png);
	background-position: 50%;
	background-repeat: repeat-x;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	/* for IE6 */
* html .clearfix {
	height: 1%;
	}
	/* for IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
	}