table.gmenu
{
position: relative;
left: 0px;
top: 0px;
}
td a.gmenu {
	display: block;
	width: 135px;
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
td a.gmenu:hover {
width: 135px;
color: #FFFFFF;
text-decoration: none;
}
div.submenu {
	display: block;
	width: 180px;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.submenu a {
	width: 150px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
.submenu a:hover {
	width: 150px;
	text-decoration: none;
}
div.level2menu {
	display: block;
}
.level2menu a {
	width: 150px;
	display: block;
	text-decoration: none;
}
.level2menu a:hover {
	width: 150px;
	text-decoration: none;
}
