﻿/* RadMenu Plain skin */

.RadMenu_VDV-VH 
{
	z-index:1;
}

.RadMenu_VDV-VH_Context
{
	background: none;
}

.RadMenu_VDV-VH .rmLink,
.RadMenu_VDV-VH .rmTemplate .rmText
{
	font-weight: bold;
	line-height: 30px;
	text-decoration:none;
	color: #610601;
	background: url(Menu/MenuItemBackground.gif) repeat-x;
	height: 30px;
	
}

.RadMenu_VDV-VH .rmTemplate .rmText:hover,
.RadMenu_VDV-VH .rmLink:hover,
.RadMenu_VDV-VH .rmFocused,
.RadMenu_VDV-VH .rmExpanded
{
	
	color: #FFFFFF;
	background: url(Menu/menuItemHover.gif) repeat-x;
}

.RadMenu_VDV-VH .rmText
{
	
	margin-left: 10px;
	font-size: 11px;
	font-family: Arial, Verdana;
	width:150px;
}

.RadMenu_VDV-VH_rtl .rmText
{
	padding-right: 10px;	
	padding-left: 36px;
	border: none 0px;
}

.RadMenu_VDV-VH .rmGroup
{
	border: none 0px #bbbbbb;
}

.RadMenu_VDV-VH .rmGroup .rmLink,
.RadMenu_VDV-VH .rmGroup .rmTemplate .rmText
{
	text-transform: none;
	width:140px;
	background: none;
	border-top: none 0px #fff;
	border-bottom: none 0px #d7d7d7;
	text-align: left;
	/*filter:alpha(opacity=70);
	opacity:0.7;*/
	background: url(Menu/MainItemBackground.gif) repeat-x;
}

.RadMenu_VDV-VH_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_VDV-VH_rtl .rmGroup .rmLink
{
	text-transform: none;
	text-align: right;
	border: none 0px;
}

.RadMenu_VDV-VH .rmGroup .rmTemplate .rmText:hover,
.RadMenu_VDV-VH .rmGroup .rmFocused,
.RadMenu_VDV-VH .rmGroup .rmExpanded
{
	text-transform: none;
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: bold;
	background: url(Menu/menuItemHover.gif) repeat-x;
	border: none 0px;
}

.RadMenu_VDV-VH .rmGroup .rmLink:hover,
{
	text-transform: none;
	width:140px;
	border: none 0px;
	border-bottom-color: #d7d7d7;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	/*filter:alpha(opacity=100);
	opacity:1.0;*/
	background: url(Menu/MainItemBackground.gif) repeat-x;
}

.RadMenu_VDV-VH .rmLeftArrow,
.RadMenu_VDV-VH .rmRightArrow,
.RadMenu_VDV-VH .rmTopArrow,
.RadMenu_VDV-VH .rmBottomArrow,
.RadMenu_VDV-VH .rmLeftArrowDisabled,
.RadMenu_VDV-VH .rmRightArrowDisabled,
.RadMenu_VDV-VH .rmTopArrowDisabled,
.RadMenu_VDV-VH .rmBottomArrowDisabled
{
	background: #ededed url(Menu/left.gif) center center no-repeat;
	width:15px;
	border: none 0px;
}

.RadMenu_VDV-VH .rmTopArrow,
.RadMenu_VDV-VH .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
	border: none 0px;
}

.RadMenu_VDV-VH .rmBottomArrow,
.RadMenu_VDV-VH .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
	border: none 0px;
}

.RadMenu_VDV-VH .rmRightArrow,
.RadMenu_VDV-VH .rmLeftArrow
{
	height:100%;
	border: none 0px;
}

.RadMenu_VDV-VH .rmRightArrow,
.RadMenu_VDV-VH .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
	border: none 0px;
}

.RadMenu_VDV-VH .rmVertical .rmSeparator
{
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border: none 0px;
}

.RadMenu_VDV-VH .rmExpandLeft,
.RadMenu_VDV-VH .rmExpandRight
{
	/*background: transparent url(Menu/groupImage.gif) right center no-repeat;*/
	margin-right: 4px;
	border: none 0px;
}

.RadMenu_VDV-VH_rtl .rmExpandLeft,
.RadMenu_VDV-VH_rtl .rmExpandRight
{
	/*background: url(Menu/groupImageRTL.gif) left center no-repeat;*/
}

.RadMenu_VDV-VH .rmLink:hover .rmExpandLeft,
.RadMenu_VDV-VH .rmLink:hover .rmExpandRight,
.RadMenu_VDV-VH .rmFocused .rmExpandLeft,
.RadMenu_VDV-VH .rmFocused .rmExpandRight,
.RadMenu_VDV-VH .rmExpanded .rmExpandLeft,
.RadMenu_VDV-VH .rmExpanded .rmExpandRight
{
	/*background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;*/
	border: none 0px;
}

.RadMenu_VDV-VH_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_VDV-VH_rtl .rmLink:hover .rmExpandRight,
.RadMenu_VDV-VH_rtl .rmFocused .rmExpandLeft,
.RadMenu_VDV-VH_rtl .rmFocused .rmExpandRight,
.RadMenu_VDV-VH_rtl .rmExpanded .rmExpandLeft,
.RadMenu_VDV-VH_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
	border: none 0px;
}
