/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navigation {
	text-align: center;
	float: right; /*Set to "left" or "right" to position menu accordingly*/
	position: relative;
	margin-top: -1px;
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inherit;
	text-align: center;
	padding: 0;
	margin-right: 4px;
	float: left;
	background-image: url(../img/greenbg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#navigation a {
	color: #363739;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../img/ltop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navigation a span {
	display: block;
	padding:4px 13px 4px 5px;
	background-image: url(../img/rtop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navigation a span {
	float: none;
}

