/* r.a.d.menu Web 2.0 skin */

.RadMenu_User_Web20
{
	/*background: url('img/MenuItemBackground.gif');*/
	cursor: hand;
}

.RadMenu_User_Web20_Context
{
	/*background: url('img/MenuItemBackground.gif');*/
	border: 0;
	cursor: hand;
}

.RadMenu_User_Web20 .link
{
	float: left;
	text-align: left;
	text-decoration: none;
	font-family: Arial;
	color: #000000;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	cursor: hand;
	line-height: 28px;
	border-bottom: 1px solid #d4d4d4;
	min-width: 205px;
}

.RadMenu_User_Web20 .link:hover
{
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	cursor: hand;
	min-width: 205px;
}
.RadMenu_User_Web20 .focused, .RadMenu_User_Web20 .expanded
{
	cursor: hand;
}

.RadMenu_User_Web20 .rootGroup .text
{
	background: url(img/arrow1.gif) no-repeat;
	vertical-align:middle;
	padding-left:12px;
	font-family: Arial;
	color: #000000;
	font-size: 13px;
	cursor: hand;
	font-weight: normal;
}
.RadMenu_User_Web20 .rootGroup .text:hover
{
	color:#ffffff;
margin:0px;
font-weight:bold;
background:url(img/navigation_hover.gif) no-repeat center;
margin-right:15px;
text-align:center;
	/*padding-left:0px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	cursor: hand;
	min-width: 205px;
	background: url(img/navigation_hover.gif) no-repeat center;*/
}

.RadMenu_User_Web20 .slide
{
	margin-top: -1px;
}

.RadMenu_User_Web20 .group
{
	border: solid 1px #cccccc;
	max-width: 205px;
}

.RadMenu_User_Web20 .group .link
{
	border: solid 1px #cccccc;
	background: #e4e4e4;
	float: left;
	text-align: left;
	text-decoration: none;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	cursor: hand;
	min-width: 205px;
}

.RadMenu_User_Web20 .group .text
{
	padding-left: 14px;
	font-weight: normal;
	font-size: 13px;
	cursor: hand;
}

.RadMenu_User_Web20 .group .link:hover
{
	padding: 0px;
	font-weight: bold;
	background: #e4e4e4;
	font-size: 13px;
	cursor: hand;
	text-align: center;
}
.RadMenu_User_Web20 .group .focused, .RadMenu_User_Web20 .group .expanded
{
}

.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, .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;
	color: #ccc;
	background: none;
}
