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