
/* r.a.d.menu Intelliware skin */

.RadMenu_Intelliware
{
	background: #3372aa;
}

.RadMenu_Intelliware_Context
{
	background:none;
}

.RadMenu_Intelliware .link
{
	text-decoration:none;
	color: white;
	line-height: 14px;
}


.RadMenu_Intelliware .link .text
{
	padding-right: 20px;
}

.RadMenu_Intelliware .link:hover,
.RadMenu_Intelliware .focused,
.RadMenu_Intelliware .expanded
{
	background: #3372aa;
	color: white;
}

.RadMenu_Intelliware .link:hover .text,
.RadMenu_Intelliware .focused .text,
.RadMenu_Intelliware .expanded .text
{
	background: #3372cc;
}



.RadMenu_Intelliware a:visited{
	color:white;
}


.RadMenu_Intelliware .rootGroup .disabled:hover
{
	background: #3372aa;
}


.RadMenu_Intelliware .text
{
	padding: 0px 5px;
	font-size: 10px;
}

.RadMenu_Intelliware .group
{
	background: silver;
}

.RadMenu_Intelliware .group .link
{
    margin:1px 1px 0px 1px;
	background: #3372aa;
	text-align: left;
	padding-right: 10px; 
}

.RadMenu_Intelliware .group .text
{
	padding-left:6px;
	padding-right: 20px;
}


.RadMenu_Intelliware .group .link:hover,
.RadMenu_Intelliware .group .focused,
.RadMenu_Intelliware .group .expanded
{
	background: #3372cc;
	font-weight: normal;
}

.RadMenu_Intelliware .group .link:hover .text,
.RadMenu_Intelliware .group .focused .text,
.RadMenu_Intelliware .group .expanded .text
{
	border-top: 0;
}

.RadMenu_Intelliware .leftArrow,
.RadMenu_Intelliware .rightArrow,
.RadMenu_Intelliware .topArrow,
.RadMenu_Intelliware .bottomArrow,
.RadMenu_Intelliware .leftArrowDisabled,
.RadMenu_Intelliware .rightArrowDisabled,
.RadMenu_Intelliware .topArrowDisabled,
.RadMenu_Intelliware .bottomArrowDisabled
{
	background: #3372aa url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Intelliware .topArrow,
.RadMenu_Intelliware .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Intelliware .bottomArrow,
.RadMenu_Intelliware .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Intelliware .rightArrow,
.RadMenu_Intelliware .leftArrow
{
	height:100%;
}

.RadMenu_Intelliware .rightArrow,
.RadMenu_Intelliware .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_Intelliware .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
}


.RadMenu_Intelliware .expandLeft,
.RadMenu_Intelliware .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_Intelliware_rtl .group .link:hover .expandLeft,
.RadMenu_Intelliware_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	padding-left: 8px;
}

.RadMenu_Intelliware_rtl .expandLeft,
.RadMenu_Intelliware_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_Intelliware .link:hover .expandLeft,
.RadMenu_Intelliware .link:hover .expandRight,
.RadMenu_Intelliware .focused .expandLeft,
.RadMenu_Intelliware .focused .expandRight,
.RadMenu_Intelliware .expanded .expandLeft,
.RadMenu_Intelliware .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}