/* r.a.d.menu Web 2.0 skin */

.RadMenu_ViTALMenuFooter 
{
	/* background: url('img/MenuItemBackground.gif');
	background-color:#404040;
*/
	position:absolute;
	left:220px;
	border-left: solid 1px #c3c3c3;
}

.RadMenu_ViTALMenuFooter_Context
{
	/* background: url('img/MenuItemBackground.gif');*/
	border:0;
}

.RadMenu_ViTALMenuFooter .link
{
    float:left;
	text-decoration: none;
    color:White;

	/*
	border-left: solid 1px #c3c3c3;*/
	border-right: solid 1px #c3c3c3;
	background: transparent;

}

.RadMenu_ViTALMenuFooter .link:hover,
.RadMenu_ViTALMenuFooter .focused,
.RadMenu_ViTALMenuFooter .expanded
{
		/*background: #95b6e0 url('Img/MainItemBackgroundHover.gif') repeat-x;
	background-color:#c83377;*/
		color:#FFFFFF;
		text-decoration:underline;
}

.RadMenu_ViTALMenuFooter .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 4px;
	margin-right: 4px;
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 18px;
	padding-right: 4px;

	
}


.RadMenu_ViTALMenuFooter .rootGroup .text
{
    background-image:none;
}

.RadMenu_ViTALMenuFooter .horizontal .expandBottom,  
.RadMenu_ViTALMenuFooter .horizontal .expandTop  
{  
  background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  
} 

.RadMenu_ViTALMenuFooter .vertical .expandLeft,
.RadMenu_ViTALMenuFooter .vertical .expandRight  
{  
 /* background: transparent url('img/groupImage.gif') no-repeat right center;  */
} 


.RadMenu_ViTALMenuFooter .slide
{
	margin-top:-1px;
}

.RadMenu_ViTALMenuFooter .group
{
	border: solid 1px #c3c3c3;
	background: #aaaaaa;
}

.RadMenu_ViTALMenuFooter .group .link
{
    background:#e5e5e5;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
    color:#3c3c3c;

}

.RadMenu_ViTALMenuFooter .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;

}

.RadMenu_ViTALMenuFooter .group .link:hover,
.RadMenu_ViTALMenuFooter .group .focused,
.RadMenu_ViTALMenuFooter .group .expanded
{
	background: #404040;
	border: 0px;
	border-bottom: solid 1px #d8dde0;
	color:White;

}

.RadMenu_ViTALMenuFooter .leftArrow,
.RadMenu_ViTALMenuFooter .rightArrow,
.RadMenu_ViTALMenuFooter .topArrow,
.RadMenu_ViTALMenuFooter .bottomArrow,
.RadMenu_ViTALMenuFooter .leftArrowDisabled,
.RadMenu_ViTALMenuFooter .rightArrowDisabled,
.RadMenu_ViTALMenuFooter .topArrowDisabled,
.RadMenu_ViTALMenuFooter .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_ViTALMenuFooter .topArrow,
.RadMenu_ViTALMenuFooter .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_ViTALMenuFooter .bottomArrow,
.RadMenu_ViTALMenuFooter .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_ViTALMenuFooter .rightArrow,
.RadMenu_ViTALMenuFooter .leftArrow
{
	height: 100%;
}

.RadMenu_ViTALMenuFooter .rightArrow,
.RadMenu_ViTALMenuFooter .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_ViTALMenuFooter .vertical .separator .text
{
	padding-top: 2px;
	/* background: #6788be; */
	background: #FFFFFF;
	font-size: 1px;
}

.RadMenu_ViTALMenuFooter .expandLeft,
.RadMenu_ViTALMenuFooter .expandRight
{
	background: transparent url(img/groupImage1.gif) right center no-repeat !important;
}

.RadMenu_ViTALMenuFooter .link:hover .expandLeft,
.RadMenu_ViTALMenuFooter .link:hover .expandRight,
.RadMenu_ViTALMenuFooter .focused .expandLeft,
.RadMenu_ViTALMenuFooter .focused .expandRight,
.RadMenu_ViTALMenuFooter .expanded .expandLeft,
.RadMenu_ViTALMenuFooter .expanded .expandRight
{
	background: transparent url(img/groupImage2.gif) right center no-repeat !important;
}

/* mozilla only - disabled state */
.RadMenu_ViTALMenuFooter .link.disabled, .RadMenu_ViTALMenuFooter .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}