/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navigation {
text-align: center;
float: left; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
height:28px;
width:100%;
}
#navigation ul {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;	
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #FFFFFF;	
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a span {	
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span {
	float: none;
}
