/* r.a.d.menu Plain skin */

.RadMenu_hobbs /*the full container*/
{
	vertical-align: bottom;
}

.RadMenu_hobbs_Context 
{
	background: none;
	border:0;
}

.RadMenu_hobbs .link
{
	line-height: 15px;
	text-decoration:none;
	color: #98AA80;
	vertical-align: bottom;
	cursor: pointer;
}

.RadMenu_hobbs .link:hover,
.RadMenu_hobbs .focused,
.RadMenu_hobbs .expanded
{
	color: #E9CF5D;
	text-decoration: none;
	cursor: pointer;
}

.RadMenu_hobbs .text
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-align:center;
}

.RadMenu_hobbs .group .text
{
	text-align:left;}

.RadMenu_hobbs .group
{
	border: solid 1px #99AF7B;
	border-right: 1px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 20px;
}

.RadMenu_hobbs .group .link
{
	background: #000000 url(img/MenuItemBackground.gif);
	text-align: left;
	color: 345343;
	cursor: pointer;
	padding: 4px;
}

.RadMenu_hobbs .group .link:hover,
.RadMenu_hobbs .group .focused,
.RadMenu_hobbs .group .expanded
{
	background: #ededed;
	border-bottom-color: #99AF7B;
	font-weight: normal;
	color: 345343;
}

.RadMenu_hobbs .leftArrow,
.RadMenu_hobbs .rightArrow,
.RadMenu_hobbs .topArrow,
.RadMenu_hobbs .bottomArrow,
.RadMenu_hobbs .leftArrowDisabled,
.RadMenu_hobbs .rightArrowDisabled,
.RadMenu_hobbs .topArrowDisabled,
.RadMenu_hobbs .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_hobbs .topArrow,
.RadMenu_hobbs .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_hobbs .bottomArrow,
.RadMenu_hobbs .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_hobbs .rightArrow,
.RadMenu_hobbs .leftArrow
{
	height:100%;
}

.RadMenu_hobbs .rightArrow,
.RadMenu_hobbs .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_hobbs .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_hobbs .expandLeft,
.RadMenu_hobbs .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_hobbs_rtl .expandLeft,
.RadMenu_hobbs_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_hobbs .link:hover .expandLeft,
.RadMenu_hobbs .link:hover .expandRight,
.RadMenu_hobbs .focused .expandLeft,
.RadMenu_hobbs .focused .expandRight,
.RadMenu_hobbs .expanded .expandLeft,
.RadMenu_hobbs .expanded .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_hobbs_rtl .link:hover .expandLeft,
.RadMenu_hobbs_rtl .link:hover .expandRight,
.RadMenu_hobbs_rtl .focused .expandLeft,
.RadMenu_hobbs_rtl .focused .expandRight,
.RadMenu_hobbs_rtl .expanded .expandLeft,
.RadMenu_hobbs_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}