.RadMenu_cfc
{
	background:transparent url(Img/bkg.gif) left bottom repeat;
	border-bottom:1px solid #A6A6A6;
	font:11px arial, sans-serif;
	line-height:13px;
	white-space:normal;
	
}

.RadMenu_cfc .rootGroup 
{
	background: transparent url(Img/stripe.gif) right top repeat-y;
	
}

.RadMenu_cfc .rootGroup .item
{
	background: transparent url(Img/stripe.gif) left top repeat-y;
	padding-left:2px;
	padding-right:2px;
}

.RadMenu_cfc .link
{
	padding: 0px 6px;
	border-top: 1px solid #D5D5D5;
	color: #0b3989;
	text-decoration: none;
	position: relative;
	font-weight: bold;
}
     
.RadMenu_cfc .link:hover, .RadMenu_cfc .expanded
{
	border-top: 1px solid #6BC020;
	border-left: 1px solid #D5D5D5;
	border-right: 2px solid #A6A6A6;
	margin-left: -1px;
	margin-right: -2px;
	background: white url(Img/itemBkg.gif) left top repeat-y;
	font-weight: bold;
}

.RadMenu_cfc .link:hover
{
	color:#6BC020;
}

.RadMenu_cfc .rootGroup .disabled:hover
{
	background: none;
	border-top:0;
	BORDER-LEFT:0;
	border-right:0;
	margin-left: 0;
	margin-right:0;
	margin-top:1px;
}

.RadMenu_cfc .group .item
{
	background:white url(Img/itemBkg.gif) left top repeat-y;
	border-left:1px solid #D5D5D5;
	border-right:2px solid #A6A6A6;
	padding:0;
	border-bottom:1px solid #DFDFDF;
}


.RadMenu_cfc .group .link,
.RadMenu_cfc .group .link:hover,
.RadMenu_cfc .group .expanded,
.RadMenu_cfc .group .expanded:hover
{

	margin:0;
	border:0;
	border-top:1px solid white;	
	width:140px;
	padding:0;
}

.RadMenu_cfc .group .text
{
	padding-left:2px;
	margin-right:2px;
}

.RadMenu_cfc .group .first .link,
.RadMenu_cfc .group .first .link:hover,
.RadMenu_cfc .group .first .expanded,
.RadMenu_cfc .group .first .expanded:hover
{
	border-top:0;
}


.RadMenu_cfc ul.group
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 4px;
	background-color: gainsboro;
}


.RadMenu_cfc ul.group .level2
{
	padding-left:0px;
	background:transparent url(img/groupBkg.gif) 0px bottom no-repeat;
}

.RadMenu_cfc .text
{
	padding-top:7px;
	padding-bottom:7px;
	display:block;
}

.RadMenu_cfc .level2 li.first
{
	background:transparent url(img/firstItemBkg.gif) 0px top no-repeat;
	padding-top:10px;
}


.RadMenu_cfc .level2 li.first .link
{
	background:white url(Img/itemBkg.gif) left top repeat-y;
}


.RadMenu_cfc .group .link .expandLeft
{
	background:transparent url(img/arrow.gif) right center no-repeat;	
}

.RadMenu_cfc .group .link:hover .expandLeft
{
	background:transparent url(img/arrowHover.gif) right center no-repeat;	
}

.RadMenu_cfc .vertical .separator .text
{
	padding-top:3px;
	font-size:1px;
	line-height:1px;
}