/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web21 
{
	border-left: solid 0px #999999;
	font:normal 12px arial, sans-serif;
}

.RadMenu_Web21_Context
{
	border:0;
}

.RadMenu_Web21 .link
{
	float: left;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

.RadMenu_Web21 .link:hover,
.RadMenu_Web21 .focused,
.RadMenu_Web21 .expanded
{
	color: black;
	background: transparent url('img/MainItemBackgroundHover.gif') repeat-x left top;
	cursor: hand;
	cursor: pointer;
}


.RadMenu_Web21 .rootGroup
{

}

.RadMenu_Web21 .rootGroup .item
{

}

.RadMenu_Web21 .rootGroup .text
{
	padding:0 20px;
	line-height: 28px;
}

.RadMenu_Web21 .expandBottom,
.RadMenu_Web21 .expandTop
{
	background: transparent url(img/RootGroupArrowDown.gif) right center no-repeat; !important
	margin-right:20px;
}

/*--Position of boxes--*/
.RadMenu_Web21 .slide
{
	/*--margin-top:-1px;--*/
}

/*--Scroll down boxes--*/
.RadMenu_Web21 .group
{
	border: solid 1px #999999;
	background:white;
}

/*--Font for scroll down boxes text--*/
.RadMenu_Web21 .group .link
{
	background: white;
	border: 0px;
	color: #333;
	cursor: hand;
	cursor: pointer;
	padding:0 20px 0 0;
}

/*--Font for scroll down boxes text hover--*/
.RadMenu_Web21 .group .link:hover,
.RadMenu_Web21 .group .focused,
.RadMenu_Web21 .group .expanded
{
	background: #D9E6EF;
	border: 0px;
}

.RadMenu_Web21 .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
}

.RadMenu_Web21 .leftArrow,
.RadMenu_Web21 .rightArrow,
.RadMenu_Web21 .topArrow,
.RadMenu_Web21 .bottomArrow,
.RadMenu_Web21 .leftArrowDisabled,
.RadMenu_Web21 .rightArrowDisabled,
.RadMenu_Web21 .topArrowDisabled,
.RadMenu_Web21 .bottomArrowDisabled
{
	background: #F0F6FF url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Web21 .topArrow,
.RadMenu_Web21 .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_Web21 .bottomArrow,
.RadMenu_Web21 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Web21 .rightArrow,
.RadMenu_Web21 .leftArrow
{
	height: 100%;
}

.RadMenu_Web21 .rightArrow,
.RadMenu_Web21 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Web21 .vertical .separator .text
{
	padding-top: 2px;
	background: #999999;
	font-size: 1px;
}

.RadMenu_Web21 .expandLeft,
.RadMenu_Web21 .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat !important;
}

.RadMenu_Web21 .link:hover .expandLeft,
.RadMenu_Web21 .link:hover .expandRight,
.RadMenu_Web21 .focused .expandLeft,
.RadMenu_Web21 .focused .expandRight,
.RadMenu_Web21 .expanded .expandLeft,
.RadMenu_Web21 .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_Web21 .link .disabled, .RadMenu_Web21 .link .disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}