/* r.a.d.menu Web 2.0 skin */

.RadMenu_TateForState 
{  
	/* background: url('img/tab.png'); */
	/* border-left: solid 1px #617fb5; */
 /* padding-left: 17px; */
 
 }
 
 .rmSelected
{
    background-position: left 50% !important;
    color: #0272C4 !important;
    background: url(img/menu_hover2.png) no-repeat left 50% !important;
    font-size: larger !important;
    font-weight: bold !important;
}



.RadMenu_TateForState_Context
{
	/* background: url('img/tab.png'); */
	border:0;
}

.RadMenu_TateForState .link
{
	/* float: left; */
	text-decoration: none;
	color: #4F4F4F;
	/* border-left: solid 1px #c2cfe3; */
	/* border-right: solid 1px #617fb5; */
	background: transparent;
	
}

.RadMenu_TateForState .link:hover, .RadMenu_TateForState .focused, .RadMenu_TateForState .expanded
{
    background-position: left 50%;
    color: #0272C4;
    cursor: pointer;
    background: url(img/menu_hover2.png) no-repeat left 50%;
}

.RadMenu_TateForState .rootGroup .text
{
    /*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/ /* padding-left: 8px; */ /* margin-right: 4px; */
    line-height: 18px;
    padding-left: 35px;
    padding-right: 12px; /* width: 564px; */
    text-align: center !important;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}



.RadMenu_TateForState .horizontal .expandBottom,  
.RadMenu_TateForState .horizontal .expandTop  
{  
  /* background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  */ 
} 

.RadMenu_TateForState .vertical .expandLeft,
.RadMenu_TateForState .vertical .expandRight  
{  
  background: transparent url('img/invertedGroupImage.gif') no-repeat right center;  
} 


.RadMenu_TateForState .slide
{
	margin-top:-1px;
}

.RadMenu_TateForState .group
{
	border: solid 1px silver;
	background: black;
}

.RadMenu_TateForState .group .link
{
	background: white;
	border: 0px;
	border-bottom: solid 1px silver;
	color: black;
}

.RadMenu_TateForState .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 30px;
	padding-left: 5px;
	font-size: 11px;
	text-align: left !important;
	color: black;
}

.RadMenu_TateForState .group .link:hover, .RadMenu_TateForState .group .focused, .RadMenu_TateForState .group .expanded
{
    background: #ec6464;
    border: 0px;
    border-bottom: solid 1px silver;
    cursor: pointer;
}

.RadMenu_TateForState .leftArrow,
.RadMenu_TateForState .rightArrow,
.RadMenu_TateForState .topArrow,
.RadMenu_TateForState .bottomArrow,
.RadMenu_TateForState .leftArrowDisabled,
.RadMenu_TateForState .rightArrowDisabled,
.RadMenu_TateForState .topArrowDisabled,
.RadMenu_TateForState .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_TateForState .topArrow,
.RadMenu_TateForState .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_TateForState .bottomArrow,
.RadMenu_TateForState .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_TateForState .rightArrow,
.RadMenu_TateForState .leftArrow
{
	height: 100%;
}

.RadMenu_TateForState .rightArrow,
.RadMenu_TateForState .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_TateForState .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
	}

.RadMenu_TateForState .expandLeft,
.RadMenu_TateForState .expandRight,
.RadMenu_TateForState .focused .expandLeft,
.RadMenu_TateForState .focused .expandRight,
.RadMenu_TateForState .expanded .expandLeft,
.RadMenu_TateForState .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_TateForState .group .expandLeft,
.RadMenu_TateForState .group .expandRight,
.RadMenu_TateForState .group .focused .expandLeft,
.RadMenu_TateForState .group .focused .expandRight,
.RadMenu_TateForState .group .expanded .expandLeft,
.RadMenu_TateForState .group .expanded .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_TateForState .link.disabled,
.RadMenu_TateForState .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_TateForState_rtl,
.RadMenu_TateForState_rtl *
{
    text-align:right;
}

.RadMenu_TateForState_rtl .rootGroup .text
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_TateForState_rtl .group .text
{
	margin-left: 0 !important;
	padding-left: 60px;
	padding-right: 8px;
}

.RadMenu_TateForState_rtl .horizontal .expandBottom,  
.RadMenu_TateForState_rtl .horizontal .expandTop  
{  
  background-position:left center;  
} 

.RadMenu_TateForState_rtl .vertical .expandLeft,
.RadMenu_TateForState_rtl .vertical .expandRight  
{  
  background: transparent url('img/invertedGroupImageRTL.gif') no-repeat left center;
}

.RadMenu_TateForState_rtl .group .expandLeft,
.RadMenu_TateForState_rtl .group .expandRight  
{  
  background: transparent url('img/groupImageRTL.gif') no-repeat 5px center;  
}

.RadMenu_TateForState_rtl .vertical .link:hover .expandLeft,
.RadMenu_TateForState_rtl .vertical .link:hover .expandRight,
.RadMenu_TateForState_rtl .vertical .focused .expandLeft,
.RadMenu_TateForState_rtl .vertical .focused .expandRight,
.RadMenu_TateForState_rtl .vertical .expanded .expandLeft,
.RadMenu_TateForState_rtl .vertical .expanded .expandRight
{
	background: transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_TateForState_rtl .group .link:hover .expandLeft,
.RadMenu_TateForState_rtl .group .link:hover .expandRight,
.RadMenu_TateForState_rtl .group .focused .expandLeft,
.RadMenu_TateForState_rtl .group .focused .expandRight,
.RadMenu_TateForState_rtl .group .expanded .expandLeft,
.RadMenu_TateForState_rtl .group .expanded .expandRight
{
	background: transparent url(img/groupImageRTL.gif) 5px center no-repeat;
}

