/* r.a.d.menu Triptih skin */

.RadMenu_Triptih 
{
	/*background: red; url('img/MenuItemBackground.gif') repeat-x;
	/*border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;*/
}

.RadMenu_Triptih_Context
{
	background:none;
	border:0;
	

}

.RadMenu_Triptih .link
{
	line-height: 25px;
	text-decoration:none;
	color:#000;
	background: #fff;
	/*border-left: solid 1px #000;*/
	/*border-right: solid 1px #000;*/
	margin-left:5px;
	margin-right:5px;
	text-align:left;
	cursor:pointer;
}

.RadMenu_Triptih .link:hover
{
	color: #fff;
	background:#FF7200;
}



.RadMenu_Triptih .focused,
.RadMenu_Triptih .expanded
{
	color: #fff;
	background:#FF7200;
}

.RadMenu_Triptih .text
{
	padding-left: 10px;	
	padding-right:10px;
	font-size: 15px;
	font-family: Georgia, Arial, Verdana;
	font-style:italic;
	text-align:left;
	cursor:pointer;	
}

.RadMenu_Triptih .group .
{
	border-right: 0px;
	border-bottom: 0px;
	margin-left:15px;
}

.RadMenu_Triptih .group .link
{
	line-height: 30px;
	background: #fff;
	border-bottom:dotted 1px #d7d7d7;
	text-align: left;
	cursor:hand;
}

.RadMenu_Triptih .group .link:hover,
.RadMenu_Triptih .group .focused,
.RadMenu_Triptih .group .expanded
{
	background: #FF7200;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	color:#fff;
}

.RadMenu_Triptih .leftArrow,
.RadMenu_Triptih .rightArrow,
.RadMenu_Triptih .topArrow,
.RadMenu_Triptih .bottomArrow,
.RadMenu_Triptih .leftArrowDisabled,
.RadMenu_Triptih .rightArrowDisabled,
.RadMenu_Triptih .topArrowDisabled,
.RadMenu_Triptih .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Triptih .topArrow,
.RadMenu_Triptih .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Triptih .bottomArrow,
.RadMenu_Triptih .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Triptih .rightArrow,
.RadMenu_Triptih .leftArrow
{
	height:100%;
}

.RadMenu_Triptih .rightArrow,
.RadMenu_Triptih .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Triptih .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Triptih .expandLeft,
.RadMenu_Triptih .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Triptih_rtl .expandLeft,
.RadMenu_Triptih_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Triptih .link:hover .expandLeft,
.RadMenu_Triptih .link:hover .expandRight,
.RadMenu_Triptih .focused .expandLeft,
.RadMenu_Triptih .focused .expandRight,
.RadMenu_Triptih .expanded .expandLeft,
.RadMenu_Triptih .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Triptih_rtl .link:hover .expandLeft,
.RadMenu_Triptih_rtl .link:hover .expandRight,
.RadMenu_Triptih_rtl .focused .expandLeft,
.RadMenu_Triptih_rtl .focused .expandRight,
.RadMenu_Triptih_rtl .expanded .expandLeft,
.RadMenu_Triptih_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}