/* r.a.d.menu WatsonMainBottom skin */

.RadMenu_WatsonMainBottom  
{
	background: #172256;
}

.RadMenu_WatsonMainBottom_Context
{
	background: none;
	border:0;
}

.RadMenu_WatsonMainBottom  .rmLink
{
	line-height: 20px;
	text-decoration:none;
	color: #FFFFFF;
}

.RadMenu_WatsonMainBottom  .rmLink:hover,
.RadMenu_WatsonMainBottom  .rmFocused,
.RadMenu_WatsonMainBottom  .rmExpanded
{
	color: #c3beff;
	cursor:pointer;
}

.RadMenu_WatsonMainBottom  .rmSelected
{
	color: #c1c6ff;
	cursor:auto;
}

.RadMenu_WatsonMainBottom  .rmText
{
	text-align:center;
	padding-left:25px;
	padding-right:10px;
	font-size: 10px;
	font-family: Arial, Verdana;
}

.RadMenu_WatsonMainBottom  .rmGroup
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_WatsonMainBottom  .rmGroup .rmLink
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.RadMenu_WatsonMainBottom  .rmGroup .rmLink:hover,
.RadMenu_WatsonMainBottom  .rmGroup .rmFocused,
.RadMenu_WatsonMainBottom  .rmGroup .rmExpanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_WatsonMainBottom  .rmLeftArrow,
.RadMenu_WatsonMainBottom  .rmRightArrow,
.RadMenu_WatsonMainBottom  .rmTopArrow,
.RadMenu_WatsonMainBottom  .rmBottomArrow,
.RadMenu_WatsonMainBottom  .rmLeftArrowDisabled,
.RadMenu_WatsonMainBottom  .rmRightArrowDisabled,
.RadMenu_WatsonMainBottom  .rmTopArrowDisabled,
.RadMenu_WatsonMainBottom  .rmBottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_WatsonMainBottom  .rmTopArrow,
.RadMenu_WatsonMainBottom  .rmTopArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WatsonMainBottom  .rmBottomArrow,
.RadMenu_WatsonMainBottom  .rmBottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WatsonMainBottom  .rmRightArrow,
.RadMenu_WatsonMainBottom  .rmLeftArrow
{
	height:100%;
}

.RadMenu_WatsonMainBottom  .rmRightArrow,
.RadMenu_WatsonMainBottom  .rmRightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WatsonMainBottom  .rmVertical .rmSeparator .rmText
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_WatsonMainBottom  .rmExpandLeft,
.RadMenu_WatsonMainBottom  .rmExpandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_WatsonMainBottom_rtl .rmExpandLeft,
.RadMenu_WatsonMainBottom_rtl .rmExpandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_WatsonMainBottom  .rmLink:hover .rmExpandLeft,
.RadMenu_WatsonMainBottom  .rmLink:hover .rmExpandRight,
.RadMenu_WatsonMainBottom  .rmFocused .rmExpandLeft,
.RadMenu_WatsonMainBottom  .rmFocused .rmExpandRight,
.RadMenu_WatsonMainBottom  .rmExpanded .rmExpandLeft,
.RadMenu_WatsonMainBottom  .rmExpanded .rmExpandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_WatsonMainBottom_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_WatsonMainBottom_rtl .rmLink:hover .rmExpandRight,
.RadMenu_WatsonMainBottom_rtl .rmFocused .rmExpandLeft,
.RadMenu_WatsonMainBottom_rtl .rmFocused .rmExpandRight,
.RadMenu_WatsonMainBottom_rtl .rmExpanded .rmExpandLeft,
.RadMenu_WatsonMainBottom_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
