/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web20 
{	
	border-left: solid 1px #617fb5;
	color: #666666;
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;	
	text-decoration:none;
}

.RadMenu_Web20_Context
{	
	border:0;
	color: #666666;
	background-color:#FFFFFF;
	text-decoration:none;
}

.RadMenu_Web20 .link
{
	float: left;
	text-decoration: none;
	background: transparent;
	cursor: hand;
	cursor: pointer;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	padding: 2px 0px 0px 5px;	
	text-decoration:none;
}

.RadMenu_Web20 .link:hover,
.RadMenu_Web20 .focused,
.RadMenu_Web20 .expanded
{
	color: #000066;	
	text-decoration:none;
}

.RadMenu_Web20 .rootGroup .text
{	
	padding-left: 8px;
	margin-right: 4px;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	padding: 2px 2px 5px 2px;
	text-decoration:none;
	
}


.RadMenu_Web20 .rootGroup .text
{
    background-image:none;    
    text-decoration:none;
}

.RadMenu_Web20 .horizontal .expandBottom,  
.RadMenu_Web20 .horizontal .expandTop  
{  
  
} 

.RadMenu_Web20 .vertical .expandLeft,
.RadMenu_Web20 .vertical .expandRight  
{  
    
} 


.RadMenu_Web20 .slide
{
	margin-top:-1px;
}

.RadMenu_Web20 .group
{	
	background-color: 668DB6;
	text-decoration:none;
}

.RadMenu_Web20 .group .link
{
	background: white;
	border: 0px;	
	color: #FFFFFF;
	background-color: 668DB6;
	text-decoration:none;
}

.RadMenu_Web20 .group .text
{

	background-repeat: no-repeat;
	background-position: top right;
	cursor: hand;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	color: D6D6D6;
	height: 24px;	
	padding: 3px 6px 3px 3px;	
	text-decoration:none;
	width: 170px;
}

.RadMenu_Web20 .group .link:hover,
.RadMenu_Web20 .group .focused,
.RadMenu_Web20 .group .expanded
{
	background-color: 668DB6;
	border: 0px;	
	text-decoration:none;
	min-width: 120px;
	width: 120px;
}

.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-color: 668DB6;
}

.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-color: 668DB6;
}

/* mozilla only - disabled state */
.RadMenu_Web20 .link.disabled, .RadMenu_Web20 .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}