body
{

}
td a.gmenu
{
	text-decoration: none;
	background-color: #D7E6FD;
	algin : center;
	color: #D9AA1C;
	width: 100%;
	display: block;
	font-size: large;
	font-weight: bold;
	text-transform: normal;
	text-align: center;
}
;

}

td a.gmenu:hover
{
	background: #D7E6FD;
	color: #BC6830;


}

.submenu a
{
	display: block;
	width: 150px;
	hight: 80px;
	text-decoration: none;
	background-color: #D7E6FD;
	font-weight: bold;
	color: #D9AA1C;
	text-align: center;
}
.submenu a:hover
{
	background-color: #D7E6FD;
	font-weight: bold;
	color: #BC6830;
	text-align: center;
}

.level2menu a
{
	width: 150px;
	background-color: #D7E6FD;
	text-decoration: none;
	display: block;
	color: #BC6830;
	text-align: center;
}

.level2menu a:hover
{
	background: teal;
	color: white;
	text-align: center;

}

.level2menu a:active
{
	background: #D7E6FD;
	color: #BC6830;
	text-align: center;
}

.level2menu a:visited
{
	background: #D7E6FD;
	color: black;
	text-align: center;

}


table.gmenu
{
	background: #D7E6FD;
	color: black;
	position:relative;
	left: 0px;
	top: 0px;
	

}

td.gmenu
{
	background: #D7E6FD;
	color: black;
}

td.gmenu:hover
{
	background: #D7E6FD;
	color: white;

}

#menu, #description
{
	float: left;
}

#description
{

	margin-left: 150px;
}
	