/* RadMenu Default skin */

.RadMenu_Vendo
{
    /*border-bottom: 0px solid #808080;*/
    top: 0px;
    left: 0px;
    /*width: 762px;*/
}

.RadMenu_Vendo .rmLink
{
	text-decoration:none;
	color: #666;
	width:0px;
	/*line-height: 42px;*/
	/*background: #fefefe url(Menu/MainItemBackground.gif) repeat-x;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;*/
}

.RadMenu_Vendo .rmLink:hover,
.RadMenu_Vendo .rmFocused,
.RadMenu_Vendo .rmExpanded
{
	color: black;
}

.RadMenu_Vendo .rmText
{
    font-size: 11px;
    padding: 4px 0px 4px 0px;
    font-family: Arial, Verdana;
    font-weight: bold;
    letter-spacing: 1px;
}

.RadMenu_Vendo .rmGroup
{
	background: white;
	border: solid 1px #e4e4e4;
	width:140px;
}

.RadMenu_Vendo .rmGroup .rmLink
{
	background: #f7f7f7 url(Menu/MenuItemBackground.gif) repeat-y right;
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	min-width: 140px;
	text-align: left;
}

* html .RadMenu_Vendo .rmGroup .rmLink
{
    width: 140px;
}

.RadMenu_Vendo_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Vendo .rmGroup .rmText
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}


.RadMenu_Vendo_rtl .rmGroup .rmText
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_Vendo .rmGroup .rmLink:hover, .RadMenu_Vendo .rmGroup .rmFocused, .RadMenu_Vendo .rmGroup .rmExpanded
{
    background: #66FF33 url(Menu/menuItemHover.gif) repeat-x;
    border: 1px solid #99CC00;
    font-weight: normal;
    
}

.RadMenu_Vendo .rmLeftArrow,
.RadMenu_Vendo .rmRightArrow,
.RadMenu_Vendo .rmTopArrow,
.RadMenu_Vendo .rmBottomArrow,
.RadMenu_Vendo .rmLeftArrowDisabled,
.RadMenu_Vendo .rmRightArrowDisabled,
.RadMenu_Vendo .rmTopArrowDisabled,
.RadMenu_Vendo .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_Vendo .rmTopArrow,
.RadMenu_Vendo .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_Vendo .rmBottomArrow,
.RadMenu_Vendo .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_Vendo .rmRightArrow,
.RadMenu_Vendo .rmLeftArrow
{
	height:100%;
}

.RadMenu_Vendo .rmRightArrow,
.RadMenu_Vendo .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_Vendo .rmVertical .rmSeparator .rmText
{
	/*padding: 0px;
	width:0px;
	background: #f7f7f7 url(Menu/Separator.gif) no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;*/
}

.RadMenu_Vendo .rmExpandLeft,
.RadMenu_Vendo .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_Vendo_rtl .rmExpandLeft,
.RadMenu_Vendo_rtl .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Vendo .rmLink:hover .rmExpandLeft,
.RadMenu_Vendo .rmLink:hover .rmExpandRight,
.RadMenu_Vendo .rmFocused .rmExpandLeft,
.RadMenu_Vendo .rmFocused .rmExpandRight,
.RadMenu_Vendo .rmExpanded .rmExpandLeft,
.RadMenu_Vendo .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Vendo_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_Vendo_rtl .rmLink:hover .rmExpandRight,
.RadMenu_Vendo_rtl .rmFocused .rmExpandLeft,
.RadMenu_Vendo_rtl .rmFocused .rmExpandRight,
.RadMenu_Vendo_rtl .rmExpanded .rmExpandLeft,
.RadMenu_Vendo_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Vendo .rmDisabled,
.RadMenu_Vendo .rmDisabled:hover
{
	color: #ccc;
}

.RadMenu_Vendo .rmLeftImage
{
	margin: 0px;
}