.MainMenu
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	cursor: hand;
	color: #808080;
	padding-top: 2px;
	letter-spacing: 3px;
	background-color: #eef3f6;
	text-align: center;
}

.FooterTable
{
	font-size: 12px;
}

.SubMenu
{
	position: absolute;
	display: none;
	z-index: 100;
	COLOR: #808080;
	BACKGROUND-COLOR: #eef3f6;
	text-align: left;
	border: solid 1px #92bbce;	
	margin-left: 0px;
	padding: 3px;
	font-size: 8px;
}	

.SubMenu2
{
	position: absolute;
	display: none;
	z-index: 110;
	FONT-SIZE: 12px;
	COLOR: #808080;
	BACKGROUND-COLOR: #eef3f6;
	text-align:left;
	border: solid 1px #92bbce;	
	margin-left: 10px;
	padding: 3px;
}	

A.MenuLink
{
	TEXT-DECORATION: none;
	COLOR: #d8d8d8;
}

A.MenuLink:hover {
	COLOR: #ff00ff
}



