/* r.a.d.menu Web 2.0 skin */

.RadMenu_toco 
{
	/*background: url('img/MenuItemBackground.gif');*/
	
	cursor:hand;
	cursor:pointer;
	border-bottom: solid 1px #615f60;
	border-right: solid 1px #615f60;
}

.RadMenu_toco_Context
{
	/*background: url('img/MenuItemBackground.gif');*/
	border:0;
	cursor:hand;
	cursor:pointer;
}


.RadMenu_toco .link 
{
	text-decoration: none;
	color: #615f60;
	border-left: solid 1px #615f60;
	background: transparent;
	cursor:hand;
	cursor:pointer;
	text-align:center;
	
}
.RadMenu_toco .active
{
	float: left;
	text-decoration: none;
	color: #615f60;
	background: transparent;
	cursor:hand;
	cursor:pointer;
	background-color:#f9cd4a;
}



.RadMenu_toco .link:hover,
.RadMenu_toco .focused,
.RadMenu_toco .expanded
{
	color: #a8a8a;
	/*background: transparent url('img/MenuItemBackground.gif') no-repeat center;*/
	cursor:hand;
	cursor:pointer;
	background-color:#f9cd4a;
}



.RadMenu_toco .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/

	font: 11px  Verdana, Sans-serif;
	line-height: 22px;
	color:#615f60;
	cursor:hand;
	cursor:pointer;
}


.RadMenu_toco .last
{
	/*width:116px;
	margin-right:0px;
	padding-left:0px;*/
}

.RadMenu_toco .horizontal .expandBottom,  
.RadMenu_toco .horizontal .expandTop  
{  
  background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  
} 

.RadMenu_toco .vertical .expandLeft,
.RadMenu_toco .vertical .expandRight  
{  
  background: transparent url('img/groupImage.gif') no-repeat right center;  
} 


.RadMenu_toco .slide
{

}

.RadMenu_toco .group
{
	border: solid 1px #cccccc;
	background: white;
	cursor:hand;
	cursor:pointer;
}

.RadMenu_toco .group .link
{
	/*background: grey;*/
	border: 0px;
	border-bottom: solid 1px #cccccc;
	color: #81A414;
	cursor:hand;
	cursor:pointer;
}

.RadMenu_toco .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;
	cursor:hand;
	cursor:pointer;
}

.RadMenu_toco .group .link:hover,
.RadMenu_toco .group .focused,
.RadMenu_toco .group .expanded
{
	border: 0px;
	border-bottom: solid 1px #d8dde0;
}

.RadMenu_toco .leftArrow,
.RadMenu_toco .rightArrow,
.RadMenu_toco .topArrow,
.RadMenu_toco .bottomArrow,
.RadMenu_toco .leftArrowDisabled,
.RadMenu_toco .rightArrowDisabled,
.RadMenu_toco .topArrowDisabled,
.RadMenu_toco .bottomArrowDisabled
{
	/*background: #e7f1ff url('img/left.gif') center center no-repeat;*/
	width: 15px;
}

.RadMenu_toco .topArrow,
.RadMenu_toco .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_toco .bottomArrow,
.RadMenu_toco .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_toco .rightArrow,
.RadMenu_toco .leftArrow
{
	height: 100%;
}

.RadMenu_toco .rightArrow,
.RadMenu_toco .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_toco .vertical .separator .text
{
	/*padding-top: 2px;*/
	/*background: #6788be;*/
	font-size: 1px;
}

.RadMenu_toco .expandLeft,
.RadMenu_toco .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat !important;
}

.RadMenu_toco .link:hover .expandLeft,
.RadMenu_toco .link:hover .expandRight,
.RadMenu_toco .focused .expandLeft,
.RadMenu_toco .focused .expandRight,
.RadMenu_toco .expanded .expandLeft,
.RadMenu_toco .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_toco .link .disabled, .RadMenu_toco .link .disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #81A414;
	background: none;
}
