/* RadMenu Default skin */

.RadMenu_VDS 
{
	height:26px;
	background: #CCD6E0;
	z-index: 1000;
}

.RadMenu_Telerik .rmGroup .rmItem
{
	width:170px !important;
}

.rmContextMenu
{
	z-index:3000;
}

.RadMenu_VDS .rmLink
{
	text-decoration:none;
	font-weight:bold;
	color: #003366;
	line-height: 26px;
	/*background: #fefefe url(Menu/MainItemBackground.gif) repeat-x;*/
	/*border-left: 1px solid #dbdbdb;*/
	border-right: 1px solid #ffffff;
	/*margin-right: 3px;*/
}

.RadMenu_VDS .rmLink:hover,
.RadMenu_VDS .rmFocused,
.RadMenu_VDS .rmExpanded,
.RadMenu_VDS .rmSelected
{
	/*color: black;*/
	color: #ffffff !important;
	background: transparent url('Menu/navigateprimaryselectedbg.gif');
	background-position:left top;
	background-repeat:repeat-x;
	text-decoration:none;
	
}

.RadMenu_VDS .rmText
{
	/*font-size: 11px;*/
	padding: 0px 14px 0px 14px;
	font-family: Arial, Verdana;
}

.RadMenu_VDS .rmGroup
{
	background:#fffbd9;
	/*background: white;*/
	border: solid 1px #e4e4e4;
}

.RadMenu_VDS .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;
	color: #333;
}

* html .RadMenu_VDS .rmGroup .rmLink
{
    width: 120px;
}

.RadMenu_VDS_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_VDS .rmGroup .rmText
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
	font-weight: normal;
}

.RadMenu_VDS_rtl .rmGroup .rmText
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_VDS .rmGroup .rmLink:hover,
.RadMenu_VDS .rmGroup .rmFocused,
.RadMenu_VDS .rmGroup .rmExpanded
{
	/*background: #c8f415 url(Menu/menuItemHover.gif) repeat-x;*/
	background: #2586D7;
	font-weight: normal;
}

.RadMenu_VDS .rmLeftArrow,
.RadMenu_VDS .rmRightArrow,
.RadMenu_VDS .rmTopArrow,
.RadMenu_VDS .rmBottomArrow,
.RadMenu_VDS .rmLeftArrowDisabled,
.RadMenu_VDS .rmRightArrowDisabled,
.RadMenu_VDS .rmTopArrowDisabled,
.RadMenu_VDS .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_VDS .rmTopArrow,
.RadMenu_VDS .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_VDS .rmBottomArrow,
.RadMenu_VDS .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_VDS .rmRightArrow,
.RadMenu_VDS .rmLeftArrow
{
	height:100%;
}

.RadMenu_VDS .rmRightArrow,
.RadMenu_VDS .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_VDS .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_VDS .rmExpandLeft,
.RadMenu_VDS .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_VDS_rtl .rmExpandLeft,
.RadMenu_VDS_rtl .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_VDS .rmLink:hover .rmExpandLeft,
.RadMenu_VDS .rmLink:hover .rmExpandRight,
.RadMenu_VDS .rmFocused .rmExpandLeft,
.RadMenu_VDS .rmFocused .rmExpandRight,
.RadMenu_VDS .rmExpanded .rmExpandLeft,
.RadMenu_VDS .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_VDS_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_VDS_rtl .rmLink:hover .rmExpandRight,
.RadMenu_VDS_rtl .rmFocused .rmExpandLeft,
.RadMenu_VDS_rtl .rmFocused .rmExpandRight,
.RadMenu_VDS_rtl .rmExpanded .rmExpandLeft,
.RadMenu_VDS_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}





.RadMenu_VDS .rmExpandDown,
.RadMenu_VDS .rmExpandUp
{
	background:transparent url(Menu/bottom.gif) right center no-repeat;
}

.RadMenu_VDS_rtl .rmExpandDown,
.RadMenu_VDS_rtl .rmExpandUp
{
	background:transparent url(Menu/bottom.gif) left center no-repeat;
}

.rmVertical .rmGroup .rmItem
{
	color:Orange;
}