/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web20 
{
color: #5b191a;
	border: 0px 0px 0px 0px;
	white-space:normal;
	float:none;
	height:34px;
	padding: 0px 0px 0px 0px;
margin:0px -4px 0px 0px;
}

.RadMenu_Web20_Context
{
	background: #fff;
	color: #5b191a;
border: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.RadMenu_Web20 .link
{
	float: left;
	text-decoration: none;
	color: #5b191a;
	border: 0px 0px 0px 0px;
	background: transparent ;
	height:34px;
	width:149px;
	text-align:center;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.RadMenu_Web20 .link:visited {	color: #5b191a;	}
.RadMenu_Web20 .link:hover {	color: #5b191a; background:no-repeat right center;cursor:pointer;text-decoration:none;}
.RadMenu_Web20 .focused {	color: #5b191a;	}
.RadMenu_Web20 .expanded
{
	color: #5b191a;
	background: transparent no-repeat right center;
	height:34px;
	margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.RadMenu_Web20 .rootGroup .text
{
/*	background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	background:no-repeat right center;
	font: bolder 12px  Arial;
	padding:0px 0px 0px 0px;
	margin:0px 15px 0px 15px;
	}

.RadMenu_Web20 .slide
{

	margin-top:-1px;
}



.RadMenu_Web20 .group
{
background: url('img/menu_back.png');
	border: 0px 0px 0px 0px;
/*	background: white;*/
		height:210px;
	font-weight:none;
	margin:0px 0px 0px 0px;
}

.RadMenu_Web20 .group .link
{

/*background: url('img/MenuItemBackground.gif');*/
	background:transparent;
	border: 0px;
	border-bottom: solid 0px #f0f2f3;
	color: #5b191a;
	cursor:pointer;
 margin:00px 0px 0px 0px;
}

.RadMenu_Web20 .group .text
{
	

	margin-right: 0px !important;
	padding-right: 0px;
	font: bold 12px  Arial #ffd2d6 ;
margin:10px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.RadMenu_Web20 .group .link:hover,
.RadMenu_Web20 .group .focused,
.RadMenu_Web20 .group .expanded
{
/* hover*/

	
	text-decoration:none;
	background: transparent;
	border: 0px;
	border-bottom: solid 0px #d8dde0;
}

.RadMenu_Web20 .leftArrow,
.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .leftArrowDisabled,
.RadMenu_Web20 .rightArrowDisabled,
.RadMenu_Web20 .topArrowDisabled,
.RadMenu_Web20 .bottomArrowDisabled
{
/*	background: #e7f1ff url('img/left.gif') center center no-repeat;*/
	width: 15px;
}

.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .topArrowDisabled
{
	background-image: url('img/top.gif');
	/*width: 100%;*/
}

.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	/*width: 100%;*/

}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .leftArrow
{
/*	height: 100%;*/
}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Web20 .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_Web20 .expandLeft,
.RadMenu_Web20 .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat !important;

}

.RadMenu_Web20 .link:hover .expandLeft,
.RadMenu_Web20 .link:hover .expandRight,
.RadMenu_Web20 .focused .expandLeft,
.RadMenu_Web20 .focused .expandRight,
.RadMenu_Web20 .expanded .expandLeft,
.RadMenu_Web20 .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_Web20 .link.disabled, .RadMenu_Web20 .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}