ul#menu
{
	list-style-type:none;
	font-size:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #232E34;
}

ul#menu li
{
	display:block;
	float:left;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
	
ul#menu li a
{
	display:block;
	float:none;
	text-decoration:none;
	font-weight:bold;
	border-left-width: 1px;
	border-left-style: solid;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	height: 18px;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	text-transform: none;
}
	
ul#menu li a:hover
{
	color:#333333;
	background-repeat: repeat;
	background-position: 0px 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #232E34;
	border-right-width: 0px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	text-decoration: underline;
	border-top-width: 0px;
	border-top-style: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	

ul#menu li a.current
{
	display:inline;
	float:left;
	margin:0;
	background-repeat: repeat;
	background-position: 0px 0px;
	color: #8B0000;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #990000;
	border-right-width: 0px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-top-style: none;
	font-weight: bold;
	background-color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
