/* RAD menu */

.RadMenu_Menu 
{
  margin:0px;
}

.RadMenu_Menu .vertical
{
  margin:0px;  
}

.RadMenu_Menu_Context
{
	background: none;
	border:none;
}

.RadMenu_Menu .item .text
{
  margin:0px;
}

.RadMenu_Menu .item
{
  margin:0px;
}

.RadMenu_Menu .seperator
{
  padding:0px;
  margin:0px;
}

.RadMenu_Menu .seperator .text
{
  display:none;
}

.RadMenu_Menu .item img.leftImage
{
  _margin-left:-3px;
  _margin-right:-3px;
}

.RadMenu_Menu .seperator img.leftImage
{
  margin:0px;
}


.RadMenu_Menu .link
{
  margin:0px;  
}

.RadMenu_Menu .link:hover,
.RadMenu_Menu .focused,
.RadMenu_Menu .expanded
{
	cursor:hand;
	cursor:pointer;
}

.RadMenu_Menu .text
{
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, helvetica, sans_serif;
}

.RadMenu_Menu .group
{
  border-right:solid 1px #404040;
  border-left:solid 1px #404040;
  border-bottom:solid 1px #404040;
}


.RadMenu_Menu .group .text
{
  text-align:left;
  font-weight:bold;
  padding:0px 12px 0px 6px;
  line-height: 24px;
}

.RadMenu_Menu .group .link
{
  min-width:180px;
  width:180px;
  border-top:solid 1px #404040;
  color: #404040;
	background: #FFFFFF;
	text-decoration:none;
	filter: alpha(opacity=90);
	opacity: .90;	
}

.RadMenu_Menu .leftArrow,
.RadMenu_Menu .rightArrow,
.RadMenu_Menu .topArrow,
.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .leftArrowDisabled,
.RadMenu_Menu .rightArrowDisabled,
.RadMenu_Menu .topArrowDisabled,
.RadMenu_Menu .bottomArrowDisabled
{
	background: #ededed url('images/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Menu .topArrow,
.RadMenu_Menu .topArrowDisabled
{
	background-image:url('images/top.gif');
	width:100%;
}

.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .bottomArrowDisabled
{
	background-image:url('images/bottom.gif');
	width:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .leftArrow
{
	height:100%;
	margin-right:4px;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .rightArrowDisabled
{
	background-image: url('images/right.gif');
}

.RadMenu_Menu .expandLeft,
.RadMenu_Menu .expandRight
{
	background: transparent url(images/groupImage2.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Menu_rtl .expandLeft,
.RadMenu_Menu_rtl .expandRight
{
	background: url(images/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Menu .link:hover .expandLeft,
.RadMenu_Menu .link:hover .expandRight,
.RadMenu_Menu .focused .expandLeft,
.RadMenu_Menu .focused .expandRight,
.RadMenu_Menu .expanded .expandLeft,
.RadMenu_Menu .expanded .expandRight
{
	background:transparent url(images/invertedGroupImage2.gif) right center no-repeat;
}

.RadMenu_Menu_rtl .link:hover .expandLeft,
.RadMenu_Menu_rtl .link:hover .expandRight,
.RadMenu_Menu_rtl .focused .expandLeft,
.RadMenu_Menu_rtl .focused .expandRight,
.RadMenu_Menu_rtl .expanded .expandLeft,
.RadMenu_Menu_rtl .expanded .expandRight
{
	background:transparent url(images/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Menu .group .link:hover,
.RadMenu_Menu .group .focused,
.RadMenu_Menu .group .expanded
{
	color: #FFFFFF;
	background: #dbdbdb;
	cursor: hand;
	filter: alpha(opacity=100);
	opacity: 1;	
}
