td#text
{
	padding-right: 30px;
	padding-left: 20px;
}

td#text ul
{
}

td#text a
{
	text-decoration: underline;
	color: #516e33;
}

td#subMenu
{
	width: 205px;
	border-right: 1px solid #000;
	float: left;
}

td#subMenu .header
{
	border-bottom: 2px solid #3b4138;
	background-image: url( /images/subMenuHeaderBg.jpg );
	background-repeat: repeat-x;
	padding-left: 8px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	height: 23px;
}

td#subMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

td#subMenu li
{
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 3px;
	border-bottom: 1px solid #3b4138;
}

td#subMenu li li
{
	border-bottom: none;
}

td#subMenu li a
{
	padding-left: 10px;
	background-image: url( /images/subMenuLi.gif );
	background-repeat: no-repeat;
	background-position: 0 4px;
}

td#subMenu div.menuText
{
	padding: 10px;
	padding-bottom: 0;
	color: #999;
}