/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web20 
{
	background: url('img/bg_menu_left.png') repeat-y;
	/*border-left: solid 1px #617fb5;*/
	margin:0 0 0 15px;
	text-align:left;
	width:120px;
	height:auto;
	color:White;
	cursor:pointer;
}

.RadMenu_Web20_Context
{
	background: url('img/bg_menu_left.png');
	border:0;
	padding:0 0 0 0px;
	text-decoration:none;
	color: white;
}

.RadMenu_Web20 .link
{
	float: left;
	text-decoration: none;
	color: white;
	background: transparent;
	text-decoration:none;
	line-height:35px;
}

.RadMenu_Web20 .link:hover,
.RadMenu_Web20 .focused,
.RadMenu_Web20 .expanded
{
	color:#FFFF00;
/*	background: transparent url(img/sub_menu_left_active.png) repeat-x center;*/
	cursor:pointer;
}
.RadMenu_Web20 .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 15px;
	font: 12px Arial, Verdana, Sans-serif;
	line-height: 35px;
	width:120px;
	padding-right: 15px;
	margin-right:3px;
	text-decoration:none;
}

.RadMenu_Web20 .horizontal .expandBottom,  
.RadMenu_Web20 .horizontal .expandTop  
{  
  background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  
} 

.RadMenu_Web20 .vertical .expandLeft,
.RadMenu_Web20 .vertical .expandRight  
{  
	 background: transparent url('img/arrow_menu_left.png') no-repeat right center; 
} 


.RadMenu_Web20 .slide
{
	margin-top:0px;
	
}

.RadMenu_Web20 .group
{
	border:1px #333344;
	background: #333333;
	
}

.RadMenu_Web20 .group .link
{
	background: url(img/bg_sub_menu_left_normal.png) repeat-x;
	border: 0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:23px;
}

.RadMenu_Web20 .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;
	line-height:23px;
}
.RadMenu_Web20 .group .focused
{
	color:#BC6A21;
	background: url(img/sub_menu_left_active.png) repeat-x;
}
.RadMenu_Web20 .group .link:hover,
.RadMenu_Web20 .group .expanded
{
	background: url(img/sub_menu_left_active.png) repeat-x;
	border: 1px;
	color:#FFFFFF;
}

.RadMenu_Web20 .leftArrow,
.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .leftArrowDisabled,
.RadMenu_Web20 .rightArrowDisabled,
.RadMenu_Web20 .topArrowDisabled,
.RadMenu_Web20 .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .leftArrow
{
	height: 100%;
}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Web20 .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_Web20 .expandLeft,
.RadMenu_Web20 .expandRight
{
	/*background: transparent url(img/groupImage.gif) right center no-repeat !important;*/
}

.RadMenu_Web20 .link:hover .expandLeft,
.RadMenu_Web20 .link:hover .expandRight,
.RadMenu_Web20 .focused .expandLeft,
.RadMenu_Web20 .focused .expandRight,
.RadMenu_Web20 .expanded .expandLeft,
.RadMenu_Web20 .expanded .expandRight
{
	/*background: transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
}

/* mozilla only - disabled state */
.RadMenu_Web20 .link.disabled, .RadMenu_Web20 .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}