body {
	font-family: Verdana, Arial, sans-serif;
}

.MainMenu_MenuContainer {
        width: 100%;
}
.RootMenuItem {
	height: 50px;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
.RootMenuItemActive {
	height: 50px;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	background-color: #FFE3E3;
}
.RootMenuItemSelected {
	height: 50px;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	background-color: #FFE3E3;	
}
.submenuitemselected {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	background-color: #FFE3E3;
}

.Copyright {
	font-size: 10pt;
	color: #333333;
}

.Login {
	font-size: 8pt;
	color: white;
}
a.Login:link {
	font-size: 8pt;
	color: white;
}
a.Login:visited {
	font-size: 8pt;
	color: white;
}
a.Login:active {
	font-size: 8pt;
	color: white;
}
a.Login:hover {
	font-size: 8pt;
	color: silver;
}

