@charset "utf-8";
/* CSS Document */

/* Menu Styles */

.MainMenu_MenuContainer {
	height: 40px;
}

.MainMenu_MenuBar {
	height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.MainMenu_MenuItem {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.MainMenu_MenuIcon {
}

.MainMenu_MenuItemSel {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuItem {
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1px;
	padding-left: 0px;
}
.MainMenu_RootMenuItemSelected {
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 45px;
	background-color: #AC9D86;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1px;
	padding-left: 0px;
}
.MainMenu_RootMenuItemActive {
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1px;
	padding-left: 0px;
}

.MainMenu_RootMenuArrow {
}
.MainMenu_SubMenu {
	height: 25px;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #AC9D86;
	font-weight: normal;
}
.MainMenu_SubMenuItem{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.MainMenu_SubMenuItemActive{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.MainMenu_SubMenuItemSelected{
	margin: 0px;
	padding: 0px;
	background-color: #C5BAA9;
}
















