ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul li {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	border-left: solid 1px #666;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	height: 16px;
}
ul    li a  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
}
ul    li.first   {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul     li a:hover   {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul      li  a.ACTIVE   {
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FF0000;
}
ul       li   a:hover.ACTIVE   {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FF0000;
}
