﻿/* r.a.d.menu Top Menu skin */

.RadMenu_BarwonHealthFoundation 
{
	font-family:arial,verdana;
	z-index:1000;
}

.RadMenu_BarwonHealthFoundation .rmLink
{      
    padding: 0 !important;
    margin: 0 !important;
	background-color:#F57F27;
	text-decoration:none;
    float: left;
}

.RadMenu_BarwonHealthFoundation .rmText
{	
    padding: 0 !important;
    margin: 0 !important;
    line-height: 32px;
	font-size:12px;
	text-align:center !important;
	text-decoration:none;
	font-weight:bold; 
	color:white;
	width: 121px;
}

.RadMenu_BarwonHealthFoundation .rmLink:hover,
.RadMenu_BarwonHealthFoundation .rmFocused,
.RadMenu_BarwonHealthFoundation .rmExpanded
{
	cursor: hand;
	background-color:#ED1C60;
}

.RadMenu_BarwonHealthFoundation .rmGroup
{
	
}

.RadMenu_BarwonHealthFoundation .rmGroup .rmLink
{
	background-color:#F57F27;
	text-decoration:none;
}

.RadMenu_BarwonHealthFoundation .rmGroup .rmText
{
	font-weight:bold;
    line-height: 20px;
	font-size:12px;
	color:White;
	text-align:left !important;
	padding-left:10px !important;
	padding-right:5px !important;
	white-space:nowrap;
	text-decoration:none;
	min-width: 121px;
	width: auto;
}
* html .RadMenu_BarwonHealthFoundation .rmGroup .rmText
{
	width: 121px;
}

.RadMenu_BarwonHealthFoundation .rmGroup .rmLink:hover,
.RadMenu_BarwonHealthFoundation .rmGroup .rmFocused,
.RadMenu_BarwonHealthFoundation .rmGroup .rmExpanded
{
	background-color: #ED1C60;
}

.RadMenu_BarwonHealthFoundation .rmSeparator
{
	width:4px;
	height: 32px;
	background-color:#ED1C60;
}

.RadMenu_BarwonHealthFoundation .rmVertical .rmSeparator
{
	width:120px;
	height:1px;
	background-color:#ED1C60;
}

.RadMenu_BarwonHealthFoundation .rmExpandLeft,
.RadMenu_BarwonHealthFoundation .rmExpandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right:10px;	
}

.RadMenu_BarwonHealthFoundation_rtl .rmExpandLeft,
.RadMenu_BarwonHealthFoundation .rmExpandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}


