/* RadMenu Custom skin */

.RadMenu_Custom .About{width:110px !important; padding-left:10px;}
.RadMenu_Custom .About:hover{background: #fff url(Menu/mainNav_inner_on.gif);}

.RadMenu_Custom .Programs{width:155px !important; padding-left:10px;}
.RadMenu_Custom .Programs:hover{background: #fff url(Menu/mainNav_inner_on.gif);}

.RadMenu_Custom .Business{width:155px !important; padding-left:10px;}
.RadMenu_Custom .Business:hover{background: #fff url(Menu/mainNav_inner_on.gif);}

.RadMenu_Custom .Supporters{width:140px !important; padding-left:10px;}
.RadMenu_Custom .Supporters:hover{background: #fff url(Menu/mainNav_inner_on.gif);}

.RadMenu_Custom .AgencyEvents{width:115px !important; padding-left:10px;}
.RadMenu_Custom .AgencyEvents:hover{background: #fff url(Menu/mainNav_inner_on.gif);}

.RadMenu_Custom .Help{width:126px !important; padding-left:10px;}
.RadMenu_Custom .Help:hover{background: #fff url(Menu/mainNav_inner_on.gif);}

/*
.RadMenu_Custom .About{background: url(Menu/trianglesFirst.gif) no-repeat; width:130px !important;}
.RadMenu_Custom .About:hover{background: #ae5020 url(Menu/trianglesFirst.gif) no-repeat; width:130px !important;}

.RadMenu_Custom .Programs{background: url(Menu/triangles.gif) no-repeat; width:140px !important;}
.RadMenu_Custom .Programs:hover{background: #ae5020 url(Menu/triangles.gif) no-repeat; width:140px !important;}

.RadMenu_Custom .Business{background: url(Menu/triangles.gif) no-repeat; width:140px !important;}
.RadMenu_Custom .Business:hover{background: #ae5020 url(Menu/triangles.gif) no-repeat; width:140px !important;}

.RadMenu_Custom .Supporters{background: url(Menu/triangles.gif) no-repeat; width:140px !important;}
.RadMenu_Custom .Supporters:hover{background: #ae5020 url(Menu/triangles.gif) no-repeat; width:140px !important;}

.RadMenu_Custom .AgencyEvents{background: url(Menu/triangles.gif) no-repeat; width:140px !important;}
.RadMenu_Custom .AgencyEvents:hover{background: #ae5020 url(Menu/triangles.gif) no-repeat; width:140px !important;}

.RadMenu_Custom .Help{background: url(Menu/trianglesLast.gif) no-repeat; width:130px !important;}
.RadMenu_Custom .Help:hover{background: #ae5020 url(Menu/trianglesLast.gif) no-repeat; width:130px !important;}
*/

/****** Be sure to set <DefaultGroupSettings OffsetY="x" /> on RadMenu to push down dropdown enough ******/

.RadMenu_Custom 
{
	text-align: left;
	background: url(Menu/mainNav_inner_off.jpg) no-repeat top left;  /* Set background */
	height: 25px; /* Set height for background image */
	width: 960px; /* Set width of main nav bar */
	z-index:499;
}

.RadMenu_Custom .rmRootGroup
{
	border: none; /* Border around whole nav group !!! Turn on for testing !!! */
    position:relative; top:2px; /* This pushes down the root group  */ 
}

.RadMenu_Custom .rmLink,
.RadMenu_Custom .rmTemplate
{
	text-decoration: none;
	color: #fff; /* main nav link OFF color */
	font: bold 10pt Arial,sans-serif; /* sets font style both main nav and dropdown */
	margin-top:-2px;
	width:140px;
}

.RadMenu_Custom .rmLink:hover
{
    padding-bottom:1px;
}

.RadMenu_Custom .rmHorizontal .rmItem { 
    border-right: 0px solid #fff; /* sets right border on main nav items */
}

.RadMenu_Custom .rmHorizontal .rmLast { 
    border-right: 0; /* Turns off last right border on main nav */
}

/*.RadMenu_Custom .rmLink:hover,*/
.RadMenu_Custom .rmFocused,
.RadMenu_Custom .rmExpanded
{
	/*background: none;  Set hover background for main nav group */
	color: #fff; /* main nav link ON color */
}

.RadMenu_Custom .rmText
{
	padding: 4px 0px 4px 0px; /* padding around the text of main nav links, set bottom to adjust dropdown starting point */
    margin:0px 2px 0px 6px;
}

.RadMenu_Custom .rmGroup
{
    border: none; /* Border around whole dropdown */
    border-bottom: none; /* Fixes double border issue on last item of dropdown */
    border-top: none;
    background: #c4622b; /* dropdown link OFF background color */
}




.RadMenu_Custom .rmGroup .rmLink,
.RadMenu_Custom .rmGroup .rmTemplate
{
	text-decoration: none;
	color: #fff; /* dropdown link OFF color */
    width:100%;
    background:none;
	padding: 0px 0px 0px 0px;
	margin-top:0px;
}

.RadMenu_Custom .rmGroup .rmLink:hover,
.RadMenu_Custom .rmGroup .rmFocused,
.RadMenu_Custom .rmGroup .rmExpanded
{
	color: #fff; /* dropdown link ON color */
	background: #ae5020 /*url(Menu/ArrowExpandHovered.png) no-repeat*/; /* dropdown link ON background color */
    background-position:8px 13px; /* position the background if needed */
}

.RadMenu_Custom .rmGroup .rmLink .rmText
{
	font-size: 10pt; /* font size for dropdown, will override size set above */
	padding: 10px 10px 10px 10px; /* padding around dropdown items */
}

.RadMenu_Custom .rmVertical .rmGroup .rmItem .rmFirst
{
	color:Red;
}

.RadMenu_Custom .rmRootGroup .rmGroup .rmItem, /* Turns on/off borders for each dropdown item */
.RadMenu_Custom_Context .rmGroup .rmItem
{ 
    border:#000 solid; 
    border-top:0;  
    border-right: 0; 
    border-bottom: 0/*1px gray solid*/; 
    border-left:0; 
    padding-bottom: 0; 
}