/* r.a.d.menu Custom1 Skin */
.RadMenu_Custom1 {
	width:473px;
	height:48px;
	margin-left:60px;
	text-decoration:none;
	background:url(/SiteFiles/Layout/navbar.png) no-repeat left top;
}
.RadMenu_Custom1 .link {
	text-decoration:none;
	width: 100px;
	height:42px;

}
.RadMenu_Custom1 .level1 .link {
	text-decoration:none;
	width: 190px;
	height:48px;
}
.RadMenu_Custom1 .link .text {
	font:bold 12px Helvetica, Arial, sans-serif;
	text-align:center;
	line-height: 32px;
	color: #fff;
	text-decoration:none;	cursor:hand;
	cursor:pointer;
	/*	text-shadow: 1px 1px 0px #999;*/
		background:url(/SiteFiles/Layout/navbar-divider.png) no-repeat right top;
}
.RadMenu_Custom1 .link:hover, .RadMenu_Custom1 .focused, .RadMenu_Custom1 .expanded {
	text-decoration:none;
}
.RadMenu_Custom1 .link:hover .text, .RadMenu_Custom1 .focused .text, .RadMenu_Custom1 .expanded .text {
	text-decoration:none;
	color: #fff;
}
.RadMenu_Custom1 .rootGroup .disabled:hover {
	/*	border-bottom: 2px solid #d4cbb7;
	border-top: 2px solid #d4cbb7;*/
	text-decoration:none;
}
.RadMenu_Custom1 .rootGroup .disabled:hover .text {
	text-decoration:none;
}
.RadMenu_Custom1 .text {
	padding: 0px 0px;
	font:bold 14px Helvetica, Arial, sans-serif;
	text-decoration:none;
}
.RadMenu_Custom1 .group {
	border: 0px;
	width:100%;
	text-decoration:none;
}
.RadMenu_Custom1 .group .link {
	background: url(/SiteFiles/Layout/dropdownbg.jpg) no-repeat right top;
	text-align: left;
	height:28px;
	line-height:24px;
	text-decoration:none;
	border-left:1px solid #393939;
	border-right:1px solid #393939;
}
.RadMenu_Custom1 .group .text {
	background:none;
	font-weight:bold;
	font-size:12px;
	padding-left:23px;
	padding-right:23px;
	line-height:24px;
	text-align:left;
	text-decoration:none;
	color:#fff;
	text-shadow:none;
}
.RadMenu_Custom1 .group .link:hover .text, .RadMenu_Custom1 .group .focused .text, .RadMenu_Custom1 .group .expanded .text {
	text-decoration:none;
	color:#fff;
}
.RadMenu_Custom1 .group .link:hover, .RadMenu_Custom1 .group .focused, .RadMenu_Custom1 .group .expanded {
	font-weight: normal;
	text-decoration:none;
	background: url(/SiteFiles/Layout/dropdownbg.jpg) no-repeat right -28px;
}
.RadMenu_Custom1 .leftArrow, .RadMenu_Custom1 .rightArrow, .RadMenu_Custom1 .topArrow, .RadMenu_Custom1 .bottomArrow, .RadMenu_Custom1 .leftArrowDisabled, .RadMenu_Custom1 .rightArrowDisabled, .RadMenu_Custom1 .topArrowDisabled, .RadMenu_Custom1 .bottomArrowDisabled {
}
.RadMenu_Custom1 .topArrow, .RadMenu_Custom1 .topArrowDisabled {
	width:120px;
}
.RadMenu_Custom1 .bottomArrow, .RadMenu_Custom1 .bottomArrowDisabled {
	width:120px;
}
.RadMenu_Custom1 .rightArrow, .RadMenu_Custom1 .leftArrow {
	height:100%;
}
.RadMenu_Custom1 .rightArrow, .RadMenu_Custom1 .rightArrowDisabled {
}
.RadMenu_Custom1 .vertical .separator .text {
}
.RadMenu_Custom1 .expandLeft, .RadMenu_Custom1 .expandRight {
	margin: 0px 0px;
}
.RadMenu_Custom1 .link:hover .expandLeft, .RadMenu_Custom1 .link:hover .expandRight, .RadMenu_Custom1 .focused .expandLeft, .RadMenu_Custom1 .focused .expandRight, .RadMenu_Custom1 .expanded .expandLeft, .RadMenu_Custom1 .expanded .expandRight {
}
/* right to left */
.RadMenu_Custom1_rtl .group .link:hover .expandLeft, .RadMenu_Custom1_rtl .group .link:hover .expandRight {
}
.RadMenu_Custom1_rtl .expandLeft, .RadMenu_Custom1_rtl .expandRight {
}
/* end right to left */
.menu ul {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
.menu a.link {
	text-decoration:none;
	color: black;
}
