/* RadMenu Default skin */
#menu .RadMenu{
padding:0px;
}
.RadMenu_RadMenuIcfcc 
{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height: 28px;
	float:right;
	text-decoration:none;
	width:1000px;
	margin:9px 2px 0px 2px;
	}
.link{
	border:none;
}
.RadMenu_RadMenuIcfcc .rootGroup .link
{
	text-decoration:none;
	color: #fff;
	line-height: 28px;
	width:124px;
	height:29px;
	background: url('img/ICFCC_Menu.gif') no-repeat left bottom;
	border:none;
	}

.RadMenu_RadMenuIcfcc .link:hover,
.RadMenu_RadMenuIcfcc .focused,
.RadMenu_RadMenuIcfcc .expanded,
.RadMenu_RadMenuIcfcc .rootGroup .selected
{
	text-decoration:none;	
	color:#FFCC33;
	font-size:13px;
	background:url('Img/ICFCC_Menu.gif')  no-repeat left bottom;
}

.RadMenu_RadMenuIcfcc .selected .text,
.RadMenu_RadMenuIcfcc .link:hover .text,
.RadMenu_RadMenuIcfcc .expanded .text{
	color:#FFCC33;
}


.RadMenu_RadMenuIcfcc .text
{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 auto;

}

.RadMenu_RadMenuIcfcc .group
{
	color:#fff;
}

.RadMenu_RadMenuIcfcc .group .link
{
	border:none;
	background:url(img/Hompage_SubMenuLink.jpg) no-repeat left top;
	width:164px;
	height:31px;
}

* html .RadMenu_RadMenuIcfcc .group .link
{
	background: url('img/Hompage_SubMenuLink.jpg') no-repeat;
}

.RadMenu_RadMenuIcfcc_rtl .group .link
{
	text-align: right;
}
.RadMenu_RadMenuIcfcc .group .text
{
	border:none;
	padding-left: 12px;
	text-align: left;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
.RadMenu_RadMenuIcfcc .group .leftImage{
margin-left:5px;}

.RadMenu_RadMenuIcfcc_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
	
}

.RadMenu_RadMenuIcfcc .group .link:hover,
.RadMenu_RadMenuIcfcc .group .focused,
.RadMenu_RadMenuIcfcc .group .expanded,
.RadMenu_RadMenuIcfcc .group .selected
{
	color:#FFCC33;
	background: url('img/Hompage_SubMenuSelected.jpg') no-repeat;
}


/*.RadMenu_RadMenuIcfcc .leftArrow,
.RadMenu_RadMenuIcfcc .rightArrow,
.RadMenu_RadMenuIcfcc .topArrow,
.RadMenu_RadMenuIcfcc .bottomArrow,
.RadMenu_RadMenuIcfcc .leftArrowDisabled,
.RadMenu_RadMenuIcfcc .rightArrowDisabled,
.RadMenu_RadMenuIcfcc .topArrowDisabled,
.RadMenu_RadMenuIcfcc .bottomArrowDisabled
{
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#fff;
	text-indent:-3000px;
}

.RadMenu_RadMenuIcfcc .topArrow,
.RadMenu_RadMenuIcfcc .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_RadMenuIcfcc .bottomArrow,
.RadMenu_RadMenuIcfcc .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_RadMenuIcfcc .rightArrow,
.RadMenu_RadMenuIcfcc .leftArrow
{
	height:100%;
}

.RadMenu_RadMenuIcfcc .rightArrow,
.RadMenu_RadMenuIcfcc .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_RadMenuIcfcc .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_RadMenuIcfcc .expandLeft,
.RadMenu_RadMenuIcfcc .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_RadMenuIcfcc_rtl .expandLeft,
.RadMenu_RadMenuIcfcc_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_RadMenuIcfcc .link:hover .expandLeft,
.RadMenu_RadMenuIcfcc .link:hover .expandRight,
.RadMenu_RadMenuIcfcc .focused .expandLeft,
.RadMenu_RadMenuIcfcc .focused .expandRight,
.RadMenu_RadMenuIcfcc .expanded .expandLeft,
.RadMenu_RadMenuIcfcc .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_RadMenuIcfcc_rtl .link:hover .expandLeft,
.RadMenu_RadMenuIcfcc_rtl .link:hover .expandRight,
.RadMenu_RadMenuIcfcc_rtl .focused .expandLeft,
.RadMenu_RadMenuIcfcc_rtl .focused .expandRight,
.RadMenu_RadMenuIcfcc_rtl .expanded .expandLeft,
.RadMenu_RadMenuIcfcc_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}*/