.MenuHeight {
	height: 32px;
}
.MenuTD {
	background: url(nav2-bg.gif) repeat-x top left;
	padding: 0 10px 0 0;
}
.MenuLeft {
	width: 18px;
	background: url(nav2-bg-l.gif) no-repeat top left;
}
.MenuRight {
	width: 12px;
	background: url(nav2-bg-r.gif) no-repeat top left;
}
.LoginTD {
	width: 100%;
	vertical-align: middle;
	text-align: right;
	font-size: 7px;
	padding: 0 0 8px;
}
.CopyrightRow {
	height: 20px;
	padding: 0 10px;
	vertical-align: middle;
}
.MainMenu_MenuContainer {
	background: transparent;
}
.MainMenu_MenuBar {
	cursor: hand;
	background: transparent;
}
.MainMenu_SubMenu, .ModuleTitle_SubMenu {
	margin: 1px 0 0;
}
.MainMenu_Idle TD {
	color: #EEE;
	background: url(nav2-bg.gif) repeat-x top center transparent;
	font-size: 8pt;
	padding: 10px 0 9px;
	font-weight: bold;
}
.MainMenu_Selected TD {
	color: #FFF;
	background: url(nav2-active.gif) repeat-x top center transparent;
	font-size: 8pt;
	padding: 10px 0 9px;
	font-weight: bold;
}
.MainMenu_Active TD, .MainMenu_BreadcrumbActive TD {
	color: #FFF;
	background: url(nav2-active.gif) repeat-x top center transparent;
	font-size: 8pt;
	padding: 10px 0 9px;
	font-weight: bold;
}
.MainMenu_Seperator {
	background: url(nav2-div.gif) no-repeat top center transparent;
	width: 1px;
	height: 32px;
	font-size: 1px;
}
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}
.ModuleTitle_MenuBar {
	cursor: hand;
}
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel {
	padding: 0 15px 0 10px;
}
.MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}
.ModuleTitle_MenuIcon {
	background: #FFF;
	border: 0;
	border-bottom: 1px dotted #999;
	width: 0;
	height: 20px;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.ModuleTitle_MenuIcon IMG {
	margin: 0 10px;
}
.MainMenu_MenuBreak {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background: transparent;
	vertical-align: top;
}