#menu {
	width: 940px;
}

.menuItem {
	z-index: 100000;
}

#rcMenuItem_business {
	background: url("/Content/Images/menu_business.png") no-repeat;
	-webkit-top-left-border-radius: 20px;
	-moz-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-top-right-border-radius: 20px;
	-moz-border-right-left-radius: 20px;
	height: 70px;
	font-size: 140%;
	padding-left: 100px;
	padding-top: 30px;
	float: left;
	width: 210px;
	color: black;
}

a .menulink {
	color: black;
}

#rcMenuItem_business.menuitemactive {
	background: #f04200 url("/Content/Images/menu_business_on.png") no-repeat;
	color: #fff;
}

#rcMenuItem_rc {
	background: url("/Content/Images/menu_rc.png") no-repeat;
	-webkit-top-left-border-radius: 20px;
	-moz-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-top-right-border-radius: 20px;
	-moz-border-right-left-radius: 20px;
	color: #fff;
	height: 70px;
	font-size: 140%;
	padding-left: 100px;
	padding-top: 30px;
	float: left;
	width: 210px;
}

	#rcMenuItem_rc.menuitemactive {
		background: #1fb7d1 url("/Content/Images/menu_rc_on.png") no-repeat;
		color: #fff;
	}

#rcMenuItem_eservices {
	background: url("/Content/Images/menu_eservices.png") no-repeat;
	-webkit-top-left-border-radius: 20px;
	-moz-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-top-right-border-radius: 20px;
	-moz-border-right-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	height: 70px;
	font-size: 140%;
	padding-left: 110px;
	padding-top: 30px;
	float: left;
	width: 210px;
}

	#rcMenuItem_eservices.menuitemactive {
		background: #85bf0d url("/Content/Images/menu_eservices_on.png") no-repeat;
		color: #fff;
	}

#myMenu {
	clear: both;
}

	#myMenu a {
		color: #fff;
		cursor: default;
	}

		#myMenu a:hover {
			border: 0px;
			text-decoration: none;
			cursor: default;
		}

.spacer {
}

.gridspacer {
	height: 5px;
}

#currentSelection {
	width: 940px;
	float: left;
	clear: both;
	height: 30px;
}


.subMenuArea {
	width: 940px;
	display: none;
	position: relative;
	-webkit-bottom-left-border-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-bottom-right-border-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	float: left;
	padding-bottom: 30px !important;
	z-index: 10000;
}

#rc_business {
	background: #f04200;
}

#rc_rc {
	background: #1fb7d1;
}

#rc_eservices {
	background: #85bf0d;
}

.menulink {
	display: block;
	width: 205px;
	height: 60px;
	border: 0px solid black;
	margin-left: -100px;
	padding-left: 100px;
	margin-top: -30px;
	padding-top: 30px;
	text-decoration: none;
	color: white;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 10px 10px 0 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-radius: 10px 10px 0 0px;
	border-top-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-bottom-right-radius: 0px 0px;
	border-bottom-left-radius: 0px 0px;
}

.submenu {
	font-weight: bold;
	color: #747676;
	padding: 8px;
}

.submenuActive {
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-left-radius: px;
	border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-box-shadow: 0px 3px #888;
	-webkit-box-shadow: 0px 3px #888;
	box-shadow: 0px 3px #888;
	color: #f04200;
	background: #fff;
}

a:active {
	-text-decoration: underline;
}

a.rootNodeMenu {
	text-decoration: none;
	color: #07546d;
}

#currentSelection .nodeWrapper {
	float: left;
	width: 275px;
	margin-left: 20px;
	margin-top: 20px;
}

#currentSelection .submenuChildren {
	width: 250px;
}

#currentSelection .innerMenuLink {
	color: #fff;
	margin-right: 10px;
	text-decoration: none;
	font-size: 90%;
}

	#currentSelection .innerMenuLink:hover {
		text-decoration: underline;
	}

#currentSelection .submenu {
	padding: 0px;
	color: white;
	text-decoration: none;
	display: block;
	width: 250px;
	border-bottom: 1px dotted white;
	font-weight: bold;
}

#currentSelection a {
	color: #fff;
}

#currentSelection .innerMenuLink:before {
	content: "\BB";
}

#innerMenuLink a:hover {
	text-decoration: underline;
}
