/* r.a.d.menu MainNav skin */
.RadMenu_MainNav
{
	margin:0;
	padding:0;
	/*background-image: url("Img/mainMenu_bg.gif");
	background-repeat:no-repeat;*/
	width:890px;
	padding:10px 0px 4px 0px;
	height:18px;
	background-color:#ffffff;
	border-bottom: 4px solid #d13834;
	}
.RadMenu_MainNav .rootGroup .link
{
	font-family: verdana;
	font-weight: bold;
	text-transform: uppercase;
	padding :0px 20px 0px 20px;
	font-size: 11px;
	text-align:left;
	vertical-align:middle;
	color:#000;
	text-decoration: none;
	cursor: hand;
}


.RadMenu_MainNav .group .link .text
{
	color: #4061a8;
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: middle;
	font-size: 11px;
	text-align: left;
	font-weight: 100;
	font-family: arial;
	background-color: #f0f0f2;
	/*border-bottom: #000 1px solid;*/
	padding-bottom: 7px;
	text-transform: capitalize;
	padding-top: 7px;
	width: auto;
	font-weight: normal;
	text-decoration: none;
	border-left: 1px solid #d6d6e4;
	border-right: 1px solid #d6d6e4;
}

.RadMenu_MainNav .group .link:hover .text
{
	background-color: #d13834;
	color: #fff;
	/*font-size: 12px;
	font-weight: bold;*/
	text-decoration: none;
}

.ucTopMenu 
{
text-transform: uppercase;
	}


.ActiveItem
{
	/* color:#79847f !important; */
	color:#d13834 !important;
}  

.RadMenu_MainNav .link:hover .text,
.RadMenu_MainNav .focused .text,
.RadMenu_MainNav .expanded .text
{
	text-decoration: none;
	color: #d13834;
}
/*
.RadMenu_MainNav .rootGroup .disabled:hover
{
	border-bottom: 2px solid #bedab4;
	border-top: 2px solid #bedab4;
	background: #e4f2f4;
}

.RadMenu_MainNav .rootGroup .disabled:hover .text
{
	border-top: 1px solid #bedab4;
}

/*
.RadMenu_MainNav .group
{
	background: white;
}

.RadMenu_MainNav .group
{
	border: 0px;
}



.RadMenu_MainNav .group .link:hover .text,
.RadMenu_MainNav .group .focused .text,
.RadMenu_MainNav .group .expanded .text
{
	border-top: 0px;
}

.RadMenu_MainNav .group .link:hover,
.RadMenu_MainNav .group .focused,
.RadMenu_MainNav .group .expanded
{
	background: #bfd5c9;
	border-bottom: 1px solid #e88a15;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_MainNav .leftArrow,
.RadMenu_MainNav .rightArrow,
.RadMenu_MainNav .topArrow,
.RadMenu_MainNav .bottomArrow,
.RadMenu_MainNav .leftArrowDisabled,
.RadMenu_MainNav .rightArrowDisabled,
.RadMenu_MainNav .topArrowDisabled,
.RadMenu_MainNav .bottomArrowDisabled
{
	border-left: 1px solid #c2e3bf;
	border-right: 1px solid #c2e3bf;
	background:#e6eee4 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_MainNav .topArrow,
.RadMenu_MainNav .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:114px;
}

.RadMenu_MainNav .bottomArrow,
.RadMenu_MainNav .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:114px;
}

.RadMenu_MainNav .rightArrow,
.RadMenu_MainNav .leftArrow
{
	height:100%;
}

.RadMenu_MainNav .rightArrow,
.RadMenu_MainNav .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_MainNav .vertical .separator .text
{
	background: #dbe5d8;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #c2e3bf;
	border-right: solid 1px #c2e3bf;
}

.RadMenu_MainNav .expandLeft,
.RadMenu_MainNav .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_MainNav .link:hover .expandLeft,
.RadMenu_MainNav .link:hover .expandRight,
.RadMenu_MainNav .focused .expandLeft,
.RadMenu_MainNav .focused .expandRight,
.RadMenu_MainNav .expanded .expandLeft,
.RadMenu_MainNav .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left 
.RadMenu_MainNav_rtl .group .link:hover .expandLeft,
.RadMenu_MainNav_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_MainNav_rtl .expandLeft,
.RadMenu_MainNav_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}*/
/* end right to left */




