/* r.a.d.menu Web 2.0 skin */
.RadMenu_Web20 
{
}

.RadMenu_Web20_Context
{
	/*background: url('img/MenuItemBackground.gif');*/
	border:0;
}

.RadMenu_Web20 .link
{
	text-decoration: none;
	color:#1a1c96;
	border-left: solid 1px #5d6c8a;
	padding:3px 12px 3px 12px;
	
	
}

.RadMenu_Web20 .link:hover,
.RadMenu_Web20 .focused,
.RadMenu_Web20 .expanded
{
	color: #ffffff;
	//background: transparent url('img/MainItemBackgroundHover.gif') no-repeat center;*/
	text-decoration:none;
	background:#5d6c8a;
}

/*.RadMenu_Web20 .rootGroup .text
{
	
	padding-left: 12px;
	margin-right: 4px;
	font: 12px Arial, Verdana, Sans-serif;
	padding-right: 8px;
	color:#1a1c96;
	
}*/
/*.RadMenu_Web20 .rootGroup :hover
{
color:#FFFFFF;
margin-bottom:0px;
}*/

.RadMenu_Web20 .group
{
	/*border: solid 1px #6788be;*/
	color:#fff;
}

/* compensate the missing top-border on group items in the horizontal skin */
.RadMenu_Web20 .vertical .group
{
	border: solid 1px #6788be;
}

.RadMenu_Web20 .group .last
{
	
}

.RadMenu_Web20 .group .link
{
	background: #5d6c8a;
	border: 0px;
	border-bottom: solid 1px #cccccc;
	color: #aedbe8;
	padding-left:10px;
}

/*.RadMenu_Web20 .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 10px;
	font-size: 12px;
	color: #aedbe8;
	margin-right:0px;
	margin:0px;
	padding:0px;
}*/

/*.RadMenu_Web20 .group .link :hover{
	
	color:#ff850d;
	font-weight:bold;
}*/
.RadMenu_Web20 .group .link:hover,
.RadMenu_Web20 .group .focused,
.RadMenu_Web20 .group .expanded
{
	color:#ff850d;
	border: 0px;
	border-bottom: solid 1px #cccccc;
}

.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;
}
.menuHeaderRight {	
	/*background-image:url(img/toprhcorner.gif);
	background-position:right top;
	background-repeat: no-repeat;*/
	background-color:#5d6c8a;
	
}
.menuFooterLeft {	
	background-image:url(img/bottomleftcorner.gif) ;
	padding:3px;
	margin:0px 6px 0px 0px;
}
.menuFooterRight {
	background-image:url(img/bottomrightcorner.gif);
	float:right;
	padding:3px;
	background-repeat: no-repeat;
	background-position:top right;
	margin:0px;

}
