#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 750px;
	float: left;
	
}

/* li {
	display: inline;	
	padding: 0 5px 0 5px;
	color: #006600;
	list-style: none;

} */

ul {
	font-size: 14px;	
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600;
	float: left;
}

ul li {
	float: left;
	background-image: url(../images/tab-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

li a {
	display: block;
	padding: 0 1em;
	line-height: 2em;
	background-image: url(../images/tab-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	color: #006600;
	float: left;
}

/*li a:hover {
	display: block;
	padding: 0 1em;
	line-height: 2em;
	background-image: url(../images/tab-right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	color: #006600;
	float: left;
}*/

ul a:hover {
	color: #006600;
	float: left;
	background-image: url(../images/tab-over-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

ul a:active {
	color: #FFFFFF;
	float: left;
	background-image: url(../images/tab-over-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

ul a:focus {
	color: #FFFFFF;
	float: left;
	background-image: url(../images/tab-over-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}