.menu
{
	font-family:Arial;
	font-size:14px;
	color: #fff;
	width:331px;
	/*background-color:#eb9827;*/
	background-image:url(/sites/intelligence/Images/Home/bg_orange_middle1.jpg);
	background-repeat:repeat-y;
	
	
}
.RadMenu_intelligence 
{
	
	background-image:url(/sites/intelligence/Images/Home/bg_orange_middle.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border:0px;	
	width:331px;
	white-space:normal;
	line-height:31px;
	vertical-align:middle;
	font-family:Arial;
	font-size:14px;
	color: #fff;
}

.RadMenu_intelligence_Context
{
	background:none;
	border:0px;
}

.RadMenu_intelligence .vertical a.link
{
	background-image:url(/sites/intelligence/Images/Home/bg_menu1.gif);
	background-repeat:no-repeat;
	width:158px;
	height:31px;
	color:#fff;
	vertical-align:middle;
	text-decoration:none;
	border-bottom:solid 1px #f7ae1d;
}

.RadMenu_intelligence .vertical a.link:hover,
.RadMenu_intelligence .vertical a.link:active,
.RadMenu_intelligence .vertical .focused,
.RadMenu_intelligence .vertical .expanded
{
	cursor: pointer;
	cursor: hand;
	color:#2f2f2f;
	background-image:url(/sites/intelligence/Images/Home/bg_menu_ro.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:158px;
	height:31px;
	border-bottom:solid 1px #f7ae1d;
}

.RadMenu_intelligence .level1
{border:solid 1px #f4ca72;}

.RadMenu_intelligence .level1 a.link
{
	background-color:#f2b227;
	background-image:none;
	color:#2f2f2f;
	width:173px;
	height:31px;
	line-height:31px;
	border-bottom:solid 1px #fcec95;
	
}

.RadMenu_intelligence .level1 a.link:hover,
.RadMenu_intelligence .level1 .focused,
.RadMenu_intelligence .level1 .expanded
{
	cursor: pointer;
	cursor: hand;
	background-color:#eb9a33;
	background-image:none;
	color:#fff;
	width:173px;
	height:31px;
	line-height:31px;
	border-bottom:solid 1px #fcec95;
}

.RadMenu_intelligence .level1 .last a.link
{
	border-bottom:0px;
	
}

.RadMenu_intelligence .horizontal .text
{
	display:none;	
}

.RadMenu_intelligence .vertical .text
{
	padding-left: 60px;	
	padding-right: 5px;
	vertical-align:middle;
	
}

.RadMenu_intelligence .level1 .text
{
	padding-left: 5px;	
	padding-right: 5px;
	vertical-align:middle;
	white-space:normal;
	font-size:12px;
	line-height:normal;
	
}


.RadMenu_intelligence .group
{
	background-image:none;
}

.RadMenu_intelligence .group .vertical .link
{
	background-color:#f2b227;
	text-align: left;
	background-image:none;
	vertical-align:middle;
}

.RadMenu_intelligence .group .vertical .link:hover,
.RadMenu_intelligence .group .vertical .focused,
.RadMenu_intelligence .group .vertical .expanded
{
	background: #f2b227;
	background-image:none;
	vertical-align:middle;	
}


.RadMenu_intelligence .leftArrow,
.RadMenu_intelligence .rightArrow,
.RadMenu_intelligence .topArrow,
.RadMenu_intelligence .bottomArrow,
.RadMenu_intelligence .leftArrowDisabled,
.RadMenu_intelligence .rightArrowDisabled,
.RadMenu_intelligence .topArrowDisabled,
.RadMenu_intelligence .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_intelligence .topArrow,
.RadMenu_intelligence .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_intelligence .bottomArrow,
.RadMenu_intelligence .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_intelligence .rightArrow,
.RadMenu_intelligence .leftArrow
{
	height:100%;
}

.RadMenu_intelligence .rightArrow,
.RadMenu_intelligence .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_intelligence .expandLeft,
.RadMenu_intelligence .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_intelligence_rtl .expandLeft,
.RadMenu_intelligence_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_intelligence .link:hover .expandLeft,
.RadMenu_intelligence .link:hover .expandRight,
.RadMenu_intelligence .focused .expandLeft,
.RadMenu_intelligence .focused .expandRight,
.RadMenu_intelligence .expanded .expandLeft,
.RadMenu_intelligence .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_intelligence_rtl .link:hover .expandLeft,
.RadMenu_intelligence_rtl .link:hover .expandRight,
.RadMenu_intelligence_rtl .focused .expandLeft,
.RadMenu_intelligence_rtl .focused .expandRight,
.RadMenu_intelligence_rtl .expanded .expandLeft,
.RadMenu_intelligence_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}