.RadMenu_Icar
{
	/*background: #ececec url('img/MenuItemBackground.gif') repeat-x;
	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;*/
}

.RadMenu_Icar_Context
{
	background: none;
	border:0;
}

.RadMenu_Icar .leftImage
{
	border:none;
	padding-right:4px;
	padding-top:2px;
}

.RadMenu_Icar a.link
{
	color:white;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding-left: 10px;
	padding-right: 40px;

	/*line-height: 20px;
	text-decoration:none;
	color: #666;
	background: #ececec url('img/MenuItemBackground.gif') repeat-x;
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;*/
}

.RadMenu_Icar .link:hover,
.RadMenu_Icar .focused,
.RadMenu_Icar .expanded
{
	color:#ffcc00;
	cursor:pointer;
}

.RadMenu_Icar .text
{
	/*padding-left: 10px;	
	padding-right: 36px;
	font-size: 11px;
	font-family: Arial, Verdana;*/
}

.RadMenu_Icar .group
{	
	border-right: 0px;
	border-bottom: 0px;
	border: solid 1px #dddddd;/*#bbbbbb;*/
	border-bottom: solid 3px #483F38;
}
.RadMenu_Icar .level1
{
	border-top:none;
}

.RadMenu_Icar .group .link
{
	background: white;
	border-top: solid 1px #dddddd;
	/*border-bottom: solid 1px #d7d7d7;*/
	text-align: left;
	padding:5px;
	padding-left:15px;
	padding-right:10px;
	font-weight:normal;
	color:#483f38;
}
.RadMenu_Icar .group .first .link
{
	border-top: none;
}

.RadMenu_Icar .group .link:hover,
.RadMenu_Icar .group .focused,
.RadMenu_Icar .group .expanded
{
	background: #f0f0f0;/*#565656;*/
	border-bottom-color: #d7d7d7;
	color:black;
	/*font-weight: normal;*/
}

.RadMenu_Icar .leftArrow,
.RadMenu_Icar .rightArrow,
.RadMenu_Icar .topArrow,
.RadMenu_Icar .bottomArrow,
.RadMenu_Icar .leftArrowDisabled,
.RadMenu_Icar .rightArrowDisabled,
.RadMenu_Icar .topArrowDisabled,
.RadMenu_Icar .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Icar .topArrow,
.RadMenu_Icar .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Icar .bottomArrow,
.RadMenu_Icar .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Icar .rightArrow,
.RadMenu_Icar .leftArrow
{
	height:100%;
}

.RadMenu_Icar .rightArrow,
.RadMenu_Icar .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Icar .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Icar .expandLeft,
.RadMenu_Icar .expandRight
{
	background: transparent url(img/groupImage.gif) right no-repeat;
	padding-right: 15px;
}

.RadMenu_Icar_rtl .expandLeft,
.RadMenu_Icar_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Icar .link:hover .expandLeft,
.RadMenu_Icar .link:hover .expandRight,
.RadMenu_Icar .focused .expandLeft,
.RadMenu_Icar .focused .expandRight,
.RadMenu_Icar .expanded .expandLeft,
.RadMenu_Icar .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Icar_rtl .link:hover .expandLeft,
.RadMenu_Icar_rtl .link:hover .expandRight,
.RadMenu_Icar_rtl .focused .expandLeft,
.RadMenu_Icar_rtl .focused .expandRight,
.RadMenu_Icar_rtl .expanded .expandLeft,
.RadMenu_Icar_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}