/**************************************
*
* CSS Skin without Images
*
***************************************/
.RadMenu_CustomNCL
{
	width:827px;
}

.separatorClass
{
    padding:0px;
	margin:0px;
	width:0px;
}

/**************************************
*
* ALL LEVELS
*
***************************************/
.RadMenu_CustomNCL .link .text
{
    cursor:pointer;
}
/**************************************
*
* ROOT LEVEL 
*
***************************************/

/**
* Default link styles
*/
.RadMenu_CustomNCL .link
{
    padding:0px;
}

/**
* Default visited link styles
* needed for IE visited link style
*/
.RadMenu_CustomNCL .rootGroup .link
{
    cursor:pointer;
}

/**
* Hover/Selected link styles
*/
.RadMenu_CustomNCL .rootGroup .link:hover,
.RadMenu_CustomNCL .rootGroup .focused,
.RadMenu_CustomNCL .rootGroup .expanded
{


}

/**************************************
*
* CHILD LEVEL 
*
***************************************/

/**
* Default link styles
*/
.RadMenu_CustomNCL .group .link, 
.RadMenu_CustomNCL .group .link:visited
{
    cursor:pointer;
    background: #cde5ef url(/DesktopModules/RadMenu/RadControls/Menu/Skins/CustomNCL/img/dd_bg.gif) repeat-x scroll left top; /* SF hover background color for child level */
    font-family:Arial,helvetica,sans-serif;
    font-size:10px;
    font-weight: normal; 
    line-height:23px;
    text-decoration: none;
    color:#023876 !important;
    width:160px;  
    padding: 0px 7px 1px 7px;
}


/**
* Default Text link styles
*/
.RadMenu_CustomNCL .group .text
{
  padding: 0px 7px 1px 7px;
}

/**
* Hover/Selected link styles
*/
.RadMenu_CustomNCL .group .link:hover,
.RadMenu_CustomNCL .group .expanded
{
	padding: 0px 7px 1px 7px;
	background-color: #336091;
	color: #cde5ef !important;
	font-weight: normal;
}
