#navbottom, #navbottom ul {
	padding: 5px;
	margin: 0;
	list-style-type: none;
	/*width: 100%;*/
	/*text-align: center;*/
}

#navbottom li { 
	display: inline; 
	/*border-left: 1px solid #fff;*/
	background: transparent url(Images/star.gif) no-repeat left 50%;
	margin-left: -16px;
	/*border: 1px solid red;*/
}

#navbottom li a {
	text-decoration: none;
	color: #666666;
	font-size: 0.9em;
	padding: 0 18px;
}

#navbottom li a:hover {
	text-decoration: underline;
	color: #FDA601;
}

#navbottom li.firstitem {
	/*border: 0;*/
	background: none;
}
