/* Begin Menu Structure Styling */
td.st_menu a
{
	margin: 0;
	display: block;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: 8pt;
	color: White;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
	background-color: #808080;
	height: 1%; /* This fixes IE6 not honouring display: block; correctly */
}

td.st_menu a.menu1current {
	font-weight: bold;
	/*border: 1px solid red;*/
	background-color: Black;
	color: White;
	text-align: right;
}

td.st_menu a.menu1
{
	/*font-weight: bold;*/
	border-style: none;
	border-width: 0;
}

td.st_menu a.menu1:hover {
	/*border: 1px solid red;*/
	background-color: Black;
	color: White;
	/*display: block;*/
}


td.st_menu a.menu2current {
	font-weight: bold;
	/*border: 1px solid red;*/
	background-color: rgb(255,168,105);
	color: Black;
	text-align: right;
	padding-left: 15px;
	font-size: 7pt;
}

td.st_menu a.menu2
{
	padding-left: 15px;
	font-size: 7pt;
	background-color: silver;
	font-weight: bold;
	color: Black;
}

td.st_menu a.menu2:hover {
	/*border: 1px solid red;*/
	background-color: Black;
	color: White;
	/*display: block;*/
}

/* End Menu Structure Styling */