ul.nav {
	margin:0;
	padding: 0;
	}
	
ul.nav li {
	list-style:none;
	display:inline;
	text-decoration: none;
	}
ul.nav li a {
	float:left;
	width:156px;
	color:#666666;
	text-align:left;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #945151;
	border-bottom-color: #FFFFFF;
	border-left-color: #fff;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 3px;
	margin-bottom: 3px;
	}
ul.nav a:hover{
	color:#fff;
	border-color:#000 #fafafa #fafafa #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #fafafa;
	border-bottom-color: #fafafa;
	border-left-color: #000;
	background-color: #666666;
	text-decoration: none;
	}
