
/* r.a.d.menu CssBlue skin */

.RadMenu_PaintShop
{
	
	/*background-image:url(img/menubg.gif);*/
	/*background-image:url(img/btnBG.png);*/
	background-repeat:repeat-x;
	background-position:0px 0px;
	margin:10px;
	margin-right: -1px;
	font-size:12px;
	font-weight:normal;
	/*width:710px;
	z-index:2;*/

}

.RadMenu_PaintShop_Context
{
	background:none;
}

.RadMenu_PaintShop  .link
{
	text-decoration:none;
	color: #DFE8F2;
	line-height: 22px;
	font-weight:bold;
	/*width:100px;*/
	padding-left:2px;
	padding-right:2px;
	/*border:solid 1px #AA80FF;
	border-bottom-width:0px;*/
	/*background-color:Transparent;*/
	border-right:solid 1px #4B8DA3;
	background-image: url(img/btnbg.png);
	text-align:center;
	height:26px;
	
	/*border: 1px solid white;*/
	/*width:175px;*/
}
.RadMenu_PaintShop .rootGroup .link
{
	width:111px;
	}

.RadMenu_PaintShop .rootGroup .link .text
{
	width:111px;
}

.RadMenu_PaintShop .link:hover,
.RadMenu_PaintShop .focused,
.RadMenu_PaintShop .expanded
{
	/*background: white;*/
	color: white;
	background-image:url(img/btnbgover.png);
	/*background-image:url(img/bg_over.jpg);*/
}

.RadMenu_PaintShop .link:hover .text,
.RadMenu_PaintShop .focused .text,
.RadMenu_PaintShop .expanded .text
{
	/*border-top: 1px solid #85c3e6;*/
}

.RadMenu_PaintShop .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	/*background: #a7cfe8;*/
	background-image:url(img/bg_over.jpg);
	
}

.RadMenu_PaintShop .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_PaintShop .text
{
	padding: 2px ;
	/*font-size: 12px;*/
	cursor:hand;
}

.RadMenu_PaintShop ul.group
{
	background-image:url(img/btnbgover.png);
	border:solid 1px #4B8DA3;
	
}
.RadMenu_PaintShop ul.group.level1
{
	border-top-width:0px;
	padding: 10px 0px 10px 0px;
	left:-5px;
	position:absolute;
	z-index:9000;
	}
.RadMenu_PaintShop ul.group .level2
{
	left:-1px;
	top:-11px;
	position:absolute;
	z-index:9000;
	}
.RadMenu_PaintShop .group .link
{
	color:White;
	background-image:url(img/btnbgover.png);
	border:0px;
	/*border-top: solid 1px #FFE580;
	border-bottom: solid 1px #FFE580;*/
	text-align: left;
	padding-right: 0px; 
	width:150px;
	
}

.RadMenu_PaintShop .group .text
{
	color:white;
	padding-left:6px;
	padding-right: 40px;
}



.RadMenu_PaintShop .group .link:hover,
.RadMenu_PaintShop .group .focused,
.RadMenu_PaintShop .group .expanded
{
	background: white;
	
	/*border-top: solid 1px #A980FF;
	border-bottom: solid 1px #A980FF;
	font-weight: normal;*/
}

.RadMenu_PaintShop .group .link:hover .text,
.RadMenu_PaintShop .group .focused .text,
.RadMenu_PaintShop .group .expanded .text
{
	color:#166381;
	border-top: 0;
}

.RadMenu_PaintShop .leftArrow,
.RadMenu_PaintShop .rightArrow,
.RadMenu_PaintShop .topArrow,
.RadMenu_PaintShop .bottomArrow,
.RadMenu_PaintShop .leftArrowDisabled,
.RadMenu_PaintShop .rightArrowDisabled,
.RadMenu_PaintShop .topArrowDisabled,
.RadMenu_PaintShop .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_PaintShop .topArrow,
.RadMenu_PaintShop .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_PaintShop .bottomArrow,
.RadMenu_PaintShop .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_PaintShop .rightArrow,
.RadMenu_PaintShop .leftArrow
{
	height:100%;
}

.RadMenu_PaintShop .rightArrow,
.RadMenu_PaintShop .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_PaintShop .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_PaintShop .expandLeft,
.RadMenu_PaintShop .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_PaintShop_rtl .group .link:hover .expandLeft,
.RadMenu_PaintShop_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_PaintShop_rtl .expandLeft,
.RadMenu_PaintShop_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_PaintShop .link:hover .expandLeft,
.RadMenu_PaintShop .link:hover .expandRight,
.RadMenu_PaintShop .focused .expandLeft,
.RadMenu_PaintShop .focused .expandRight,
.RadMenu_PaintShop .expanded .expandLeft,
.RadMenu_PaintShop .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}