#navbottom {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#navbottom li { 
	display: inline;
	/*float: left;*/
	font-size: 0.8em;
	font-weight: bold;
	/*background: transparent url(Images/botmenu_separator.gif) no-repeat left center;*/
	/*border-left: 1px solid #fff;*/
}

#navbottom li a {
	/*display: block;*/
	color: #295605;
	text-decoration: none;
	padding: 0 2px 0 12px;
}

#navbottom li a:hover {
	/*text-decoration: underline;*/
	color: #fff;
}

/*#navbottom li.firstitem {
	border: 0;
}*/

