/* RadMenu Custom skin */

/****** Be sure to set <DefaultGroupSettings OffsetY="x" /> on RadMenu to push down dropdown enough ******/

.RadMenu_Custom 
{
	text-align: left;
	background: none; /* Set background */
	height: 42px; /* Set height for background image */
	width: 960px; /* Set width of main nav bar */
    z-index: 10;
}

.RadMenu_Custom .rmRootGroup
{
	border: none; /* Border around whole nav group !!! Turn on for testing !!! */
    position:relative; top:0px; /* This pushes down the root group  */ 
}

.RadMenu_Custom .rmSlide .rmGroup
{
	z-index:7000 !important;
}

.RadMenu_Custom .rmLink,
.RadMenu_Custom .rmTemplate
{
	line-height: 24px !important;
	text-decoration: none;
	color: #4c7014; /* main nav link OFF color */
	font: bold 10pt Arial,sans-serif; /* sets font style both main nav and dropdown */
	text-transform:none;
	padding: 0px !important;
	height: 42px; /* Set height for background image */
}

.RadMenu_Custom .rmHorizontal .rmItem { 
    background:url(Menu/HP_Navi_Line.png) no-repeat right;
}

.RadMenu_Custom .rmHorizontal .rmLast { 
    border-right: 0; /* Turns off last right border on main nav */
    background:none;
}

.RadMenu_Custom .rmLink:hover,
.RadMenu_Custom .rmFocused,
.RadMenu_Custom .rmExpanded
{
	background: none; /* Set hover background for main nav group */
	color: #fff56d; /* main nav link ON color */
    background: url(Menu/HP_navi_on.png) repeat-x;
}

.RadMenu_Custom .rmText
{
	padding: 0px 14px 0px 14px; /* padding around the text of main nav links, set bottom to adjust dropdown starting point */
	line-height: 22px !important;
}

.RadMenu_Custom .rmHorizontal .rmText
{
	padding: 10px 14px 0px 14px !important;
} 

.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: #c6d78d; /* dropdown link OFF background color */
}

.RadMenu_Custom .rmGroup .rmLink,
.RadMenu_Custom .rmGroup .rmTemplate
{
	text-decoration: none;
	color: #4c7014; /* dropdown link OFF color */
	text-transform:none;
    height: 42px;
    padding-top: 0px !important;
}

.RadMenu_Custom .rmGroup .rmLink:hover,
.RadMenu_Custom .rmGroup .rmFocused,
.RadMenu_Custom .rmGroup .rmExpanded
{
	color: #ec760d; /* dropdown link ON color */
	background: #c6d78d;
}

.RadMenu_Custom .rmGroup .rmLink .rmText
{
	font-size: 10pt; /* font size for dropdown, will override size set above */
	padding: 0px 37px 0px 20px; /* 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-top:0;  
    border-right: 0; 
    border-bottom: solid 1px #BACB7D; 
    border-left:0; 
    padding-bottom: 0; 
} 


.RadMenu_Custom .rmRootGroup .rmGroup .rmLast /* Turns off borders for last item */
{ 
    border:none; 
} 
