/* r.a.d.menu WebBlue skin */

.RadMenu_WebBlue
{
	padding: 0 0px;
	line-height: 27px
}

.RadMenu_WebBlue .link
{
	text-decoration:none;
	/*background: #c5dbf4 url('//img/left_menu.png') repeat-x right top;
	color: #191a1c;*/
	background: url('img/left_menu.png') no-repeat right top;
	color: #0b0b78;
	text-align:left;
	font-weight:bold;
	padding-left: 20px;
	width:144px;
	padding-right:10px;
	line-height: 27px;
}

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{	
	cursor: hand;
	border: solid 0px #10bc4c;	
	/*background: #c80000 url('img/menu_bg_over.jpg') repeat-x right top;
	color: #ffffff;*/
	background: url('img/left_menu_over.png') no-repeat right top;
	color: #000000;
	cursor:pointer;
}

.RadMenu_WebBlue .text
{
	font-size: 12px;
	font-family:Arial;	
	cursor: hand;
}

.RadMenu_WebBlue .group
{
	border: solid 0px #ffffff;

}

.RadMenu_WebBlue .group .link
{
	/*background: #c80000 url('//img/left_02_sub.jpg') repeat-x;
	color: #ffffff;*/
	background: #e8e8e8;
	color: #000000;
	border-right: solid 1px #fefefe;
	border-left: solid 0px #fefefe;
	border-bottom: solid 1px #fefefe;	
	width: auto;
	text-align: left;
	padding-left:15px;	 padding-right:10px;
	line-height: 25px;
	min-width: 80px;
		
}

.RadMenu_WebBlue .group .text
{
	padding-left: 0px;
	/*font-weight: normal;*/
	padding-right: 10px;
	line-height: 25px;
}

.RadMenu_WebBlue .group .link:hover,
.RadMenu_WebBlue .group .focused,
.RadMenu_WebBlue .group .expanded
{
	background: #d4d3d3/*fe0000*/;
	color: #01084e;
	border-top: solid 0px #f6f7f9;
	cursor:pointer;

}

.RadMenu_WebBlue .leftArrow,
.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .leftArrowDisabled,
.RadMenu_WebBlue .rightArrowDisabled,
.RadMenu_WebBlue .topArrowDisabled,
.RadMenu_WebBlue .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	background: #1c4e73 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .leftArrow
{
	height:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WebBlue .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_WebBlue .expandLeft,
.RadMenu_WebBlue .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_WebBlue .link:hover .expandLeft,
.RadMenu_WebBlue .link:hover .expandRight,
.RadMenu_WebBlue .focused .expandLeft,
.RadMenu_WebBlue .focused .expandRight,
.RadMenu_WebBlue .expanded .expandLeft,
.RadMenu_WebBlue .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}