/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web24 
{
	background: url('img/MenuItemBackground.gif');
	border-left: 1px solid #FD6A12;
}

.RadMenu_Web24_Context
{
	background: url('img/MenuItemBackground.gif');
	border:0;
}

.RadMenu_Web24 .link
{
	float: left;
	text-decoration: none;
	color: #000000;
	border-left: 1px solid #CE5D1A;
	border-right: 1px solid #CE5D1A;
	background: transparent;
}

.RadMenu_Web24 .link:hover,
.RadMenu_Web24 .focused,
.RadMenu_Web24 .expanded
{
	color: #000000;
	text-decoration: underline;
	background: transparent url('img/MainItemBackgroundHover.gif') no-repeat center;
}

.RadMenu_Web24 .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_Web24 .slide
{
	margin-top:-1px;
}

.RadMenu_Web24 .group
{
	border: 1px solid #000000;
	background: #FFCC00;
}

.RadMenu_Web24 .group .link
{
	background: #FF9333;
	border: 0px;
	border-bottom: solid 1px #F52D47;
	color: #333;
}

.RadMenu_Web24 .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;
	color: #000000;
}

.RadMenu_Web24 .group .link:hover,
.RadMenu_Web24 .group .focused,
.RadMenu_Web24 .group .expanded
{
	background: #FFCC57;
	border-bottom: 1px solid #CC3300;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

.RadMenu_Web24 .leftArrow,
.RadMenu_Web24 .rightArrow,
.RadMenu_Web24 .topArrow,
.RadMenu_Web24 .bottomArrow,
.RadMenu_Web24 .leftArrowDisabled,
.RadMenu_Web24 .rightArrowDisabled,
.RadMenu_Web24 .topArrowDisabled,
.RadMenu_Web24 .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Web24 .topArrow,
.RadMenu_Web24 .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_Web24 .bottomArrow,
.RadMenu_Web24 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Web24 .rightArrow,
.RadMenu_Web24 .leftArrow
{
	height: 100%;
}

.RadMenu_Web24 .rightArrow,
.RadMenu_Web24 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Web24 .vertical .separator .text
{
	padding-top: 2px;
	background: #000000;
	font-size: 1px;
}

.RadMenu_Web24 .expandLeft,
.RadMenu_Web24 .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat !important;
}

.RadMenu_Web24 .link:hover .expandLeft,
.RadMenu_Web24 .link:hover .expandRight,
.RadMenu_Web24 .focused .expandLeft,
.RadMenu_Web24 .focused .expandRight,
.RadMenu_Web24 .expanded .expandLeft,
.RadMenu_Web24 .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_Web24 .link.disabled, .RadMenu_Web24 .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}
