/* Telerik RadMenu Default skin */

.RadMenu_VAT 
{
	background-color:#efefef;
	border-style:solid;
	border-width:1px;
	border-color:#cfcfcf;
}

.RadMenu_VAT .rmLink
{
	text-decoration:none;
	color: #666;
	line-height: 22px;
	background: #fefefe url(Menu/MainItemBackground.gif) repeat-x;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.RadMenu_VAT .rmLink:hover,
.RadMenu_VAT .rmFocused,
.RadMenu_VAT .rmExpanded
{
	color: black;
}

.RadMenu_VAT .rmText
{
	font-size: 11px;
	padding: 0px 24px;
	font-family: Arial, Verdana;
}

.RadMenu_VAT .rmGroup
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_VAT .rmGroup .rmLink
{
	background: #f7f7f7 url(Menu/MenuItemBackground.gif) repeat-y right;
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	min-width: 120px;
	text-align: left;
}

* html .RadMenu_VAT .rmGroup .rmLink
{
    width: 120px;
}

.RadMenu_VAT_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_VAT .rmGroup .rmText
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}


.RadMenu_VAT_rtl .rmGroup .rmText
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_VAT .rmGroup .rmLink:hover,
.RadMenu_VAT .rmGroup .rmFocused,
.RadMenu_VAT .rmGroup .rmExpanded
{
	background: #b1b1b1 url(Menu/menuItemHover.gif) repeat-x;
	font-weight: normal;
}

.RadMenu_VAT .rmLeftArrow,
.RadMenu_VAT .rmRightArrow,
.RadMenu_VAT .rmTopArrow,
.RadMenu_VAT .rmBottomArrow,
.RadMenu_VAT .rmLeftArrowDisabled,
.RadMenu_VAT .rmRightArrowDisabled,
.RadMenu_VAT .rmTopArrowDisabled,
.RadMenu_VAT .rmBottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url(Menu/left.gif) center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_VAT .rmTopArrow,
.RadMenu_VAT .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_VAT .rmBottomArrow,
.RadMenu_VAT .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_VAT .rmRightArrow,
.RadMenu_VAT .rmLeftArrow
{
	height:100%;
}

.RadMenu_VAT .rmRightArrow,
.RadMenu_VAT .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_VAT .rmVertical .rmSeparator .rmText
{
	padding-top: 3px;
	background: #f7f7f7 url(Menu/Separator.gif) no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_VAT .rmExpandLeft,
.RadMenu_VAT .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_VAT_rtl .rmExpandLeft,
.RadMenu_VAT_rtl .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_VAT .rmLink:hover .rmExpandLeft,
.RadMenu_VAT .rmLink:hover .rmExpandRight,
.RadMenu_VAT .rmFocused .rmExpandLeft,
.RadMenu_VAT .rmFocused .rmExpandRight,
.RadMenu_VAT .rmExpanded .rmExpandLeft,
.RadMenu_VAT .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_VAT_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_VAT_rtl .rmLink:hover .rmExpandRight,
.RadMenu_VAT_rtl .rmFocused .rmExpandLeft,
.RadMenu_VAT_rtl .rmFocused .rmExpandRight,
.RadMenu_VAT_rtl .rmExpanded .rmExpandLeft,
.RadMenu_VAT_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_VAT .rmDisabled,
.RadMenu_VAT .rmDisabled:hover
{
	color: #ccc;
}

.RadMenu_VAT .rmLeftImage
{
	margin: 2px;
}