/* r.a.d.menu Web 2.0 skin */

.RadMenu_AMI 
{
	margin: 0px;
	padding: 0px;
	float: left;
	background: url("images/line_2.gif") no-repeat scroll 100%;
}

.RadMenu_AMI .link
{
	
	text-decoration: none;
	color: #616161;
	
}

.RadMenu_AMI .link:hover,
.RadMenu_AMI .focused,
.RadMenu_AMI .expanded
{
	color: #000066;
	background: transparent url('img/MainItemBackgroundHover.gif') no-repeat center;
}

.RadMenu_AMI .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 5px;
	margin-right: 4px;
	font: 12px Arial, Verdana, Sans-serif;
	line-height: 45px;
	padding-right: 5px;
	/*background: url("line_2.gif") no-repeat;*/
}

.RadMenu_AMI .rootGroup .text
{
    background-image:none;
}

.RadMenu_AMI .horizontal .expandBottom,  
.RadMenu_AMI .horizontal .expandTop  
{  
  /*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  */
} 

.RadMenu_AMI .vertical .expandLeft,
.RadMenu_AMI .vertical .expandRight  
{  
  background: transparent url('img/invertedGroupImage.gif') no-repeat right center;  
} 


.RadMenu_AMI .slide
{
	margin-top:-1px;
}

.RadMenu_AMI .group
{
	border: solid 1px #6788be;
	background: white;
}

.RadMenu_AMI .group .link
{
	background: white;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: #333;
}

.RadMenu_AMI .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;
	line-height: 28px;
}

.RadMenu_AMI .group .link:hover,
.RadMenu_AMI .group .focused,
.RadMenu_AMI .group .expanded
{
	background: #e7f1ff;
	border: 0px;
	border-bottom: solid 1px #d8dde0;
}

.RadMenu_AMI .leftArrow,
.RadMenu_AMI .rightArrow,
.RadMenu_AMI .topArrow,
.RadMenu_AMI .bottomArrow,
.RadMenu_AMI .leftArrowDisabled,
.RadMenu_AMI .rightArrowDisabled,
.RadMenu_AMI .topArrowDisabled,
.RadMenu_AMI .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_AMI .topArrow,
.RadMenu_AMI .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_AMI .bottomArrow,
.RadMenu_AMI .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_AMI .rightArrow,
.RadMenu_AMI .leftArrow
{
	height: 100%;
}

.RadMenu_AMI .rightArrow,
.RadMenu_AMI .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_AMI .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_AMI .expandLeft,
.RadMenu_AMI .expandRight,
.RadMenu_AMI .focused .expandLeft,
.RadMenu_AMI .focused .expandRight,
.RadMenu_AMI .expanded .expandLeft,
.RadMenu_AMI .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_AMI .group .expandLeft,
.RadMenu_AMI .group .expandRight,
.RadMenu_AMI .group .focused .expandLeft,
.RadMenu_AMI .group .focused .expandRight,
.RadMenu_AMI .group .expanded .expandLeft,
.RadMenu_AMI .group .expanded .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_AMI .link.disabled,
.RadMenu_AMI .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_AMI_rtl,
.RadMenu_AMI_rtl *
{
    text-align:right;
}

.RadMenu_AMI_rtl .rootGroup .text
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_AMI_rtl .group .text
{
	margin-left: 0 !important;
	padding-left: 60px;
	padding-right: 8px;
}

.RadMenu_AMI_rtl .horizontal .expandBottom,  
.RadMenu_AMI_rtl .horizontal .expandTop  
{  
  background-position:left center;  
} 

.RadMenu_AMI_rtl .vertical .expandLeft,
.RadMenu_AMI_rtl .vertical .expandRight  
{  
  background: transparent url('img/invertedGroupImageRTL.gif') no-repeat left center;
}

.RadMenu_AMI_rtl .group .expandLeft,
.RadMenu_AMI_rtl .group .expandRight  
{  
  background: transparent url('img/groupImageRTL.gif') no-repeat 5px center;  
}

.RadMenu_AMI_rtl .vertical .link:hover .expandLeft,
.RadMenu_AMI_rtl .vertical .link:hover .expandRight,
.RadMenu_AMI_rtl .vertical .focused .expandLeft,
.RadMenu_AMI_rtl .vertical .focused .expandRight,
.RadMenu_AMI_rtl .vertical .expanded .expandLeft,
.RadMenu_AMI_rtl .vertical .expanded .expandRight
{
	background: transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_AMI_rtl .group .link:hover .expandLeft,
.RadMenu_AMI_rtl .group .link:hover .expandRight,
.RadMenu_AMI_rtl .group .focused .expandLeft,
.RadMenu_AMI_rtl .group .focused .expandRight,
.RadMenu_AMI_rtl .group .expanded .expandLeft,
.RadMenu_AMI_rtl .group .expanded .expandRight
{
	background: transparent url(img/groupImageRTL.gif) 5px center no-repeat;
}