.RadMenu_KustomMenu
{	
 font-family: Tahoma;
 font-weight: bold;
 padding-top: 1px;
	
}

.RadMenu_KustomMenu .group 
{
 background-color: #F3F3F3;
}
.RadMenu_KustomMenu .group .text
{
	cursor:pointer;
	padding-left: 3px;
	font-size: 10px;
}

.RadMenu_KustomMenu .horizontal
{
	border-left:0;
}

.RadMenu_KustomMenu .vertical
{
	border-top:0;
}

.RadMenu_KustomMenu .link:hover
{
	color:#A60402;
	cursor:pointer;
	text-decoration: none;
}

.RadMenu_KustomMenu .link,
.RadMenu_KustomMenu .disabled,
.RadMenu_KustomMenu .disabled:hover
{
	color: black;
	padding:3px 3px;
	text-decoration:none;
	cursor:pointer;
}

.RadMenu_KustomMenu .text
{
	cursor:pointer;
	padding-right: 10px;
	padding-left: 6px;
}

.RadMenu_KustomMenu .horizontal .link
{
	border-top:0;
}

.RadMenu_KustomMenu .vertical .link
{
	border-left:0;
	border: 1px ridge #B2B0B1;
}




.RadMenu_KustomMenu .link:hover .expandLeft,
.RadMenu_KustomMenu .link:hover .expandRight
{
	background-image:url(Img/arrowWhite.gif);
}


.RadMenu_KustomMenu .expandLeft,
.RadMenu_KustomMenu .expandRight,
.RadMenu_KustomMenu .disabled:hover .expandLeft,
.RadMenu_KustomMenu .disabled:hover .expandRight
{
	background:transparent url('Img/arrow.gif') right center no-repeat;
}

.RadMenu_KustomMenu_rtl .expandLeft,
.RadMenu_KustomMenu_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_KustomMenu_rtl .group .link:hover .expandLeft,
.RadMenu_KustomMenu_rtl .group .link:hover .expandRight
{
	background: blue;
	margin: 0px;
	
}

.RadMenu_KustomMenu .leftArrow,
.RadMenu_KustomMenu .rightArrow,
.RadMenu_KustomMenu .topArrow,
.RadMenu_KustomMenu .bottomArrow,
.RadMenu_KustomMenu .leftArrowDisabled,
.RadMenu_KustomMenu .rightArrowDisabled,
.RadMenu_KustomMenu .topArrowDisabled,
.RadMenu_KustomMenu .bottomArrowDisabled
{
	background: #666655 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_KustomMenu .topArrow,
.RadMenu_KustomMenu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_KustomMenu .bottomArrow,
.RadMenu_KustomMenu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_KustomMenu .rightArrow,
.RadMenu_KustomMenu .leftArrow
{
	height:100%;
}

.RadMenu_KustomMenu .rightArrow,
.RadMenu_KustomMenu .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

