/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web20 
{
	background: url('img/MenuItemBackground.gif');
	cursor:pointer;
}

.RadMenu_Web20_Context
{
	background: url('img/MenuItemBackground.gif');
	border:0;
	cursor:pointer;
}

.RadMenu_Web20 .link
{
	float: left;
	text-decoration: none;
	
	background: transparent;
	width:100%;
	height:32px;
	cursor:pointer;
}

.style1old .RadMenu_Web20 .link,
.style1old .RadMenu_Web20 .link:hover
{
	color: rgb(204,219,115);
}
.style2old .RadMenu_Web20 .link,
.style2old .RadMenu_Web20 .link:hover
{
	color: #d7d7d7;
}

.RadMenu_Web20 .link:hover,
.RadMenu_Web20 .focused,
.RadMenu_Web20 .expanded
{
	/*background: url('img/MainItemBackgroundHover.gif');*/
	cursor:pointer;
}

.RadMenu_Web20 .rootGroup .text
{
	padding-top:3px;
	padding-left: 11px;
	margin-right: 0px;
	font: bold 13px Helvetica, Arial Narrow,Verdana;
	line-height: 28px;
	padding-right: 0px;
	cursor:pointer;
}


.RadMenu_Web20 .rootGroup .text
{
    background-image:none;
    cursor:pointer;
}
/*
.RadMenu_Web20 .horizontal .expandBottom,  
.RadMenu_Web20 .horizontal .expandTop  
{  
  background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  
} */
/*
.RadMenu_Web20 .vertical .expandLeft,
.RadMenu_Web20 .vertical .expandRight  
{  
  background: transparent url('img/groupImage.gif') no-repeat right center;  
} 
*/

.RadMenu_Web20 .slide
{
	margin-top:-1px;
}

.RadMenu_Web20 .group
{
	border: solid 1px #6788be;
	background: rgb(73,99,140);
}

.RadMenu_Web20 .group .link
{
	background: rgb(73,99,140);
	border: 0px;
	
	height: 15px;
	padding-bottom: 12px!important;
	padding-bottom: 0px;
	margin-bottom: 8px!important;
	margin-bottom: -5px;
}

.style1old .RadMenu_Web20 .group .link,
.style1old .RadMenu_Web20 .group .link:hover
{
	color: rgb(204,219,115);
}
.style2old .RadMenu_Web20 .group .link,
.style2old .RadMenu_Web20 .group .link:hover
{
	color: #d7d7d7;
}

.RadMenu_Web20 .level1 .item .expanded,
.RadMenu_Web20 .level2 .item .link
{
	background-color:rgb(87,107,140);
}

.RadMenu_Web20 .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 12px;
	cursor:pointer;
	position:relative;
	top:-4px;
}

/*
.RadMenu_Web20 .group .link:hover,
.RadMenu_Web20 .group .focused,
.RadMenu_Web20 .group .expanded
{
	text-decoration:underline;
}*/



.RadMenu_Web20 .leftArrow,
.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .leftArrowDisabled,
.RadMenu_Web20 .rightArrowDisabled,
.RadMenu_Web20 .topArrowDisabled,
.RadMenu_Web20 .bottomArrowDisabled
{
	width: 15px;
}

.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .topArrowDisabled
{
	width: 100%;
}

.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .bottomArrowDisabled
{
	width: 100%;
}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .leftArrow
{
	height: 100%;
}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .rightArrowDisabled
{
}

.RadMenu_Web20 .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_Web20 .expandLeft,
.RadMenu_Web20 .expandRight
{
}

.RadMenu_Web20 .link:hover .expandLeft,
.RadMenu_Web20 .link:hover .expandRight,
.RadMenu_Web20 .focused .expandLeft,
.RadMenu_Web20 .focused .expandRight,
.RadMenu_Web20 .expanded .expandLeft,
.RadMenu_Web20 .expanded .expandRight
{
}

/* mozilla only - disabled state */
.RadMenu_Web20 .link.disabled, .RadMenu_Web20 .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}