
/* CSS Document */

ul {
	margin: 0px;
	padding: 0px;
	padding-right:0px;
	list-style: none;
	width: 490px;
	float: left;
	background: url(images/mainNavBg.jpg) repeat none #FFFFFF;
	background-color:#FFFFFF;
	color:#FF0000;
}

ul li {
	float: left;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FF0000;
}

ul a {
	display:block;
	padding-right: 8px;
	padding-left: 12px;
	line-height: 1.5em;
	float: left;
	text-decoration:none;
	color:#333333;
	background: url(images/divider.gif) repeat-y left top;
}

ul a:hover {
	color:#e0e0e0;
}

ul .first a {
	background: url(images/dividerFirst.gif) no-repeat;
}

.navtable {
	background: url(images/mainNavBg.jpg) no-repeat;
	width: 100%;
}

ul .last a{
	background:url(images/dividerLast.gif) no-repeat right #FFFFFF;
	background-color:#FFFFFF;
}