/* r.a.d.menu Web 2.0 skin */

.RadMenu_User_Web20 
{
	/*background: url('img/MenuItemBackground.gif');*/
	border-left: solid 1px #617fb5;
	cursor:hand;
}

.RadMenu_User_Web20_Context
{
	/*background: url('img/MenuItemBackground.gif');*/
	border:0;
	cursor:hand;
}

.RadMenu_User_Web20 .link
{
	float: left;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5E5C5D;
	font-size:9pt;
	text-decoration:none;
	font-weight:100;
	background: transparent;
	padding-left:3px;
	cursor:hand;
	
}

.RadMenu_User_Web20 .link:hover
{
	float: left;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:Red;
	font-size:10pt;
	text-decoration:none;
	font-weight:100;
	background: transparent;
	cursor:hand;
	
}
.RadMenu_User_Web20 .focused
{
    float: left;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:Red;
	font-size:10pt;
	text-decoration:none;
	font-weight:100;
	background: transparent;
	cursor:hand;
	
}
.RadMenu_User_Web20 .expanded
{
	color: Red;
	background: transparent url('img/MainItemBackgroundHover.gif') no-repeat center;
	cursor:hand;
}
/*Root Group Text Header*/
.RadMenu_User_Web20 .rootGroup .text
{
	
	margin-right: 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*color:#5E5C5D;*/
	font-size:9pt;
	line-height: 20px;
	padding-right:3px;
	padding-top:6px;
	padding-bottom:5px;
	text-decoration:none;
	font-weight:100;
	cursor:hand;
}

.RadMenu_User_Web20 .slide
{
	margin-top:-1px;
}

.RadMenu_User_Web20 .group
{
	border: solid 1px #6788be;
	background: white;
}

.RadMenu_User_Web20 .group .link
{
	/*background: #FFFFFF;*/
	background: #ECE6E6;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: #333;
	cursor:hand;
}
/*Child Menu Settings*/
.RadMenu_User_Web20 .group .text
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5E5C5D;
	font-size:8pt;
    font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 30px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:4px;
	/*font-size: 11px;*/
	cursor:hand;
}

.RadMenu_User_Web20 .group .link:hover
{float: left;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:Red;
	font-size:10pt;
	text-decoration:none;
	font-weight:100;
	background: transparent;
	cursor:hand;
	
    }
.RadMenu_User_Web20 .group .focused
{
    float: left;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:Red;
	font-size:10pt;
	text-decoration:none;
	font-weight:100;
	background: transparent;
	cursor:hand;
	
}
.RadMenu_User_Web20 .group .expanded
{
	background: #ECE6E6;
	border: 0px;	
	/*border-bottom: solid 1px #d8dde0;*/
}

.RadMenu_User_Web20 .leftArrow,
.RadMenu_User_Web20 .rightArrow,
.RadMenu_User_Web20 .topArrow,
.RadMenu_User_Web20 .bottomArrow,
.RadMenu_User_Web20 .leftArrowDisabled,
.RadMenu_User_Web20 .rightArrowDisabled,
.RadMenu_User_Web20 .topArrowDisabled,
.RadMenu_User_Web20 .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_User_Web20 .topArrow,
.RadMenu_User_Web20 .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_User_Web20 .bottomArrow,
.RadMenu_User_Web20 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_User_Web20 .rightArrow,
.RadMenu_User_Web20 .leftArrow
{
	height: 100%;
}

.RadMenu_User_Web20 .rightArrow,
.RadMenu_User_Web20 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_User_Web20 .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_User_Web20 .expandLeft,
.RadMenu_User_Web20 .expandRight
{
	
}

.RadMenu_User_Web20 .link:hover .expandLeft
{
    float: left;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:Red;
	font-size:10pt;
	text-decoration:none;
	font-weight:100;
	background: transparent;
	cursor:hand;
}
.RadMenu_User_Web20 .link:hover .expandRight,
.RadMenu_User_Web20 .focused .expandLeft,
.RadMenu_User_Web20 .focused .expandRight,
.RadMenu_User_Web20 .expanded .expandLeft,
.RadMenu_User_Web20 .expanded .expandRight
{
	
}

/* mozilla only - disabled state */
.RadMenu_User_Web20 .link.disabled, .RadMenu_User_Web20 .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}
