@charset "utf-8";

ul.nav {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	background-color: #eee;
	list-style-type: none;
}

ul.nav li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 13px;
}

ul.nav li a {
	border-right: 1px solid #666;
	padding: 9px 20px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #999933;
	text-decoration: none;
}

ul.nav li a:hover {
	border-color: #ccc;
	color: #333;
	background-color: #ccc;
}

/* ClearFix */

ul.nav {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul.nav:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}