
/* r.a.d.menu HVAC1 skin */

.RadMenu_HVAC1
{
	background-image:url(img/navBg.gif);

}

.RadMenu_HVAC1_Context
{
	background:none;
}

.RadMenu_HVAC1 .link, .RadMenu_HVAC1 .active, .RadMenu_HVAC1 .visited
{
	text-decoration:none;
	color: white;
	line-height: 31px;
	
	/*border-bottom: 2px solid #6565A3;
	border-top: 3px solid #a7cfe8;
	*/
}


.RadMenu_HVAC1 .link .text
{
	padding-right: 20px;
	color: white;
}

.RadMenu_HVAC1 .link:hover,
.RadMenu_HVAC1 .focused,
.RadMenu_HVAC1 .expanded
{
	/*background: #64b3df;
	
	border-bottom: 2px solid #1973c9;
	border-top: 3px solid #3487d4;
	
	color: black;*/

	cursor:pointer;
}

.RadMenu_HVAC1 .link:hover .text,
.RadMenu_HVAC1 .focused .text,
.RadMenu_HVAC1 .expanded .text
{
    
	/*	border-top: 1px solid #85c3e6;*/
}

.RadMenu_HVAC1 .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	background: #a7cfe8;
}

.RadMenu_HVAC1 .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_HVAC1 .text
{
	padding: 0px 15px;
	font-size: 11px;
}

.RadMenu_HVAC1 .group
{
	background: white;
	border: 0px;
}

.RadMenu_HVAC1 .group .link
{
	background: #dfeef4;
	background:#000066;
	border-top: solid 1px #bfcde3;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; 
}

.RadMenu_HVAC1 .group .text
{
	padding-left:6px;
	padding-right: 40px;
}



.RadMenu_HVAC1 .group .link:hover,
.RadMenu_HVAC1 .group .focused,
.RadMenu_HVAC1 .group .expanded
{
	background: #6565A3;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_HVAC1 .group .link:hover .text,
.RadMenu_HVAC1 .group .focused .text,
.RadMenu_HVAC1 .group .expanded .text
{
	border-top: 0;
}

.RadMenu_HVAC1 .leftArrow,
.RadMenu_HVAC1 .rightArrow,
.RadMenu_HVAC1 .topArrow,
.RadMenu_HVAC1 .bottomArrow,
.RadMenu_HVAC1 .leftArrowDisabled,
.RadMenu_HVAC1 .rightArrowDisabled,
.RadMenu_HVAC1 .topArrowDisabled,
.RadMenu_HVAC1 .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_HVAC1 .topArrow,
.RadMenu_HVAC1 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_HVAC1 .bottomArrow,
.RadMenu_HVAC1 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_HVAC1 .rightArrow,
.RadMenu_HVAC1 .leftArrow
{
	height:100%;
}

.RadMenu_HVAC1 .rightArrow,
.RadMenu_HVAC1 .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_HVAC1 .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_HVAC1 .expandLeft,
.RadMenu_HVAC1 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_HVAC1_rtl .group .link:hover .expandLeft,
.RadMenu_HVAC1_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_HVAC1_rtl .expandLeft,
.RadMenu_HVAC1_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_HVAC1 .link:hover .expandLeft,
.RadMenu_HVAC1 .link:hover .expandRight,
.RadMenu_HVAC1 .focused .expandLeft,
.RadMenu_HVAC1 .focused .expandRight,
.RadMenu_HVAC1 .expanded .expandLeft,
.RadMenu_HVAC1 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}