/* r.a.d.menu Web 2.0 skin */
/* modified AE */
#mainnav .radmenu
{
    margin:5px 0 0 170px;       
}

.radmenu .horizontal
{

    height:19px; 
}


.RadMenu_Web20 .horizontal
{
	background: #B7B7B7 url('img/topmenu_bg.png') repeat-x top left; 
}


.RadMenu_Web20 .horizontal .item
{
    background:Transparent url('img/topmenu_left.png') no-repeat top left;  
}

.RadMenu_Web20 .horizontal .link
{
	float: left;
	text-decoration: none;
	color: #333;

	background: Transparent url('img/topmenu_right.png') no-repeat top right;
}

.RadMenu_Web20 .horizontal .link:hover,
.RadMenu_Web20 .horizontal .focused,
.RadMenu_Web20 .horizontal .expanded,
.RadMenu_Web20 .horizontal a:hover
{
	color:#FFF;
	background: #414141 url('img/topmenu_hover_bg.png') repeat-x top left;
}

.RadMenu_Web20 .rootGroup .text
{
	padding:0 12px;
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 19px;
	
}

.RadMenu_Web20 .rootGroup .text
{
    background-image:none;
}

.RadMenu_Web20 .horizontal .expandBottom,  
.RadMenu_Web20 .horizontal .expandTop  
{  
  background: transparent url('img/arrow_down.png') no-repeat right 8px;  
  margin-right:10px;
} 

.RadMenu_Web20 .slide
{
	margin-top:-1px;
	margin-left:-1px;
}

.RadMenu_Web20 .group
{
	border: solid 1px #D9D9D9;
	background: white;
}

.RadMenu_Web20 .group .link
{
	background: white;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: #333;
}

.RadMenu_Web20 .group .last .link
{
    border:none;    
}

.RadMenu_Web20 .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding:0 20px;
	font-size: 11px;
}

.RadMenu_Web20 .group .link:hover,
.RadMenu_Web20 .group .focused,
.RadMenu_Web20 .group .expanded
{
	background: #666;
	border: 0px;
	border-bottom: solid 1px #d8dde0;
}

.RadMenu_Web20 .group .last .link:hover,
.RadMenu_Web20 .group .last .focused,
.RadMenu_Web20 .group .last .expanded
{
    border:none;
} 


.RadMenu_Web20 .slide .level2,
.RadMenu_Web20 .slide .level3 
/*to switch off third, fourth level slide-out on topmenu */
{
    display:none !important;    
}

.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;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.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 .expandLeft,
.RadMenu_Web20 .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;
}

.RadMenu_Web20 .group .expandLeft,
.RadMenu_Web20 .group .expandRight,
.RadMenu_Web20 .group .focused .expandLeft,
.RadMenu_Web20 .group .focused .expandRight,
.RadMenu_Web20 .group .expanded .expandLeft,
.RadMenu_Web20 .group .expanded .expandRight
{
	background: transparent url(img/groupImage.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;
}
