/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web21 
{
	background: url('img/MenuItemBackground.gif');
	border-left: 0px solid #5C5B31;
}

.RadMenu_Web21_Context
{
	background: url('img/MenuItemBackground.gif');
	border:0;
}

.RadMenu_Web21 .link
{
	float: left;
	text-decoration: none;
	color: white;
	border-left: 0px solid #5C5B31;
	border-right: 0px solid #5C5B31;
	background: transparent;
}

.RadMenu_Web21 .link:hover,
.RadMenu_Web21 .focused,
.RadMenu_Web21 .expanded
{
	color: #FFFFFF;
	background: transparent url('img/MainItemBackgroundHover.gif') no-repeat center;
	text-decoration: underline;
}

.RadMenu_Web21 .rootGroup .text
{
	background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;
	padding-left: 8px;
	margin-right: 4px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 28px;
	padding-right: 24px;
}

.RadMenu_Web21 .slide
{
	margin-top:-1px;
}

.RadMenu_Web21 .group
{
	border: 1px solid #BC9747;
	background: url(img/menuItemHover.gif);
}

.RadMenu_Web21 .group .link
{
	background: url(img/MenuItemBackground.gif);
	border: 0px;
	border-bottom: solid 1px #BC9747;
	color: #FFFFFF;
}

.RadMenu_Web21 .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;
}

.RadMenu_Web21 .group .link:hover,
.RadMenu_Web21 .group .focused,
.RadMenu_Web21 .group .expanded
{
	background: url(img/menuItemHover.gif);
	border-bottom: 1px solid #BC9747;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	text-decoration: underline;
}

.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: #e7f1ff 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: #000000;
	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;
}
