/* RadMenu Plain skin */

.RadMenu_KAT
{
	background: #edd3bc;	
	border-right: solid 1px #e5e5e5;	
	border-left: solid 1px #bbbbbb;
	height: 20px;	
}

.RadMenu_KAT_Context
{
	background: none;
	border:0;
}

.RadMenu_KAT .link
{
	line-height: 20px;

	text-decoration:none;
	color: #000000;
	background: #edd3bc;
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;	
	font-weight:bold
}

.RadMenu_KAT .link:hover
{
text-decoration:none;
background:#ad1912;
color: #ffffff;
}
.RadMenu_KAT .focused,
.RadMenu_KAT .expanded
{
	color: #000;
}

.RadMenu_KAT .text
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_KAT_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_KAT .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;		
}

.RadMenu_KAT .group .link
{
	background: #6c96a4;
	color: #ffffff;	
	text-align: left;
	line-height: 22px;
}

.RadMenu_KAT_rtl .group .link
{
	text-align: right;
}

.RadMenu_KAT .group .link:hover
{
	background: #1b5266;
	color: #ffffff;
}
.RadMenu_KAT .group .focused,
.RadMenu_KAT .group .expanded
{
	background: #1b5266;
	border-bottom-color: #d7d7d7;
	font-weight: bold;
}

.RadMenu_KAT .leftArrow,
.RadMenu_KAT .rightArrow,
.RadMenu_KAT .topArrow,
.RadMenu_KAT .bottomArrow,
.RadMenu_KAT .leftArrowDisabled,
.RadMenu_KAT .rightArrowDisabled,
.RadMenu_KAT .topArrowDisabled,
.RadMenu_KAT .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_KAT .topArrow,
.RadMenu_KAT .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_KAT .bottomArrow,
.RadMenu_KAT .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_KAT .rightArrow,
.RadMenu_KAT .leftArrow
{
	height:100%;
}

.RadMenu_KAT .rightArrow,
.RadMenu_KAT .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_KAT .vertical .separator .text
{
	padding-top: 1px;
	background: #ffffff;
	font-size: 1px;
}

.RadMenu_KAT .expandLeft,
.RadMenu_KAT .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_KAT_rtl .expandLeft,
.RadMenu_KAT_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_KAT .link:hover .expandLeft,
.RadMenu_KAT .link:hover .expandRight,
.RadMenu_KAT .focused .expandLeft,
.RadMenu_KAT .focused .expandRight,
.RadMenu_KAT .expanded .expandLeft,
.RadMenu_KAT .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_KAT_rtl .link:hover .expandLeft,
.RadMenu_KAT_rtl .link:hover .expandRight,
.RadMenu_KAT_rtl .focused .expandLeft,
.RadMenu_KAT_rtl .focused .expandRight,
.RadMenu_KAT_rtl .expanded .expandLeft,
.RadMenu_KAT_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}