/* r.a.d.menu Custom1 Skin */

.RadMenu_Custom1
{
	background: #d4cbb7;
}

.RadMenu_Custom1 .link
{
	cursor: pointer;
         cursor: hand;
         font-size: 13px;
	 font-weight: bold;
         font-family: verdana,arial;
         color: white;
  	 text-align: center;
         padding-left: 20px;
	 padding-top: 10px; 
}

.RadMenu_Custom1 .link .text
{
	padding-right: 20px;
}

.RadMenu_Custom1 .link:hover,
.RadMenu_Custom1 .focused,
.RadMenu_Custom1 .expanded
{
	 cursor: pointer;
         cursor: hand;
         font-size: 13px;
	 font-weight: bold;
         font-family: verdana,arial;
         color: black;
	 background-color: #8e1111;
  	 text-align: center;
         padding-left: 20px;
	 padding-top: 10px; 
}

.RadMenu_Custom1 .link:hover .text,
.RadMenu_Custom1 .focused .text,
.RadMenu_Custom1 .expanded .text
{
	border-top: 0px solid #f3f0eb;
}

.RadMenu_Custom1 .rootGroup .disabled:hover
{
	border-bottom: 2px solid #d4cbb7;
	border-top: 2px solid #d4cbb7;
	background: #d4cbb7;
}

.RadMenu_Custom1 .rootGroup .disabled:hover .text
{
	border-top: 1px solid #d4cbb7;
}

.RadMenu_Custom1 .text
{
	padding: 0px 15px;
	font-size: 11px;
}

.RadMenu_Custom1 .group
{
	background: white;
	border: 0px;
}

.RadMenu_Custom1 .group .link
{
	height:25px;
         cursor: pointer;
         cursor: hand;
         font-size: 13px;
         font-family: verdana,arial;
		 font-weight:bold;
         color: #FFFFFF;
         background-color:  #8e1212;
         padding-right: 10px;
         padding-left: 10px;
         border-left: 2px solid #e2c5c1;
         border-right: 2px solid #e2c5c1;
}

.RadMenu_Custom1 .group .text
{
	padding-left:6px;
	padding-right: 40px;
}


.RadMenu_Custom1 .group .link:hover .text,
.RadMenu_Custom1 .group .focused .text,
.RadMenu_Custom1 .group .expanded .text
{
	border-top: 0px;
}

.RadMenu_Custom1 .group .link:hover,
.RadMenu_Custom1 .group .focused,
.RadMenu_Custom1 .group .expanded
{
	height:25px;
         cursor: pointer;
         cursor: hand;
         font-size: 13px;
         font-family: verdana,arial;
		 font-weight:bold;
         color: #000000;
         background-color:  #8e1212;
         padding-right: 10px;
         padding-left: 10px;
         border-left: 2px solid #e2c5c1;
         border-right: 2px solid #e2c5c1;
}

.RadMenu_Custom1 .leftArrow,
.RadMenu_Custom1 .rightArrow,
.RadMenu_Custom1 .topArrow,
.RadMenu_Custom1 .bottomArrow,
.RadMenu_Custom1 .leftArrowDisabled,
.RadMenu_Custom1 .rightArrowDisabled,
.RadMenu_Custom1 .topArrowDisabled,
.RadMenu_Custom1 .bottomArrowDisabled
{
	border-left: 1px solid #e3d5bf;
	border-right: 1px solid #e3d5bf;
	background: #efebe4 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Custom1 .topArrow,
.RadMenu_Custom1 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:114px;
}

.RadMenu_Custom1 .bottomArrow,
.RadMenu_Custom1 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:114px;
}

.RadMenu_Custom1 .rightArrow,
.RadMenu_Custom1 .leftArrow
{
	height:100%;
}

.RadMenu_Custom1 .rightArrow,
.RadMenu_Custom1 .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_Custom1 .vertical .separator .text
{
	background: #e0dcd4;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #e3d5bf;
	border-right: solid 1px #e3d5bf;
}

.RadMenu_Custom1 .expandLeft,
.RadMenu_Custom1 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_Custom1 .link:hover .expandLeft,
.RadMenu_Custom1 .link:hover .expandRight,
.RadMenu_Custom1 .focused .expandLeft,
.RadMenu_Custom1 .focused .expandRight,
.RadMenu_Custom1 .expanded .expandLeft,
.RadMenu_Custom1 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_Custom1_rtl .group .link:hover .expandLeft,
.RadMenu_Custom1_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Custom1_rtl .expandLeft,
.RadMenu_Custom1_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */
