/**************************************
*
* CSS Skin without Images
*
***************************************/
.RadMenu_GrantsOffice
{
	cursor:pointer;
}

.separatorClass
{

    height: 20px;
    width: 1px;
    background: #ffffff;
}

/**************************************
*
* ALL LEVELS
*
***************************************/
.RadMenu_GrantsOffice .link .text
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
}
/**************************************
*
* ROOT LEVEL 
*
***************************************/

/**
* Default link styles
*/
.RadMenu_GrantsOffice .link
{
    float:left;
	padding:4px 24px 8px 25px;
	padding-left:22px;
	padding-right:22px;
	min-width:60px;
	margin: 0 auto;
}

/**
* Default visited link styles
* needed for IE visited link style
*/
.RadMenu_GrantsOffice .rootGroup .link
{    
    text-decoration:none;
	color:#ffffff;
	font-weight: bold;
	cursor:pointer;
}

/**
* Hover/Selected link styles
*/
.RadMenu_GrantsOffice .rootGroup .link:hover,
.RadMenu_GrantsOffice .rootGroup .focused,
.RadMenu_GrantsOffice .rootGroup .expanded
{

    color:#ffffff;
    text-shadow: 0 0 0.2em #ade9fd;
}

.RadMenu_GrantsOffice .rootGroup .link:hover .text
{
    
}


/**************************************
*
* CHILD LEVEL 
*
***************************************/
/*to stop the page title from running into the background arrow image */
.RadMenu_GrantsOffice .group li span
{
	padding-right: 15px;
	text-align:left;
}
/**
* Default link styles
*/
.RadMenu_GrantsOffice .group .link, 
.RadMenu_GrantsOffice .group .link:visited
{
	cursor:pointer;
    color:#ffffff;
    padding:6px 25px 0px 25px;
}


/**
* Default Text link styles
*/
.RadMenu_GrantsOffice .group .text
{
    /*background: #444444 url('/desktopModules/RadMenu/RadControls/Menu/Skins/LifeMark/img/bgMenu_on.gif') top left repeat-y;
    color:#A8A8A8;*/
}

/**
* Hover/Selected link styles
*/
.RadMenu_GrantsOffice .group .link:hover,
.RadMenu_GrantsOffice .group .focused,
.RadMenu_GrantsOffice .group .expanded
{
    cursor:pointer;

    color:#ffffff;
}


/* <expand arrows styling> */

.RadMenu_GrantsOffice .group .link .expandLeft
{
	background: transparent url("img/arrow_off.gif") no-repeat right 9px;
}

.RadMenu_GrantsOffice .group .link:hover .expandLeft,
.RadMenu_GrantsOffice .group .focused .expandLeft,
.RadMenu_GrantsOffice .group .expanded .expandLeft
{
	background: transparent url("img/arrow_on.gif") no-repeat right 9px;
}

.RadMenu_GrantsOffice .slide
{
    background: #255084;
    border: solid 2px #ededed; 
    text-align:left;  
    padding-top:15px;
    padding-bottom:15px;
}
/* </expand arrows styling> */