/* r.a.d.menu WebBlue skin */

.RadMenu_WebBlue
{
	padding: 0 0px;
	/*background: #323335 url('img/left_02.jpg');*/
	line-height: 23px;
	color: #c1c1c1;
}

.RadMenu_WebBlue .link
{
	text-decoration:none;	
	/*font-weight: bold;*/
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 25px;
color: #343434;	
	/*color: #848381;*/
	/*width:159px;*/	
	
}

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{
	color: #000;
	/*font-weight: bold;*/
	/*line-height: 33px;*/
	cursor: hand;
	/*background: #555555 url('img/left_02_sub.jpg') repeat-x;*/
}

.RadMenu_WebBlue .text
{
	font-size: 11px;
	/*font-weight: bold;*/
	FONT-FAMILY: Tahoma;
	cursor: hand;	
	padding:0px 0px 0px 0px;
}

.RadMenu_WebBlue .group
{
	border: solid 1px #d2d8de;
	background: #fff;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	line-height: 20px;
}

.RadMenu_WebBlue .group .link
{
	/*background: #dfdfdf;*/
	border-top: solid 0px #f6f7f9;
	border-bottom: solid 0px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	/*color: #c1c1c1;*/
color:#343434;
	line-height: 20px;
	min-width: 80px;
}

.RadMenu_WebBlue .group .text
{
	padding-left: 0px;
	font-weight: normal;	
	padding-right: 0px;
	line-height: 20px;
}

.RadMenu_WebBlue .group .link:hover,
.RadMenu_WebBlue .group .focused,
.RadMenu_WebBlue .group .expanded
{
	/*background: #171212;*/
	color: #000;
	font-weight: normal;
	border-top: solid 0px #f6f7f9;
	
}

.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;
	border-left: 1px solid #d2d8de;
	/*background: #889bb0 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;
}