#navbottom {
	padding: 0;
	margin: 4px;
	list-style: none;
	text-align: center;
}

#navbottom li { 
	display: inline; 
	font-size: 0.9em;
	/*font-weight: bold;*/
	/*border-left: 1px solid #999999;*/
}

#navbottom li a {
	color: #666666;
	font-size: 8pt;
	text-decoration: none;
	/*color: #000;*/
	padding: 0 2px 0 12px;
}

#navbottom li a:hover {
	text-decoration: underline;
	color: #6699CC;
}

#navbottom li.firstitem {
	/*background: none;*/
	border-left: 0;
	
}