﻿/* CUSTOM r.a.d.menu skin - WalkStyles text menus */

.RadMenu_WSTextMenus .rmGroup
{
	background: #f0f0f0;
	border-top: 1px solid #7d7e80;
	border-left: 1px solid #7d7e80;
	border-right: 1px solid #7d7e80;
}

.RadMenu_WSTextMenus .rmGroup .rmText
{
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
	line-height: 20px;
	cursor:hand;
	font-weight: normal;
}

.RadMenu_WSTextMenus .rmGroup .rmLink
{
	text-decoration: none;
	border-bottom: 1px solid #7d7e80;
	color: #555555;
}


.RadMenu_WSTextMenus .rmGroup .rmLink:hover,
.RadMenu_WSTextMenus .rmGroup .rmFocused,
.RadMenu_WSTextMenus .rmGroup .rmExpanded
{
	background: #dcdde5;
	font-weight: normal;
	text-decoration:none;
	color: #761c2b;
}


.RadMenu_WSTextMenus .rmGroup .rmDisabled,
.RadMenu_WSTextMenus .rmGroup .rmDisabled:hover
{
	color: Gray;
	background: #eeeeee;
	font-weight: normal;
	text-decoration:none;
	cursor: default; 
}



.RadMenu_WSTextMenus .rmLeftArrow,
.RadMenu_WSTextMenus .rmRightArrow,
.RadMenu_WSTextMenus .rmTopArrow,
.RadMenu_WSTextMenus .rmBottomArrow,
.RadMenu_WSTextMenus .rmLeftArrowDisabled,
.RadMenu_WSTextMenus .rmRightArrowDisabled,
.RadMenu_WSTextMenus .rmTopArrowDisabled,
.RadMenu_WSTextMenus .rmBottomArrowDisabled
{
	border-left: 1px solid #c2e3bf;
	border-right: 1px solid #c2e3bf;
	background:#e6eee4 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_WSTextMenus .rmTopArrow,
.RadMenu_WSTextMenus .rmTopArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WSTextMenus .rmBottomArrow,
.RadMenu_WSTextMenus .rmBottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WSTextMenus .rmRightArrow,
.RadMenu_WSTextMenus .rmLeftArrow
{
	height:100%;
}

.RadMenu_WSTextMenus .rmRightArrow,
.RadMenu_WSTextMenus .rmRightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_WSTextMenus .rmVertical .rmSeparator .rmText
{
	background: #dbe5d8;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #c2e3bf;
	border-right: solid 1px #c2e3bf;
}

.RadMenu_WSTextMenus .rmExpandLeft,
.RadMenu_WSTextMenus .rmExpandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 0px;
}

.RadMenu_WSTextMenus .rmLink:hover .rmExpandLeft,
.RadMenu_WSTextMenus .rmLink:hover .rmExpandRight,
.RadMenu_WSTextMenus .rmFocused .rmExpandLeft,
.RadMenu_WSTextMenus .rmFocused .rmExpandRight,
.RadMenu_WSTextMenus .rmExpanded .rmExpandLeft,
.RadMenu_WSTextMenus .rmExpanded .rmExpandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

