/* RadMenu Plain skin */

.RadMenu_VSProducts 
{
	background: #ececec url('img/menuproducts.gif') repeat-x;
}

.RadMenu_VSProducts_Context
{
	background: none;
}

.RadMenu_VSProducts .link
{
	width: 101px;
	text-decoration:none;
	color: #666;
	background: #ececec url('img/menuproducts.gif') repeat-x;
}

.RadMenu_VSProducts .rootGroup
{
	white-space: nowrap;
}

.RadMenu_VSProducts .group
{
	white-space: normal;
}

.RadMenu_VSProducts .rootGroup .link
{
	line-height: 19px;
}

.RadMenu_VSProducts .group .link
{
	line-height: 15px;
}

.RadMenu_VSProducts .rootGroup div.text
{
	visibility: hidden;
}

.RadMenu_VSProducts .rootGroup .link:hover
{
	color: #000;
	cursor: pointer;
}

.RadMenu_VSProducts .rootGroup .focused,
.RadMenu_VSProducts .rootGroup .expanded,
.RadMenu_VSProducts .rootGroup div.text:hover
{
	color: #000;
}

.RadMenu_VSProducts .rootGroup .text
{
	padding-left: 5px;	
	padding-right: 16px;
	font-size: 11px;
	font-family: Arial, Verdana;
	visibility: hidden;
}

.RadMenu_VSProducts .group .text
{
	padding-left: 5px;	
	padding-right: 16px;
	font-size: 11px;
	font-family: Arial, Verdana;
	visibility: visible;
}

.RadMenu_VSProducts_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_VSProducts .group
{
	border: solid 2px #282327;
}

.RadMenu_VSProducts .group .link,
.RadMenu_VSProducts .group div.text
{
	background: #e3edf6;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.RadMenu_VSProducts_rtl .group .link,
.RadMenu_VSProducts_rtl .group div.text
{
	text-align: right;
}

.RadMenu_VSProducts .group .link:hover,
.RadMenu_VSProducts .group .focused,
.RadMenu_VSProducts .group .expanded
{
	background: #e3edf6;
	font-weight: normal;
}

.RadMenu_VSProducts .leftArrow,
.RadMenu_VSProducts .rightArrow,
.RadMenu_VSProducts .topArrow,
.RadMenu_VSProducts .bottomArrow,
.RadMenu_VSProducts .leftArrowDisabled,
.RadMenu_VSProducts .rightArrowDisabled,
.RadMenu_VSProducts .topArrowDisabled,
.RadMenu_VSProducts .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_VSProducts .topArrow,
.RadMenu_VSProducts .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_VSProducts .bottomArrow,
.RadMenu_VSProducts .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_VSProducts .rightArrow,
.RadMenu_VSProducts .leftArrow
{
	height:100%;
}

.RadMenu_VSProducts .rightArrow,
.RadMenu_VSProducts .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_VSProducts .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_VSProducts .expandLeft,
.RadMenu_VSProducts .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_VSProducts_rtl .expandLeft,
.RadMenu_VSProducts_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_VSProducts .link:hover .expandLeft,
.RadMenu_VSProducts .link:hover .expandRight,
.RadMenu_VSProducts .focused .expandLeft,
.RadMenu_VSProducts .focused .expandRight,
.RadMenu_VSProducts .expanded .expandLeft,
.RadMenu_VSProducts .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_VSProducts_rtl .link:hover .expandLeft,
.RadMenu_VSProducts_rtl .link:hover .expandRight,
.RadMenu_VSProducts_rtl .focused .expandLeft,
.RadMenu_VSProducts_rtl .focused .expandRight,
.RadMenu_VSProducts_rtl .expanded .expandLeft,
.RadMenu_VSProducts_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}