/* RadMenu Default skin */

.RadMenu_BottomMenu 
{
}

.RadMenu_BottomMenu .rmRootGroup .showpath .rmText,
.RadMenu_BottomMenu .rmGroup .showpath .rmText
{
    color: #AA0000; 
}

.RadMenu_BottomMenu .rmLink,
.RadMenu_BottomMenu .rmLink:visited
{
	text-decoration:none;
	color: #84715A;
	line-height: 15px;
	background: #ffffff;
	font-weight: normal;
	cursor: hand;
	cursor: pointer;
}

.RadMenu_BottomMenu .rmLink:hover,
.RadMenu_BottomMenu .rmLink:active,
.RadMenu_BottomMenu .rmFocused,
.RadMenu_BottomMenu .rmExpanded
{
	color: #AA0000;
	background: #ffffff;
	text-decoration:none;
	font-weight: normal;
	cursor: hand;
	cursor: pointer;
}

.RadMenu_BottomMenu .rmRootGroup
{
	left: -5px;
}

.RadMenu_BottomMenu .rmRootGroup .rmText
{
	padding-top: 3px;
}

.RadMenu_BottomMenu .rmText
{
	font-size: 9px;
	padding: 0px 4px;
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.27em;
}

.RadMenu_BottomMenu .rmGroup
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_BottomMenu .rmGroup .rmLink
{
	background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	min-width: 120px;
	text-align: left;
}

* html .RadMenu_BottomMenu .rmGroup .rmLink
{
    width: 120px;
}

.RadMenu_BottomMenu_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_BottomMenu .rmGroup .rmText
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}


.RadMenu_BottomMenu_rtl .rmGroup .rmText
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_BottomMenu .rmGroup .rmLink:hover,
.RadMenu_BottomMenu .rmGroup .rmFocused,
.RadMenu_BottomMenu .rmGroup .rmExpanded
{
	background-color: #ffffff;
	font-weight: normal;
}

.RadMenu_BottomMenu .rmLeftArrow,
.RadMenu_BottomMenu .rmRightArrow,
.RadMenu_BottomMenu .rmTopArrow,
.RadMenu_BottomMenu .rmBottomArrow,
.RadMenu_BottomMenu .rmLeftArrowDisabled,
.RadMenu_BottomMenu .rmRightArrowDisabled,
.RadMenu_BottomMenu .rmTopArrowDisabled,
.RadMenu_BottomMenu .rmBottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_BottomMenu .rmTopArrow,
.RadMenu_BottomMenu .rmTopArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_BottomMenu .rmBottomArrow,
.RadMenu_BottomMenu .rmBottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_BottomMenu .rmRightArrow,
.RadMenu_BottomMenu .rmLeftArrow
{
	height:100%;
}

.RadMenu_BottomMenu .rmRightArrow,
.RadMenu_BottomMenu .rmRightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_BottomMenu .rmVertical .rmSeparator .rmText
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_BottomMenu .rmExpandLeft,
.RadMenu_BottomMenu .rmExpandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_BottomMenu_rtl .rmExpandLeft,
.RadMenu_BottomMenu_rtl .rmExpandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_BottomMenu .rmLink:hover .rmExpandLeft,
.RadMenu_BottomMenu .rmLink:hover .rmExpandRight,
.RadMenu_BottomMenu .rmFocused .rmExpandLeft,
.RadMenu_BottomMenu .rmFocused .rmExpandRight,
.RadMenu_BottomMenu .rmExpanded .rmExpandLeft,
.RadMenu_BottomMenu .rmExpanded .rmExpandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_BottomMenu_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_BottomMenu_rtl .rmLink:hover .rmExpandRight,
.RadMenu_BottomMenu_rtl .rmFocused .rmExpandLeft,
.RadMenu_BottomMenu_rtl .rmFocused .rmExpandRight,
.RadMenu_BottomMenu_rtl .rmExpanded .rmExpandLeft,
.RadMenu_BottomMenu_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}