/* r.a.d.menu Web 2.0 skin */



.RadMenu_Web20 

{
	background-color: #240D35;
	width:900px;
}



.RadMenu_Web20_Context

{
	background-color: #240D35;
	border:0;
}



.RadMenu_Web20 .link

{
	float: left;
	text-decoration: none;
	color: white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	background-color: #240D35;
}



.RadMenu_Web20 .link:hover,

.RadMenu_Web20 .focused

{
	color: #D59A29;
	background-color: #240D35;
}

.RadMenu_Web20 .expanded

{
	color: #ABD266;
	background-color: #240D35;
}



.RadMenu_Web20 .rootGroup .text

{
  background-color: transparent;  
	padding-left: 8px;
	margin-right: 4px;
	font: Century Gothic, Verdana, Sans-serif;
	font-size: 10pt;
	line-height: 28px;
	padding-right: 5px;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Web20 .horizontal .expandBottom,  
.RadMenu_Web20 .horizontal .expandTop  
{  
  background-color:#240D35;  
} 

.RadMenu_Web20 .vertical .expandLeft,
.RadMenu_Web20 .vertical .expandRight  
{  
  background-color:#240D35;  
} 

.RadMenu_Web20 .slide
{
	margin-top:-1px;
}

.RadMenu_Web20 .group
{
	border: solid 1px #6788be;
	background-color: #240D35;
}

.RadMenu_Web20 .group .link
{
	background-color: #D49701;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: #240D35;
}

.RadMenu_Web20 .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;
}

.RadMenu_Web20 .group .link:hover,
.RadMenu_Web20 .group .focused,
.RadMenu_Web20 .group .expanded
{
	border: 0px;
	border-bottom: solid 1px #d8dde0;
	background-color: #240D35;
	color: #D49701;
}

.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-color: #240D35;  
	width: 15px;
}

.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .topArrowDisabled
{
  background-color: #240D35;  
	width: 100%;
}

.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .bottomArrowDisabled
{
  background-color: #240D35;  
	width: 100%;
}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .leftArrow
{
	height: 100%;
}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .rightArrowDisabled
{
  background-color: #240D35;  
}

.RadMenu_Web20 .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_Web20 .expandLeft,
.RadMenu_Web20 .expandRight
{
  background-color: #240D35;  
}


.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: #240D35;  
}



/* mozilla only - disabled state */
.RadMenu_Web20 .link.disabled, .RadMenu_Web20 .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}