/* r.a.d.menu WatsonMainBottom skin */

.RadMenu_WatsonMainBottom  
{
	background: #172256;
}

.RadMenu_WatsonMainBottom _Context
{
	background: none;
	border:0;
}

.RadMenu_WatsonMainBottom  .link
{
	line-height: 20px;
	text-decoration:none;
	color: #FFFFFF;
}

.RadMenu_WatsonMainBottom  .link:hover,
.RadMenu_WatsonMainBottom  .focused,
.RadMenu_WatsonMainBottom  .expanded
{
	color: #c3beff;
	cursor:pointer;
}

.RadMenu_WatsonMainBottom  .selected
{
	color: #c1c6ff;
	cursor:auto;
}

.RadMenu_WatsonMainBottom  .text
{
	text-align:center;
	padding-left:25px;
	padding-right:10px;
	font-size: 10px;
	font-family: Arial, Verdana;
}

.RadMenu_WatsonMainBottom  .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_WatsonMainBottom  .group .link
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.RadMenu_WatsonMainBottom  .group .link:hover,
.RadMenu_WatsonMainBottom  .group .focused,
.RadMenu_WatsonMainBottom  .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_WatsonMainBottom  .leftArrow,
.RadMenu_WatsonMainBottom  .rightArrow,
.RadMenu_WatsonMainBottom  .topArrow,
.RadMenu_WatsonMainBottom  .bottomArrow,
.RadMenu_WatsonMainBottom  .leftArrowDisabled,
.RadMenu_WatsonMainBottom  .rightArrowDisabled,
.RadMenu_WatsonMainBottom  .topArrowDisabled,
.RadMenu_WatsonMainBottom  .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_WatsonMainBottom  .topArrow,
.RadMenu_WatsonMainBottom  .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WatsonMainBottom  .bottomArrow,
.RadMenu_WatsonMainBottom  .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WatsonMainBottom  .rightArrow,
.RadMenu_WatsonMainBottom  .leftArrow
{
	height:100%;
}

.RadMenu_WatsonMainBottom  .rightArrow,
.RadMenu_WatsonMainBottom  .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WatsonMainBottom  .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_WatsonMainBottom  .expandLeft,
.RadMenu_WatsonMainBottom  .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_WatsonMainBottom _rtl .expandLeft,
.RadMenu_WatsonMainBottom _rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_WatsonMainBottom  .link:hover .expandLeft,
.RadMenu_WatsonMainBottom  .link:hover .expandRight,
.RadMenu_WatsonMainBottom  .focused .expandLeft,
.RadMenu_WatsonMainBottom  .focused .expandRight,
.RadMenu_WatsonMainBottom  .expanded .expandLeft,
.RadMenu_WatsonMainBottom  .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_WatsonMainBottom _rtl .link:hover .expandLeft,
.RadMenu_WatsonMainBottom _rtl .link:hover .expandRight,
.RadMenu_WatsonMainBottom _rtl .focused .expandLeft,
.RadMenu_WatsonMainBottom _rtl .focused .expandRight,
.RadMenu_WatsonMainBottom _rtl .expanded .expandLeft,
.RadMenu_WatsonMainBottom _rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
