/**************************************
*
* CSS Skin without Images
*
***************************************/
.RadMenu_Custom
{
	background:none;
	width:175px;
}

.separatorClass
{
    padding:0px;
	margin:0px;
	width:2px;
}

/**************************************
*
* ALL LEVELS
*
***************************************/
.RadMenu_Custom .link .text
{
	cursor:pointer;
}
/**************************************
*
* ROOT LEVEL 
*
***************************************/

/**
* Default link styles
*/
.RadMenu_Custom .link
{
	text-decoration:none;
	color:#0F93FF;
	width:175px;
	cursor:pointer;
}

/**
* Default visited link styles
* needed for IE visited link style
*/
.RadMenu_Custom .rootGroup .link
{
	cursor:pointer;
}

/**
* Hover/Selected link styles
*/
.RadMenu_Custom .rootGroup .link:hover,
.RadMenu_Custom .rootGroup .focused,
.RadMenu_Custom .rootGroup .expanded
{
}

/**************************************
*
* CHILD LEVEL 
*
***************************************/

/**
* Default link styles
*/
.RadMenu_Custom .group .link, 
.RadMenu_Custom .group .link:visited
{
	text-decoration:none;
	color: #ffffff; 
	line-height: 30px; 
	background: #1E4A77; 
	text-align: left;
}


/**
* Default Text link styles
*/
.RadMenu_Custom .group .text
{
	color:#ffffff;
	padding-left:6px;
	padding-right: 40px;
	background: #1E4A77; 
	font-weight: bold;
	text-transform:uppercase;
	font-size:12px;
}

/**
* Hover/Selected link styles
*/
.RadMenu_Custom .group .link:hover,
.RadMenu_Custom .group .focused,
.RadMenu_Custom .group .expanded
{
	background-color: #33B2E5; /* SF hover background color for child level */
	
}
