/* RadMenu Custom skin */

/****** Be sure to set <DefaultGroupSettings OffsetY="x" /> on RadMenu to push down dropdown enough ******/

.RadMenu_Custom 
{
	text-align: left;
	height: 42px; /* Set height for background image */
	width: 1020px; /* Set width of main nav bar */
	z-index:10 !important;
	padding-bottom:25px;
}

.RadMenu_Custom .rmRootGroup
{
	border: none; /* Border around whole nav group !!! Turn on for testing !!! */
    position:relative; top:9px; /* This pushes down the root group  */ 
}

.RadMenu_Custom .rmLink
{
    padding-left:0 !important;
	margin-left:15px !important;
}
.RadMenu_Custom .rmFirst .rmLink
{
    padding-left:0 !important;
	margin-left:0px !important;
}

.RadMenu_Custom .rmLink,
.RadMenu_Custom .rmTemplate
{
	line-height: 24px;
	text-decoration: none;
	color: #084694; /* main nav link OFF color */
	font: bold 12px Arial,sans-serif; /* sets font style both main nav and dropdown */
	text-transform:none;
}

.RadMenu_Custom .rmLink:hover,
.RadMenu_Custom .rmFocused,
.RadMenu_Custom .rmExpanded
{
	background: none; /* Set hover background for main nav group */
	color: #008d36; /* main nav link ON color */
}

.RadMenu_Custom .rmText
{
	padding: 3px 8px 0px 8px !important; /* padding around the text of main nav links, set bottom to adjust dropdown starting point */
	height:32px;
}

.RadMenu_Custom .rmHorizontal .rmSelected .rmText,
.RadMenu_Custom .rmHorizontal .rmFocused .rmText,
.RadMenu_Custom .rmHorizontal .rmText:hover { 
    /*border-bottom:solid 5px #008d36;*/
    background:transparent url(./img/ArrowSelected.png) no-repeat 50% 90%;
    color: #008d36;
}

.RadMenu_Custom .rmLast
{
/*	background:transparent url(./img/global.png) no-repeat 10px 1px;*/
}

.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: #c7d5e5; /* dropdown link OFF background color */
}

.RadMenu_Custom .rmGroup .rmLink,
.RadMenu_Custom .rmGroup .rmTemplate
{
	text-decoration: none;
	color: #3a547d; /* dropdown link OFF color */
	text-transform:none;
}

.RadMenu_Custom .rmGroup .rmLink:hover,
.RadMenu_Custom .rmGroup .rmFocused,
.RadMenu_Custom .rmGroup .rmExpanded
{
	color: #fff; /* dropdown link ON color */
	background: #327cc8 url(./img/ArrowExpandHovered.png) no-repeat; /* dropdown link ON background color */
    background-position:3px 10px; /* position the background if needed */
}

.RadMenu_Custom .rmGroup .rmLink .rmText
{
	font-size: 12px; /* font size for dropdown, will override size set above */
	padding: 7px 10px 7px 10px !important; /* 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: 1px #7095c8 solid; 
    border-left:0; 
    padding-bottom: 0; 
} 
