/* Default Common CSS */

/* Horizontally Centers Menu */

.RadMenu ul {margin:0px auto; padding:0px; list-style:none; display:table}
.RadMenu li { float:left; display:inline; }


/******** RadMenu mccs custom skin *******/

/* Whole Menu wrapper */
.RadMenu_mccs 
{
	z-index: 1000 !important;
}


/* Whole Menu text*/

.RadMenu_mccs .rmHorizontal .rmItem
{ 
	border-left:1px solid #ffffff; 
	padding:0px 1px 0px 0px; 
	margin:5px 0px
}

.RadMenu_mccs .rmHorizontal .rmFirst { border:0}

.RadMenu_mccs .rmVertical .rmItem
{ 
	border-right:1px solid #666666;
	border-bottom:1px solid #666666; 
	border-left:1px solid #666666;  
	padding:0px 1px 0px 0px; 
	margin:0px
}
.RadMenu_mccs .rmVertical {
	border-top:1px solid #666666;
}


.RadMenu_mccs .rmLink,
.RadMenu_mccs .rmTemplate .rmText
{
	/*min-width: 55px !important;*/
	text-decoration:none;
	color: #ffffff;
	margin:0px 5px;
	/*line-height:14px*/
	}



.RadMenu_mccs .rmVertical .rmLink,
.RadMenu_mccs .rmVertical .rmTemplate .rmText
{
	/*min-width: 55px !important;*/
	text-decoration:none;
	color: #ffffff;
	margin:5px;
	/*line-height:14px*/
	}

.RadMenu_mccs .rmRootGroup .rmHorizontal .rmLink
{ 
	margin:0
}
.RadMenu_mccs .rmRootGroup .rmText
{
    margin:0 !important; 
    padding: 0px 7px 0px 0px !important; 

}

/* Main Menu item hover */

.RadMenu_mccs .rmLink:hover { background:#182745}


.RadMenu_mccs .rmTemplate .rmText:hover,
.RadMenu_mccs .rmFocused,
.RadMenu_mccs .rmFocused:hover
.RadMenu_mccs .rmExpanded
/*.RadMenu_mccs .rmExpanded:hover*/
{	
	background: #182745/* url(../../images/nav_bg_on.gif) repeat-x*/;
	color:#ffffff

}
/* Main Menu item text */
.RadMenu_mccs .rmText
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	/*text-transform: uppercase;
	margin:5px*/
}

.RadMenu_mccs .rmVertical .rmText 
{ text-transform:none; padding:8px; display:block}

/* Dropdown Menu */
.RadMenu_mccs .rmGroup
{
	background: #7e001e;
	/*filter: alpha(opacity:0.8);
	KHTMLOpacity: 0.8;
	MozOpacity: 0.8;
	-khtml-opacity:.80;
	-ms-filter:alpha(opacity=80);
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80;*/
	
}
.RadMenu_mccs .rmGroup .rmText
{
    margin:0 !important; 
    padding: 0px 24px 0px 10px !important; 

}

/* Dropdown Menu item */
.RadMenu_mccs .rmGroup .rmLink,
.RadMenu_mccs .rmGroup .rmTemplate .rmText
{
	/*border: solid 0px #000000;*/
	line-height:22px;
	background: none;	
	color: #f6f3f4;
	padding-right:20px
}


/* Dropdown Menu hover item */
.RadMenu_mccs .rmGroup .rmTemplate .rmText:hover,
.RadMenu_mccs .rmGroup .rmLink:hover,
.RadMenu_mccs .rmGroup .rmFocused,
.RadMenu_mccs .rmGroup .rmExpanded
{
	/*border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;*/
	background: none;
	color: #F8D410;
}

/* arrows */

.RadMenu_mccs .rmVertical .rmExpandRight
{
  background: transparent url('Menu/RootExpandable.png') no-repeat 100% 8px; 
}

/*.RadMenu_mccs_rtl .rmText
{
	padding-right: 0px;	
	padding-left: 0px;
}

.RadMenu_mccs_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_mccs_rtl .rmGroup .rmLink
{
	text-align: right;
}

/*

.RadMenu_mccs .rmLeftArrow,
.RadMenu_mccs .rmRightArrow,
.RadMenu_mccs .rmTopArrow,
.RadMenu_mccs .rmBottomArrow,
.RadMenu_mccs .rmLeftArrowDisabled,
.RadMenu_mccs .rmRightArrowDisabled,
.RadMenu_mccs .rmTopArrowDisabled,
.RadMenu_mccs .rmBottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:9px;
}

.RadMenu_mccs .rmTopArrow,
.RadMenu_mccs .rmTopArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_mccs .rmBottomArrow,
.RadMenu_mccs .rmBottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_mccs .rmRightArrow,
.RadMenu_mccs .rmLeftArrow
{
	height:100%;
}

.RadMenu_mccs .rmRightArrow,
.RadMenu_mccs .rmRightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_mccs .rmVertical .rmSeparator
{
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.RadMenu_mccs .rmExpandLeft,
.RadMenu_mccs .rmExpandRight
{
	background: transparent url('img/groupImage.gif') right center no-repeat;
}

.RadMenu_mccs_rtl .rmExpandLeft,
.RadMenu_mccs_rtl .rmExpandRight
{
	background: transparent url('img/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_mccs .rmLink:hover .rmExpandLeft,
.RadMenu_mccs .rmLink:hover .rmExpandRight,
.RadMenu_mccs .rmFocused .rmExpandLeft,
.RadMenu_mccs .rmFocused .rmExpandRight,
.RadMenu_mccs .rmExpanded .rmExpandLeft,
.RadMenu_mccs .rmExpanded .rmExpandRight
{
	background:transparent url('img/invertedGroupImage.gif') right center no-repeat;
}

.RadMenu_mccs_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_mccs_rtl .rmLink:hover .rmExpandRight,
.RadMenu_mccs_rtl .rmFocused .rmExpandLeft,
.RadMenu_mccs_rtl .rmFocused .rmExpandRight,
.RadMenu_mccs_rtl .rmExpanded .rmExpandLeft,
.RadMenu_mccs_rtl .rmExpanded .rmExpandRight
{
	background:transparent url('img/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_mccs a.rmDisabled,  
.RadMenu_mccs .rmDisabled:hover  
{  
    background: none;  
    color: #ccc;  
}  */



/****************************************/


