/* RadMenu Default skin */

.RadMenu_Healthy 
{
	font-family: Helvetica,Arial, Sans-Serif;
	font-weight:bold;
	text-align: left;
}

.RadMenu_Healthy_rtl
{
	text-align: right;
}

.RadMenu_Healthy_Context
{
	background: none;
	border: 0;
}

.RadMenu_Healthy a
{
	text-decoration: none;
}

.RadMenu_Healthy .link
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	position: relative;
	float:left;
}

.RadMenu_Healthy .link:focused,
.RadMenu_Healthy .focused
{
	outline: 0;
}

.RadMenu_Healthy .expanded
{
	z-index: 10000;
}

.RadMenu_Healthy .rootGroup .link:hover,
.RadMenu_Healthy .rootGroup .focused,
.RadMenu_Healthy .rootGroup .expanded
{
	background: url(Img/root-hover.png) repeat-x left center;
	color: #fff;
}

.RadMenu_Healthy .link .text
{
	font: bold 15px Arial, sans-serif;
	font-family: Helvetica,Arial, Sans-Serif;
	line-height:25px;
}

.RadMenu_Healthy .group
{
	background: #fff;
}

.RadMenu_Healthy .group .link
{
	text-decoration: none;
	color: #fff;
	background: #A7A9AC;
}

.RadMenu_Healthy_rtl .group .link
{
	text-align: right;
}

.RadMenu_Healthy .group .link:hover,
.RadMenu_Healthy .group .focused,
.RadMenu_Healthy .group .expanded
{
	color: #fff;
	
	
}

.RadMenu_Healthy .text
{
	padding: 3px 10px 5px 10px;
	cursor:pointer;
}

.RadMenu_Healthy .group .link .text
{
	font-size: 11px;
	font-weight:normal;
}

/* <expand arrows styling> */

.RadMenu_Healthy .group .link .expandLeft
{
	/*PUT IMAGE HERE*/
}

.RadMenu_Healthy .group .link .expandRight
{
	
}

.RadMenu_Healthy .group .link:hover .expandLeft,
.RadMenu_Healthy .group .focused .expandLeft,
.RadMenu_Healthy .group .expanded .expandLeft
{

}

.RadMenu_Healthy .group .link:hover .expandRight,
.RadMenu_Healthy .group .focused .expandRight,
.RadMenu_Healthy .group .expanded .expandRight
{

}

/* </expand arrows styling> */

.RadMenu_Healthy .horizontal .item { border-right: 1px solid #fff; }
.RadMenu_Healthy .horizontal .last { border-right: 0; }

.RadMenu_Healthy .vertical .item { border-bottom: 1px solid #fff; }
.RadMenu_Healthy .vertical .last { border-bottom: 0; }

.RadMenu_Healthy_rtl .horizontal .item { border-left: 0; }

.RadMenu_Healthy .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_Healthy .group
{
	border: 1px solid #828282;
	background-color: #A7A9AC;
}

.RadMenu_Healthy .group .expanded
{
	z-index: 11;
}

.RadMenu_Healthy .topArrowDisabled,
.RadMenu_Healthy .bottomArrowDisabled,
.RadMenu_Healthy .leftArrowDisabled,
.RadMenu_Healthy .rightArrowDisabled
{
	display: none;
}

.RadMenu_Healthy .topArrow,
.RadMenu_Healthy .bottomArrow,
.RadMenu_Healthy .leftArrow,
.RadMenu_Healthy .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_Healthy .topArrow,
.RadMenu_Healthy .bottomArrow
{
	height: 10px;
	width: 100%;

}

.RadMenu_Healthy .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_Healthy .leftArrow,
.RadMenu_Healthy .rightArrow
{
	width: 10px;
	height: 100%;

}

.RadMenu_Healthy .rightArrow
{
	background-position: -18px center;
}

.RadMenu_Healthy .rootGroup .item .disabled .text,
.RadMenu_Healthy .group .item .disabled .text
{
	color: #999;
}

.RadMenu_Healthy .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_Healthy .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_Healthy .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_Healthy .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_Healthy .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_Healthy .separator .text
{
	display: none;
}

.RadMenu_Healthy .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_Healthy .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_Healthy .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_Healthy_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_Healthy_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_Healthy_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_Healthy .rootGroup .item .disabled:hover
{
	background: none;
}