
/* RadMenu ManagedServices skin */

.RadMenu_ManagedServices
{
	background: #002D5B;
	width:100%;
}

.RadMenu_ManagedServices_Context
{
	background:none;
}

.RadMenu_ManagedServices .link
{
	text-decoration:none;
	color: black;
	line-height: 30px;
	border-left:solid 1px white;
}

.RadMenu_ManagedServices li.first a.link
{
	border-left:none;
}

.RadMenu_ManagedServices .link .text
{
	font-size:1em;
	padding-right: 0px;
	color:#bfbda7;
}

.RadMenu_ManagedServices .link:hover,
.RadMenu_ManagedServices .focused,
.RadMenu_ManagedServices .expanded
{
	/*background: #64b3df;*/
	color: black;
	cursor:pointer;
}

.RadMenu_ManagedServices a.focused
{
	background-color:White;
}

.RadMenu_ManagedServices a.focused .text
{
	color:Black;
}

.RadMenu_ManagedServices .link:hover .text,
.RadMenu_ManagedServices .focused .text,
.RadMenu_ManagedServices .expanded .text
{
	/*border-top: 1px solid #85c3e6;*/
}

.RadMenu_ManagedServices .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	background: #a7cfe8;
}

.RadMenu_ManagedServices .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_ManagedServices .text
{
	padding: 0px 0px;
	font-size: 11px;
}

.RadMenu_ManagedServices .group
{
	background: white;
	border: 0px;
}

.RadMenu_ManagedServices .group .link
{
	background: #002D5B;
	border: solid 1px #bfcde3;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; 
}

.RadMenu_ManagedServices .group .text
{
	padding-left:6px;
	padding-right: 40px;
}

.RadMenu_ManagedServices .group .link:hover,
.RadMenu_ManagedServices .group .focused,
.RadMenu_ManagedServices .group .expanded
{
	background: #D4DFEA;
	border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_ManagedServices .group .link:hover .text
{
	color:#002D5B;
}

.RadMenu_ManagedServices .group .link:hover .text,
.RadMenu_ManagedServices .group .focused .text,
.RadMenu_ManagedServices .group .expanded .text
{
	border-top: 0;
}

.RadMenu_ManagedServices .leftArrow,
.RadMenu_ManagedServices .rightArrow,
.RadMenu_ManagedServices .topArrow,
.RadMenu_ManagedServices .bottomArrow,
.RadMenu_ManagedServices .leftArrowDisabled,
.RadMenu_ManagedServices .rightArrowDisabled,
.RadMenu_ManagedServices .topArrowDisabled,
.RadMenu_ManagedServices .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_ManagedServices .topArrow,
.RadMenu_ManagedServices .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_ManagedServices .bottomArrow,
.RadMenu_ManagedServices .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_ManagedServices .rightArrow,
.RadMenu_ManagedServices .leftArrow
{
	height:100%;
}

.RadMenu_ManagedServices .rightArrow,
.RadMenu_ManagedServices .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_ManagedServices .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_ManagedServices .expandLeft,
.RadMenu_ManagedServices .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_ManagedServices_rtl .group .link:hover .expandLeft,
.RadMenu_ManagedServices_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_ManagedServices_rtl .expandLeft,
.RadMenu_ManagedServices_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_ManagedServices .link:hover .expandLeft,
.RadMenu_ManagedServices .link:hover .expandRight,
.RadMenu_ManagedServices .focused .expandLeft,
.RadMenu_ManagedServices .focused .expandRight,
.RadMenu_ManagedServices .expanded .expandLeft,
.RadMenu_ManagedServices .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_ManagedServices .rootGroup .item
{
	width:20%;
	text-align:center;
}

.RadMenu_ManagedServices .group .item
{
	width:auto;
}