/* r.a.d.menu CottageHealth skin */
.RadMenu_CottageHealth
{
	background: #006B6E; /* SF background color for root level */
	width:800px;
}

.seperatorClass
{
	padding-top:5px;
	margin:0px;
	width:2px;
}
.selectedClass
{
	color:Red;
}

/* ALL LEVELS */
.RadMenu_CottageHealth .link .text
{
	padding-right: 13px;
	font-size:12px;
	cursor:pointer;
}

/* ROOT LEVEL */

.RadMenu_CottageHealth .link

{
	text-decoration:none;
	color:#ffffff;
	line-height: 25px; /* SF sets the line height for the font on the root level */
	/*border-bottom: 2px solid #006B6E;*/ /* SF bottom border color for root level */
	/*border-top: 3px solid #006B6E;*/ /* SF top border color for root level */
}

.RadMenu_CottageHealth .rootGroup .link

{
	color:ffffff;
}

/* ROOT LEVEL */
.RadMenu_CottageHealth .rootGroup .link:hover,
.RadMenu_CottageHealth .rootGroup .focused,
.RadMenu_CottageHealth .rootGroup .expanded
{
	text-decoration:none;
	background: #006B6E; /* SF hover background color */
	color: #BCB2A8;
	/*border-bottom: 3px solid #006B6E;*/ /* SF hover bottom border color for root level */
	/*border-top: 1px solid #006B6E;*/ /* SF hover top border color for root level */
	
}

/* CHILD LEVEL */
.RadMenu_CottageHealth .group .link, 
.RadMenu_CottageHealth .group .link:visited
{
	text-decoration:none;
	color: #ffffff; /* SF font color for the root level */
	line-height: 20px; /* SF sets the line height for the font on the child level items */
}

/* CHILD LEVEL */
.RadMenu_CottageHealth .group .link:hover,
.RadMenu_CottageHealth .group .focused,
.RadMenu_CottageHealth .group .expanded
{
	background: #006B6E; /* SF hover background color */
	color: #ffffff;
	/*border-bottom: 3px solid #006B6E;*/ /* SF hover bottom border color for root level */
	/*border-top: 1px solid #006B6E;*/ /* SF hover top border color for root level */
}

.RadMenu_CottageHealth .text
{
	padding: 0px 12px;
	font-size: 11px;
}

/* CHILD LEVEL */
.RadMenu_CottageHealth .group
{
	border: 0px;
}

/* CHILD LEVEL */
.RadMenu_CottageHealth .group .link
{
	background: #529FA4; /* SF background color for child level */
	border: solid 1px #529FA4;
	border-top-color: #529FA4;
	text-align: left;
}

/* CHILD LEVEL */
.RadMenu_CottageHealth .group .text
{
	padding-left:6px;
	padding-right: 40px;
}


/* CHILD LEVEL */
.RadMenu_CottageHealth .group .link:hover .text,
.RadMenu_CottageHealth .group .focused .text,
.RadMenu_CottageHealth .group .expanded .text
{
	border-top: 0px;
}

.RadMenu_CottageHealth .group .link:hover,
.RadMenu_CottageHealth .group .focused,
.RadMenu_CottageHealth .group .expanded
{
	background: #148B90; /* SF hover background color for child level */
	border-bottom: 1px solid #148B90;
	border-top: 1px solid #148B90;
	font-weight: normal;
}


/* NOTHING HAS BEEN EDITED BELOW THIS POINT */
/**********************************************************/
/**********************************************************/

.RadMenu_CottageHealth .leftArrow,
.RadMenu_CottageHealth .rightArrow,
.RadMenu_CottageHealth .topArrow,
.RadMenu_CottageHealth .bottomArrow,
.RadMenu_CottageHealth .leftArrowDisabled,
.RadMenu_CottageHealth .rightArrowDisabled,
.RadMenu_CottageHealth .topArrowDisabled,
.RadMenu_CottageHealth .bottomArrowDisabled
{
	border-left: 1px solid #c2e3bf;
	border-right: 1px solid #c2e3bf;
	background:#e6eee4 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_CottageHealth .topArrow,
.RadMenu_CottageHealth .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:114px;
}

.RadMenu_CottageHealth .bottomArrow,
.RadMenu_CottageHealth .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:114px;
}

.RadMenu_CottageHealth .rightArrow,
.RadMenu_CottageHealth .leftArrow
{
	height:100%;
}

.RadMenu_CottageHealth .rightArrow,
.RadMenu_CottageHealth .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_CottageHealth .expandLeft,
.RadMenu_CottageHealth .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_CottageHealth .link:hover .expandLeft,
.RadMenu_CottageHealth .link:hover .expandRight,
.RadMenu_CottageHealth .focused .expandLeft,
.RadMenu_CottageHealth .focused .expandRight,
.RadMenu_CottageHealth .expanded .expandLeft,
.RadMenu_CottageHealth .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_CottageHealth_rtl .group .link:hover .expandLeft,
.RadMenu_CottageHealth_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_CottageHealth_rtl .expandLeft,
.RadMenu_CottageHealth_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */