#navigation {
	text-align: center; /*Set to "left" or "right" to position menu accordingly*/
	border-bottom: 3px solid #ff6600;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	padding: 0 20 0 0;
	list-style:none;
	margin: 0;
}
#navigation li {
	display: block;
	background: url(/images/greenbg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 1px;
	float: right;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#navigation a {
	color: #FFFFFF;
	background: url(/images/greenleft.gif) no-repeat left top;
	float: left;
	padding-left:7px;
	text-decoration: none;
	font-weight: bold;
}
#navigation a span {
    background: url(/images/greenright.gif) no-repeat right top;
    display: block;
    padding:7px 13px 4px 5px;
}
#navigation a span {
    float: none;
}
