
.GlobalMenu_RootMenuItem {
	color: #EEEEEE;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.GlobalMenu_RootMenuItemSelected {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: transparent;
	text-align: center;
}

.GlobalMenu_MenuItem {
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background: #3f4749;
	margin: 0px;
	padding: 0px;
}

.GlobalMenu_MenuGroup{
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background: #3f4749;
	margin: 0px;
	padding: 0px;
}

.GlobalMenu_MenuItemSelected {
	color: #E1E1E1;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: #2C3132;
	margin: 0px;
	padding: 0px;
}
	
.SectionMenu_RootMenuItem {
	cursor: pointer;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0;
	text-indent: 5px;
}

.SectionMenu_RootMenuItemSelected {
	cursor: pointer;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #E4E4E4;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-indent: 5px;
	text-decoration: none;
	background-color: #151515;
	width: 190px;
	padding: 0px;
	}
.SectionMenu_MenuItem {
	cursor: pointer;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color: #000000;
	margin: 0px;
	padding: 20;
	}
.SectionMenu_MenuItemSelected {
	cursor: pointer;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #EBEBEB;
	text-transform: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color: #151515;
	margin: 0px;
	padding: 20;
	}
.rootPages ul{
	margin: 0px -5px -5px -5px;
	padding: 0px;
}
.rootPages li {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #838383;
	display: inline;
	padding: 2px;
	list-style-type: none;
	text-align: left;}

.rootPages a, .rootPages a:link, .rootPages a:visited {
	color: #838383;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	display: inline;
	text-decoration: underline;
	text-transform: none;
	list-style: none;
	}

.rootPages a:active, .rootPages a:hover {
	color: #999999;
	list-style: none;
	font-family: "Trebuchet MS";
	text-decoration: underline;
	background-color: transparent;
	font-size: 11px;
	font-weight: normal;
	}

	
