
/* r.a.d.menu colsecProducts skin */

.RadMenu_colsecProducts
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

.RadMenu_colsecProducts_Context
{
	background:#509c4c;
}

.RadMenu_colsecProducts .link
{
	text-decoration:none;
	color: white;
	line-height: 31px;
	_line-height:33px;
	border-bottom:1px solid white;
	cursor:pointer;	
}

.RadMenu_colsecProducts .link .text
{	
	padding-left:10px;
	color:White;
}

.RadMenu_colsecProducts .link:hover,
.RadMenu_colsecProducts .focused,
.RadMenu_colsecProducts .expanded
{
	color: white;
	cursor:pointer;
}

.RadMenu_colsecProducts .link:hover .text,
.RadMenu_colsecProducts .focused .text,
.RadMenu_colsecProducts .expanded .text
{	
	text-decoration:underline;
}

.RadMenu_colsecProducts .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	background: #509c4c;
}

.RadMenu_colsecProducts .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_colsecProducts .text
{
	padding: 0px 12px;
}

.RadMenu_colsecProducts .group
{
	background: #509c4c;
}

.RadMenu_colsecProducts .group .link /* this is the main dropdown panel */
{
	background: #509c4c;
	text-align: left;
	padding-right: 0px;
	margin-top:-1px;
	margin-right:0px; 
	margin-left:-1px;
	border-right:0px;	
	cursor:pointer;
}

.RadMenu_colsecProducts .group .text
{
	padding-left:6px;
	padding-right: 40px;
}

.RadMenu_colsecProducts .group .link:hover, /* Hover state*/
.RadMenu_colsecProducts .group .focused,
.RadMenu_colsecProducts .group .expanded
{
	border-right:0px;
	font-weight:normal;
	color:#A40000;
}

.RadMenu_colsecProducts .group .link:hover .text,
.RadMenu_colsecProducts .group .focused .text,
.RadMenu_colsecProducts .group .expanded .text
{
	border-top: 0;	
}

.RadMenu_colsecProducts .leftArrow,
.RadMenu_colsecProducts .rightArrow,
.RadMenu_colsecProducts .topArrow,
.RadMenu_colsecProducts .bottomArrow,
.RadMenu_colsecProducts .leftArrowDisabled,
.RadMenu_colsecProducts .rightArrowDisabled,
.RadMenu_colsecProducts .topArrowDisabled,
.RadMenu_colsecProducts .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_colsecProducts .topArrow,
.RadMenu_colsecProducts .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_colsecProducts .bottomArrow,
.RadMenu_colsecProducts .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_colsecProducts .rightArrow,
.RadMenu_colsecProducts .leftArrow
{
	height:100%;
}

.RadMenu_colsecProducts .rightArrow,
.RadMenu_colsecProducts .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_colsecProducts .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_colsecProducts .expandLeft,
.RadMenu_colsecProducts .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_colsecProducts_rtl .group .link:hover .expandLeft,
.RadMenu_colsecProducts_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_colsecProducts_rtl .expandLeft,
.RadMenu_colsecProducts_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_colsecProducts .link:hover .expandLeft,
.RadMenu_colsecProducts .link:hover .expandRight,
.RadMenu_colsecProducts .focused .expandLeft,
.RadMenu_colsecProducts .focused .expandRight,
.RadMenu_colsecProducts .expanded .expandLeft,
.RadMenu_colsecProducts .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
