/* RadMenu Default skin */

.RadMenu_ScrappersAttic 
{
	border-style:none;
	border-bottom-width: 0;
	 
	text-align:center ;
}

.RadMenu_ScrappersAttic_rtl
{
	text-align: right;
}

.RadMenu_ScrappersAttic_Context
{
	background: none;
	border: 0;
}

.RadMenu_ScrappersAttic a
{
	text-decoration: none;
}

.RadMenu_ScrappersAttic .link 
{
	background-image: url("img/ScrappersAttic_menubg.png");
	line-height:38px;
	text-decoration: none;
	color: #408f9f;
    text-align:center;
}

.RadMenu_ScrappersAttic .link:visited
{
color: #408f9f;

}


.RadMenu_ScrappersAttic .link:focused,.
.RadMenu_ScrappersAttic .focused
{
	outline: 0;
}

.RadMenu_ScrappersAttic .expanded
{
	z-index: 10000;
}

.RadMenu_ScrappersAttic .rootGroup .link:hover,
.RadMenu_ScrappersAttic .rootGroup .focused,
.RadMenu_ScrappersAttic .rootGroup .expanded
{
	/*background-color: #fff;*/
	color: #333;
	text-decoration:none;
	cursor:pointer;
}

.RadMenu_ScrappersAttic .link .text
{
	 font-style:normal;
 
	 font-size:29px;
	font-family:Brush Script Std, Brush Script MT;
}

.RadMenu_ScrappersAttic .group
{
	background: #fff;
}

.RadMenu_ScrappersAttic .group .link
{
	text-decoration: none;
	color: #333;
	background: #fff;
}

.RadMenu_ScrappersAttic_rtl .group .link
{
	text-align: right;
}

.RadMenu_ScrappersAttic .group .link:hover,
.RadMenu_ScrappersAttic .group .focused,
.RadMenu_ScrappersAttic .group .expanded
{
	color: #fff;
	background: #444;
}

.RadMenu_ScrappersAttic .text
{
	padding: 3px 16px 5px 5px;
}

.RadMenu_ScrappersAttic .group .link .text
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_ScrappersAttic .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -3px;
}

.RadMenu_ScrappersAttic .group .link .expandRight
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -3px;
}

.RadMenu_ScrappersAttic .group .link:hover .expandLeft,
.RadMenu_ScrappersAttic .group .focused .expandLeft,
.RadMenu_ScrappersAttic .group .expanded .expandLeft
{
	/*background-image: url("img/ArrowExpandHovered.gif");*/
}

.RadMenu_ScrappersAttic .group .link:hover .expandRight,
.RadMenu_ScrappersAttic .group .focused .expandRight,
.RadMenu_ScrappersAttic .group .expanded .expandRight
{
	/*background-image: url("img/ArrowExpandHoveredRTL.gif");*/
}

/* </expand arrows styling> */

.RadMenu_ScrappersAttic .horizontal .item { border-right: 1px solid #353535;  }
.RadMenu_ScrappersAttic .horizontal .last { border-right: 0; }

.RadMenu_ScrappersAttic .vertical .item { border-bottom: 0px solid #353535; height:45px; width:174px; padding-bottom:10px;}
.RadMenu_ScrappersAttic .vertical .last { border-bottom: 0; }

.RadMenu_ScrappersAttic_rtl .horizontal .item { border-left: 0; }

.RadMenu_ScrappersAttic .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_ScrappersAttic .group
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_ScrappersAttic .group .expanded
{
	z-index: 11;
}

.RadMenu_ScrappersAttic .topArrowDisabled,
.RadMenu_ScrappersAttic .bottomArrowDisabled,
.RadMenu_ScrappersAttic .leftArrowDisabled,
.RadMenu_ScrappersAttic .rightArrowDisabled
{
	display: none;
}

.RadMenu_ScrappersAttic .topArrow,
.RadMenu_ScrappersAttic .bottomArrow,
.RadMenu_ScrappersAttic .leftArrow,
.RadMenu_ScrappersAttic .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_ScrappersAttic .topArrow,
.RadMenu_ScrappersAttic .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_ScrappersAttic .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_ScrappersAttic .leftArrow,
.RadMenu_ScrappersAttic .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_ScrappersAttic .rightArrow
{
	background-position: -18px center;
}

.RadMenu_ScrappersAttic .rootGroup .item .disabled .text,
.RadMenu_ScrappersAttic .group .item .disabled .text
{
	color: #999;
}

.RadMenu_ScrappersAttic .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_ScrappersAttic .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_ScrappersAttic .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_ScrappersAttic .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_ScrappersAttic .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_ScrappersAttic .separator .text
{
	display: none;
}

.RadMenu_ScrappersAttic .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_ScrappersAttic .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_ScrappersAttic .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_ScrappersAttic_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_ScrappersAttic_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_ScrappersAttic_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_ScrappersAttic .rootGroup .item .disabled:hover
{
	background: none;
}