body

{

}

td a.gmenu
{

	background: #2F9748;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	width: auto;
	font-size: 12px;
	text-decoration:none;
	font-family:arial;
	text-align:center;
	font-weight:bold;
}

td a.gmenu:hover
{
	text-decoration:none;
	background:#D50000;
	color:#FFFFFF;
}

.submenu a
{
	background: #333333;
	border: 1px #333333;
	display: block;
	width: 100px;
	padding: 5px;
	color: white;
	text-decoration: none;	
	font-family: arial;
	font-size: 11px;
	position:relative;
	text-align:left;
}

.submenu a:hover
{
	text-decoration:none;
	background: #009900;
	
}

.level2menu a
{
	border: 1px solid #333333;
	width: 150px;
	padding: 5px;
	margin-left: 2px;
	background: #333333;
	text-decoration: none;
	display: block;
	color: white;
	font-family: arial;
	font-size: small;
}

.level2menu a:hover
{
	text-decoration: underline;
}

.level2menu a:active
{
	background: #333333;
	color: white;
}

.level2menu a:visited
{
	background: #333333;
	color: white;
}

table.gmenu
{
	background:#2F9748;
	color: white;
	position:relative;
	left: 0px;
	top: 0px;
	font-family: arial;
	border: 1px solid #2F9748;	
}

td.gmenu
{
	background: #D50000;
	color: white;
}

td.gmenu:hover
{
	text-decoration:none;
}

#menu,#description
{
	float: left;
}

#description
{
	margin-left: 50px;
}