/* r.a.d.menu Plain skin */

.RadMenu_HMG_Practices 
{
	background: #ececec url('img/practice_drop_bg.jpg') top right repeat-x;
	border: 1px solid #70ABB2;
	margin-top:20px;
}

.RadMenu_HMG_Practices_Context
{
	background: none;
	border:0;
}

.RadMenu_HMG_Practices .link
{
	width:215px;
	line-height: 20px;
	text-decoration:none;
	color: #306D74;
	padding:2px 1px;
	/* border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6; */
}

.RadMenu_HMG_Practices .link:hover,
.RadMenu_HMG_Practices .focused,
.RadMenu_HMG_Practices .expanded
{
	color: #000;
}

.RadMenu_HMG_Practices .text
{
	padding-left: 10px;	
	padding-right: 36px;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.RadMenu_HMG_Practices .group
{
	background: #ececec url('img/practice_drop_bg.jpg') 0px -18px repeat-x;
	/*border: solid 1px #bbbbbb;*/
	border: 1px solid #70ABB2;
	border-top:0;
	display:block;
	margin-left:-1px !important;
}

.RadMenu_HMG_Practices .group .link
{
	/*background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;*/
	text-align: left;
	padding: 0px 1px;
}

.RadMenu_HMG_Practices .group .link:hover,
.RadMenu_HMG_Practices .group .focused,
.RadMenu_HMG_Practices .group .expanded
{
	background: #E0EDEF;
	/*border-bottom-color: #d7d7d7;
	font-weight: normal;*/
}

.RadMenu_HMG_Practices .leftArrow,
.RadMenu_HMG_Practices .rightArrow,
.RadMenu_HMG_Practices .topArrow,
.RadMenu_HMG_Practices .bottomArrow,
.RadMenu_HMG_Practices .leftArrowDisabled,
.RadMenu_HMG_Practices .rightArrowDisabled,
.RadMenu_HMG_Practices .topArrowDisabled,
.RadMenu_HMG_Practices .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_HMG_Practices .topArrow,
.RadMenu_HMG_Practices .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_HMG_Practices .bottomArrow,
.RadMenu_HMG_Practices .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_HMG_Practices .rightArrow,
.RadMenu_HMG_Practices .leftArrow
{
	height:100%;
}

.RadMenu_HMG_Practices .rightArrow,
.RadMenu_HMG_Practices .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_HMG_Practices .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_HMG_Practices .expandLeft,
.RadMenu_HMG_Practices .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_HMG_Practices_rtl .expandLeft,
.RadMenu_HMG_Practices_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_HMG_Practices .link:hover .expandLeft,
.RadMenu_HMG_Practices .link:hover .expandRight,
.RadMenu_HMG_Practices .focused .expandLeft,
.RadMenu_HMG_Practices .focused .expandRight,
.RadMenu_HMG_Practices .expanded .expandLeft,
.RadMenu_HMG_Practices .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_HMG_Practices_rtl .link:hover .expandLeft,
.RadMenu_HMG_Practices_rtl .link:hover .expandRight,
.RadMenu_HMG_Practices_rtl .focused .expandLeft,
.RadMenu_HMG_Practices_rtl .focused .expandRight,
.RadMenu_HMG_Practices_rtl .expanded .expandLeft,
.RadMenu_HMG_Practices_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}