﻿#navigation {
text-align: right;
line-height: 22px;
width: 400px;
height: 33px;
margin-left: 200px;
float: right; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}

#navigation ul {
	height: 33px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}

#navigation li {
	height: 33px;
	display: inline;
	background: url(images/menu_bkgrd.gif) repeat-x center top;
	text-align: center;
	padding: 0px;
	margin-right: 4px;	
	float: left;
}

#navigation a {
	color: #123E74;
	background: url(images/menu_left.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}

#navigation a span {
	background: url(images/menu_right.gif) no-repeat right top;
	display: block;
	padding: 7px 13px 4px 5px;
}

#navigation a span {
	float: none;
}