/* r.a.d.menu Web 2.0 skin */

.RadMenu_villageEyes 
{
	background: url('img/menuBar_BG.jpg');
	/*
	border-left: solid 1px #617fb5;
	*/
}

.RadMenu_villageEyes_Context
{
	background: url('img/menuBar_BG.jpg');
	border:0;
}

.RadMenu_villageEyes .link
{
	float: left;
	text-decoration: none;
	color: white;
	/*
	border-left: solid 1px #c2cfe3;
	border-right: solid 1px #617fb5;
	*/
	background: transparent;
}

.RadMenu_villageEyes .link:hover,
.RadMenu_villageEyes .focused,
.RadMenu_villageEyes .expanded
{
	color: #ffffff;
	background: transparent url(img/menuBar_BG_hover.jpg) repeat-x center;
}

.RadMenu_villageEyes .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 15px;
	margin-right: 4px;
	font: 10pt Calibri, Arial, Sans-serif;
	line-height: 35px;
	padding-right: 10px;
}

.RadMenu_villageEyes .rootGroup .text
{
    background-image:none;
}

.RadMenu_villageEyes .horizontal .expandBottom,  
.RadMenu_villageEyes .horizontal .expandTop  
{  
  background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  
} 

.RadMenu_villageEyes .vertical .expandLeft,
.RadMenu_villageEyes .vertical .expandRight  
{  
  background: transparent url('img/invertedGroupImage.gif') no-repeat right center;  
} 


.RadMenu_villageEyes .slide
{
	margin-top:-1px;
}

.RadMenu_villageEyes .group
{

	border: solid 1px #757575;
	background: #ffffff;
	text-align:left;

}

.RadMenu_villageEyes .group .link
{
	background: #ffffff;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: #696c6f;
}

.RadMenu_villageEyes .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 10pt;
}

.RadMenu_villageEyes .group .link:hover,
.RadMenu_villageEyes .group .focused,
.RadMenu_villageEyes .group .expanded
{
	background: #e2dce3;
	border: 0px;
	border-bottom: solid 1px #c4bdc5;
	color:#353638;
}

.RadMenu_villageEyes .leftArrow,
.RadMenu_villageEyes .rightArrow,
.RadMenu_villageEyes .topArrow,
.RadMenu_villageEyes .bottomArrow,
.RadMenu_villageEyes .leftArrowDisabled,
.RadMenu_villageEyes .rightArrowDisabled,
.RadMenu_villageEyes .topArrowDisabled,
.RadMenu_villageEyes .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_villageEyes .topArrow,
.RadMenu_villageEyes .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_villageEyes .bottomArrow,
.RadMenu_villageEyes .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_villageEyes .rightArrow,
.RadMenu_villageEyes .leftArrow
{
	height: 100%;
}

.RadMenu_villageEyes .rightArrow,
.RadMenu_villageEyes .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_villageEyes .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_villageEyes .expandLeft,
.RadMenu_villageEyes .expandRight,
.RadMenu_villageEyes .focused .expandLeft,
.RadMenu_villageEyes .focused .expandRight,
.RadMenu_villageEyes .expanded .expandLeft,
.RadMenu_villageEyes .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_villageEyes .group .expandLeft,
.RadMenu_villageEyes .group .expandRight,
.RadMenu_villageEyes .group .focused .expandLeft,
.RadMenu_villageEyes .group .focused .expandRight,
.RadMenu_villageEyes .group .expanded .expandLeft,
.RadMenu_villageEyes .group .expanded .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_villageEyes .link.disabled,
.RadMenu_villageEyes .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_villageEyes_rtl,
.RadMenu_villageEyes_rtl *
{
    text-align:right;
}

.RadMenu_villageEyes_rtl .rootGroup .text
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_villageEyes_rtl .group .text
{
	margin-left: 0 !important;
	padding-left: 60px;
	padding-right: 8px;
}

.RadMenu_villageEyes_rtl .horizontal .expandBottom,  
.RadMenu_villageEyes_rtl .horizontal .expandTop  
{  
  background-position:left center;  
} 

.RadMenu_villageEyes_rtl .vertical .expandLeft,
.RadMenu_villageEyes_rtl .vertical .expandRight  
{  
  background: transparent url('img/invertedGroupImageRTL.gif') no-repeat left center;
}

.RadMenu_villageEyes_rtl .group .expandLeft,
.RadMenu_villageEyes_rtl .group .expandRight  
{  
  background: transparent url('img/groupImageRTL.gif') no-repeat 5px center;  
}

.RadMenu_villageEyes_rtl .vertical .link:hover .expandLeft,
.RadMenu_villageEyes_rtl .vertical .link:hover .expandRight,
.RadMenu_villageEyes_rtl .vertical .focused .expandLeft,
.RadMenu_villageEyes_rtl .vertical .focused .expandRight,
.RadMenu_villageEyes_rtl .vertical .expanded .expandLeft,
.RadMenu_villageEyes_rtl .vertical .expanded .expandRight
{
	background: transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_villageEyes_rtl .group .link:hover .expandLeft,
.RadMenu_villageEyes_rtl .group .link:hover .expandRight,
.RadMenu_villageEyes_rtl .group .focused .expandLeft,
.RadMenu_villageEyes_rtl .group .focused .expandRight,
.RadMenu_villageEyes_rtl .group .expanded .expandLeft,
.RadMenu_villageEyes_rtl .group .expanded .expandRight
{
	background: transparent url(img/groupImageRTL.gif) 5px center no-repeat;
}