/* r.a.d.menu Plain skin */

.RadMenu_bhhs 
{
	background: transparent url('img/menu_tail.jpg') no-repeat bottom center;
	border-top: 1px solid #92C163;
	padding-bottom: 155px;
}

.rootGroup .item
{
	white-space: normal;
	width: 138px;
}

.group .item
{
	white-space: nowrap;
	width: auto;
}

.RadMenu_bhhs_Context
{
	background: none;
	border: 0;
}

.RadMenu_bhhs .link
{
	background-color: #b0d689;
	border-bottom: 1px solid #92C163;
	color: #000;
	cursor: pointer !important;
	line-height: 2em;
	text-decoration: none;
}

.RadMenu_bhhs .link:hover,
.RadMenu_bhhs .focused,
.RadMenu_bhhs .expanded
{
	background-color: #71a93a;
	color: #000;
}

.RadMenu_bhhs .text
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 14px;
	font-family: Arial, Verdana;
}

.RadMenu_bhhs .group
{
	border-bottom: 0px;
}

.RadMenu_bhhs .group .link
{
	background: #b0d689;
	text-align: left;
}

.RadMenu_bhhs .group .link:hover,
.RadMenu_bhhs .group .focused,
.RadMenu_bhhs .group .expanded
{
	background: #71a93a;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_bhhs .leftArrow,
.RadMenu_bhhs .rightArrow,
.RadMenu_bhhs .topArrow,
.RadMenu_bhhs .bottomArrow,
.RadMenu_bhhs .leftArrowDisabled,
.RadMenu_bhhs .rightArrowDisabled,
.RadMenu_bhhs .topArrowDisabled,
.RadMenu_bhhs .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_bhhs .topArrow,
.RadMenu_bhhs .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_bhhs .bottomArrow,
.RadMenu_bhhs .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_bhhs .rightArrow,
.RadMenu_bhhs .leftArrow
{
	height:100%;
}

.RadMenu_bhhs .rightArrow,
.RadMenu_bhhs .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_bhhs .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_bhhs .expandLeft,
.RadMenu_bhhs .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_bhhs_rtl .expandLeft,
.RadMenu_bhhs_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_bhhs .link:hover .expandLeft,
.RadMenu_bhhs .link:hover .expandRight,
.RadMenu_bhhs .focused .expandLeft,
.RadMenu_bhhs .focused .expandRight,
.RadMenu_bhhs .expanded .expandLeft,
.RadMenu_bhhs .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_bhhs_rtl .link:hover .expandLeft,
.RadMenu_bhhs_rtl .link:hover .expandRight,
.RadMenu_bhhs_rtl .focused .expandLeft,
.RadMenu_bhhs_rtl .focused .expandRight,
.RadMenu_bhhs_rtl .expanded .expandLeft,
.RadMenu_bhhs_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}