/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web20 
{
	background: url('/images/menu.gif');
	border-left: solid 2px #DD7630;
	height:78px;
	width:900px;
	margin:7px auto 0px auto;
		font-weight:bold;
}

.RadMenu_Web20_Context
{
	background: url('/images/menu.gif');
	border:0;
}

.RadMenu_Web20 .link
{
	float: left;
	text-decoration: none;
	color: white;
	border-right: solid 2px #DD7630;
	background: transparent;
	font-weight:bold;
}

.RadMenu_Web20 .link:hover,
.RadMenu_Web20 .focused,
.RadMenu_Web20 .expanded
{
	color: #000066;
	background: #FF7630;
}

.RadMenu_Web20 .rootGroup .text
{
	
	padding-left: 21px;
	padding-top:20px;
	margin-top:5px;
	margin-right: 4px;
	line-height: 28px;
	padding-right: 21px;
	height:55px;

}

.RadMenu_Web20 .slide
{
	margin-top:-1px;
}

.RadMenu_Web20 .group
{
	border: none;
	background: #ff7630;
	vertical-align:middle;
}

.RadMenu_Web20 .group .link
{
	background: #ff7630;
	
		border: solid 1px #FF7630;
	
	color: #FFFFFF;
		font-weight:bold;
}

.RadMenu_Web20 .group .text
{
	font-weight: normal !important;
	background: none;
	margin: 0px;
	padding:10px 20px 10px 20px;
		font-weight:bold;
		text-align:left;
		height:auto;
	
}

.RadMenu_Web20 .group .link:hover,
.RadMenu_Web20 .group .focused,
.RadMenu_Web20 .group .expanded
{
	background: #AA7630;
	border: solid 1px #d8dde0;
	
}

.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;
	color: #ccc;
	background: none;
}