.RadMenu_ThrottleStore
{	
	font:11px/15px verdana, helvetica, sans-serif;
	margin:-2px 0 20px 0;
}

.RadMenu_ThrottleStore UL, .RadMenu_ThrottleStore LI
{
	padding:0;
	margin:0;
    }

.RadMenu_ThrottleStore .group, 
.RadMenu_ThrottleStore .rootGroup
{
	border:none;
}

.RadMenu_ThrottleStore .rootGroup:after
{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
}
.RadMenu_ThrottleStore .rootGroup
{
    display:inline-block;
	font-weight:bold;
}

/* hidden from IE/Mac \*/
.RadMenu_ThrottleStore .rootGroup
{
    display:block;
}
/**/

.RadMenu_ThrottleStore .vertical .first
{
    margin-top:-1px;
	border-top:1px solid #76808d;
}


.RadMenu_ThrottleStore .rootGroup .link,
.RadMenu_ThrottleStore .rootGroup .disabled,
.RadMenu_ThrottleStore .rootGroup .disabled:hover
{
	width:156px;
	color:#3b4b5b;
	padding:3px 0px;
	text-decoration:none;
	background-color:transparent;
	cursor:pointer;
}

.RadMenu_ThrottleStore .group .link,
.RadMenu_ThrottleStore .group .disabled,
.RadMenu_ThrottleStore .group .disabled:hover
{
	width:180px;
    margin-left:2px;    
	color:#3b4b5b;
	padding:3px 0px;
	text-decoration:none;
	background-color:#d0d3d9;
	cursor:pointer;
}


.RadMenu_ThrottleStore .link:hover,
.RadMenu_ThrottleStore .expanded
{
	background-color:#b2b6c0;
	color:#3b4b5b;
	cursor:pointer;
}

.RadMenu_ThrottleStore .text
{
	cursor:pointer;
	padding:0 15px;
	margin-right:6px;
}

.RadMenu_ThrottleStore .vertical .link
{
	border-left:0;
	border-bottom:1px solid #76808d;
}

.RadMenu_ThrottleStore .link:hover .expandLeft,
.RadMenu_ThrottleStore .link:hover .expandRight
{
	background-image:url(Img/arrow.gif);
}


.RadMenu_ThrottleStore .expandLeft,
.RadMenu_ThrottleStore .expandRight,
.RadMenu_ThrottleStore .disabled:hover .expandLeft,
.RadMenu_ThrottleStore .disabled:hover .expandRight
{
	background:transparent url('Img/arrow.gif') right center no-repeat;
}

.RadMenu_ThrottleStore_rtl .expandLeft,
.RadMenu_ThrottleStore_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

.RadMenu_ThrottleStore .leftArrow,
.RadMenu_ThrottleStore .rightArrow,
.RadMenu_ThrottleStore .topArrow,
.RadMenu_ThrottleStore .bottomArrow,
.RadMenu_ThrottleStore .leftArrowDisabled,
.RadMenu_ThrottleStore .rightArrowDisabled,
.RadMenu_ThrottleStore .topArrowDisabled,
.RadMenu_ThrottleStore .bottomArrowDisabled
{
	background: #666655 url('img/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
}

.RadMenu_ThrottleStore .topArrow,
.RadMenu_ThrottleStore .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_ThrottleStore .bottomArrow,
.RadMenu_ThrottleStore .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_ThrottleStore .rightArrow,
.RadMenu_ThrottleStore .leftArrow
{
	height:100%;
}

.RadMenu_ThrottleStore .rightArrow,
.RadMenu_ThrottleStore .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

/* right to left */
.RadMenu_ThrottleStore_rtl
{
    text-align:right !important;
}

.RadMenu_ThrottleStore_rtl .rootGroup
{
    zoom:1; /*trigger hasLayout*/
}

.RadMenu_ThrottleStore_rtl .link:hover .expandLeft,
.RadMenu_ThrottleStore_rtl .link:hover .expandRight,
.RadMenu_ThrottleStore_rtl .horizontal .group .expanded .text,
.RadMenu_ThrottleStore_rtl .vertical .expanded .text
{
	background:#666 url(Img/arrowWhiteRTL.gif) no-repeat left center;
}

.RadMenu_ThrottleStore_rtl .leftArrow,
.RadMenu_ThrottleStore_rtl .rightArrow,
.RadMenu_ThrottleStore_rtl .topArrow,
.RadMenu_ThrottleStore_rtl .bottomArrow,
.RadMenu_ThrottleStore_rtl .leftArrowDisabled,
.RadMenu_ThrottleStore_rtl .rightArrowDisabled,
.RadMenu_ThrottleStore_rtl .topArrowDisabled,
.RadMenu_ThrottleStore_rtl .bottomArrowDisabled
{
    text-indent:-3000px !important;
    color:#666;
    font-size:1px;
}

.RadMenu_ThrottleStore_rtl .text
{
	margin-right:0px;
	margin-left:6px;
}
