/* RadMenu Plain skin */

.RadMenu_Hassey_Bottom 
{

}

.RadMenu_Hassey_Bottom_Context
{
	background: none;
	
}

.RadMenu_Hassey_Bottom .link,
.RadMenu_Hassey_Bottom div.text
{
	line-height: 22px;
	max-width:100px;
	text-decoration:none;
	color: #58825A;
	
	
}

.RadMenu_Hassey_Bottom .link:hover,
.RadMenu_Hassey_Bottom .focused,
.RadMenu_Hassey_Bottom .expanded,
.RadMenu_Hassey_Bottom div.text:hover
{
	
	color: #1C5522;
}

.RadMenu_Hassey_Bottom .text
{
	padding-left: 5px;	
	padding-right: 5px;
	font-size:7pt;
	font-family: Arial, Verdana;
}


.RadMenu_Hassey_Bottom .rootGroup .text
{
	background: transparent url('img/line.gif') no-repeat;
}

.RadMenu_Hassey_Bottom .first .text
{
	background: none;
}

.RadMenu_Hassey_Bottom .group .text
{
	background: none;
}

.RadMenu_Hassey_Bottom_rtl .text
{
}


.RadMenu_Hassey_Bottom .group
{
	border: solid 0px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_Hassey_Bottom .group .link,
.RadMenu_Hassey_Bottom .group div.text
{
	background-color : #000;
	min-width:210px;
	color: #4E4A49;
	text-align: left;
	font-size:8pt;
}

.RadMenu_Hassey_Bottom_rtl .group .link,
.RadMenu_Hassey_Bottom_rtl .group div.text
{
	text-align: right;
}

.RadMenu_Hassey_Bottom .group .link:hover,
.RadMenu_Hassey_Bottom .group .focused,
.RadMenu_Hassey_Bottom .group .expanded
{
	color: #966a51;
	font-weight: normal;
}

.RadMenu_Hassey_Bottom .leftArrow,
.RadMenu_Hassey_Bottom .rightArrow,
.RadMenu_Hassey_Bottom .topArrow,
.RadMenu_Hassey_Bottom .bottomArrow,
.RadMenu_Hassey_Bottom .leftArrowDisabled,
.RadMenu_Hassey_Bottom .rightArrowDisabled,
.RadMenu_Hassey_Bottom .topArrowDisabled,
.RadMenu_Hassey_Bottom .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Hassey_Bottom .topArrow,
.RadMenu_Hassey_Bottom .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Hassey_Bottom .bottomArrow,
.RadMenu_Hassey_Bottom .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Hassey_Bottom .rightArrow,
.RadMenu_Hassey_Bottom .leftArrow
{
	height:100%;
}

.RadMenu_Hassey_Bottom .rightArrow,
.RadMenu_Hassey_Bottom .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Hassey_Bottom .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Hassey_Bottom .expandLeft,
.RadMenu_Hassey_Bottom .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Hassey_Bottom_rtl .expandLeft,
.RadMenu_Hassey_Bottom_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Hassey_Bottom .link:hover .expandLeft,
.RadMenu_Hassey_Bottom .link:hover .expandRight,
.RadMenu_Hassey_Bottom .focused .expandLeft,
.RadMenu_Hassey_Bottom .focused .expandRight,
.RadMenu_Hassey_Bottom .expanded .expandLeft,
.RadMenu_Hassey_Bottom .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Hassey_Bottom_rtl .link:hover .expandLeft,
.RadMenu_Hassey_Bottom_rtl .link:hover .expandRight,
.RadMenu_Hassey_Bottom_rtl .focused .expandLeft,
.RadMenu_Hassey_Bottom_rtl .focused .expandRight,
.RadMenu_Hassey_Bottom_rtl .expanded .expandLeft,
.RadMenu_Hassey_Bottom_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
