/* RadMenu WHCU skin */

.RadMenu_WHCU 
{
	z-index: 100 !important;	
	width: 879px;
	height: 32px;
}

.RadMenu_WHCU .rmItem
{
	z-index: 99999 !important;	
}

.RadMenu_WHCU .rmLink,
.RadMenu_WHCU .rmTemplate .rmText
{
	line-height: 32px;
	text-decoration:none;
	color: #e6e6e6;
	cursor: pointer !important;
	padding: 0 0 0 0 !important;
	
}

.RadMenu_WHCU .rmTemplate .rmText:hover,
.RadMenu_WHCU .rmLink:hover,
.RadMenu_WHCU .rmFocused,
.RadMenu_WHCU .rmExpanded
{
	color: #74c0ff;		
}

.RadMenu_WHCU .rmText
{
	padding: 0 0 0 17px !important;	
	font-size: 1.4em;
	font-family: Arial, Verdana;
    cursor: pointer;
}

.RadMenu_WHCU .rmRootGroup
{
	z-index: 1000;
}

.RadMenu_WHCU .rmGroup
{
	border: solid 1px #d2d2d2;	
	border-top: 0;
	background: white;
	
}

.RadMenu_WHCU .rmGroup .rmLink,
.RadMenu_WHCU .rmGroup .rmTemplate .rmText
{
	background: none;		
	text-align: left;	
	cursor: pointer;
	color: #cb6530;
	font-size: .9em;
	line-height: 28px;
}


.RadMenu_WHCU .rmGroup .rmTemplate .rmText:hover,
.RadMenu_WHCU .rmGroup .rmLink:hover,
.RadMenu_WHCU .rmGroup .rmFocused,
.RadMenu_WHCU .rmGroup .rmExpanded
{
	background: transparent;
	color: #012e4f;	
	font-weight: normal;
}

.RadMenu_WHCU .rmGroup .rmText
{
	padding: 0 !important;	
	margin: 0 17px !important;
}

.RadMenu_WHCU .rmGroup .rmItem
{
	border-bottom: 1px solid #d2d2d2;
	z-index: 99999 !important;	
}

.RadMenu_WHCU .rmSlide
{
	z-index: 99999 !important;	
}

.RadMenu_WHCU .rmGroup .rmLast
{
	border-bottom: 0 !important;
}


.RadMenu_WHCU .rmLeftArrow,
.RadMenu_WHCU .rmRightArrow,
.RadMenu_WHCU .rmTopArrow,
.RadMenu_WHCU .rmBottomArrow,
.RadMenu_WHCU .rmLeftArrowDisabled,
.RadMenu_WHCU .rmRightArrowDisabled,
.RadMenu_WHCU .rmTopArrowDisabled,
.RadMenu_WHCU .rmBottomArrowDisabled
{
	background: #ededed url('Menu/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_WHCU .rmTopArrow,
.RadMenu_WHCU .rmTopArrowDisabled
{
	background-image:url('Menu/top.gif');
	width:100%;
}

.RadMenu_WHCU .rmBottomArrow,
.RadMenu_WHCU .rmBottomArrowDisabled
{
	background-image:url('Menu/bottom.gif');
	width:100%;
}

.RadMenu_WHCU .rmRightArrow,
.RadMenu_WHCU .rmLeftArrow
{
	height:100%;
}

.RadMenu_WHCU .rmRightArrow,
.RadMenu_WHCU .rmRightArrowDisabled
{
	background-image: url('Menu/right.gif');
}

.RadMenu_WHCU .rmVertical .rmSeparator
{
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.RadMenu_WHCU .rmExpandLeft,
.RadMenu_WHCU .rmExpandRight
{
	background: transparent url('Menu/groupImage.gif') right center no-repeat;
	margin-right: 4px;
}



.RadMenu_WHCU .rmLink:hover .rmExpandLeft,
.RadMenu_WHCU .rmLink:hover .rmExpandRight,
.RadMenu_WHCU .rmFocused .rmExpandLeft,
.RadMenu_WHCU .rmFocused .rmExpandRight,
.RadMenu_WHCU .rmExpanded .rmExpandLeft,
.RadMenu_WHCU .rmExpanded .rmExpandRight
{
	background:transparent url('Menu/invertedGroupImage.gif') right center no-repeat;
}


.RadMenu_WHCU a.rmDisabled,  
.RadMenu_WHCU .rmDisabled:hover  
{  
    background: none;  
    color: #ccc;  
}  