.MenuText  {
	font-size : 7pt;
	font-family : Arial;
	text-align : left;
	text-decoration : none;
	color : #ff6699;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-color : #ff0066;
	border-style : solid;
}

.MenuLink  {
	font-size : 7pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	color : #ff6699;
}

.MenuLink:Visited  {
	font-size : 7pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	color : #ff6699;
}

.MenuLink:Active  {
	font-size : 7pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	color : #ff6699;
}

.MenuLink:Hover  {
	font-size : 7pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	color : #ff0066;
}

.BackendMenuText  {
	font-size : 9pt;
	font-family : Arial;
	text-align : justify;
	text-decoration : none;
	color : #ffffff;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-color : #ffffff;
	border-style : solid;
}

.BackendMenuLink  {
	font-size : 9pt;
	font-family : Arial;
	text-align : justify;
	text-decoration : none;
	color : #ffffff;
}


