.TopMenuEntry, .TopMenuEntryActive, .MenuEntry, .MenuEntryActive, .MenuEntryDisabled, .MenuEntrySelected, .MenuEntrySelectedActive {
	font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: white;
	cursor: pointer;
	border-bottom: solid 1px #CFEDFF;
	text-transform: uppercase;

}
.MenuEntrySelected, .MenuEntrySelectedActive {
	font-weight: bold;
	text-decoration: underline;

}



/* TopMenu */
.TopMenuContainer {
	border-left: solid 1px #CFEDFF;
}
.TopMenuEntry {
	font-weight: bold;
}
.TopMenuEntryActive {
	font-weight: bold;
	text-decoration: underline;
}
.MenuEntrySelected, .MenuEntrySelectedActive {
	color: #CFEDFF;
}
td.TopMenuEntry, td.TopMenuEntryActive, td.TopMenuEntryActiveSelected, td.MenuEntrySelected, td.MenuEntrySelectedActive {
	height: 34px;
	padding: 0px 5px 0px 5px;
	border-right: solid 1px #CFEDFF;
	background-color: none;
	width: 115px;
	text-align: center;
}


/* SubMenu */
.MenuContainer {
	border: solid 1px #CFEDFF;
	border-bottom: none;
	border-right: none;
	background-color: #207AC8;
}
td.MenuEntry, td.MenuEntryActive, td.MenuEntryL3, td.MenuEntryActiveL3, td.MenuEntrySelected, td.MenuEntrySelectedActive {
	height: 10px;
	padding: 5px;
	border-bottom: solid 1px #CFEDFF;
	border-right: solid 1px #CFEDFF;
	text-align: center;
}
.MenuEntryActive {
	text-decoration: underline;
	padding: 0px;
}

