/* r.a.d.menu CssGray skin */
.RadMenu_CssGray
{
	margin:0px;
	padding:0px;
	border-right:1px solid #5F5F5F;
	
}


.RadMenu_CssGray .link
{
	display:block;
	height:24px;
	background:url(img/menu_a.jpg) left top repeat-x;
	font-family:"Century Gothic", Tahoma, Arial, Verdana;
	font-size:11px;
	
	text-align:center;
	vertical-align:middle;
	line-height:24px;
	text-decoration:none;
	width:175;
}
.RadMenu_CssGray .link:visited
{
		text-decoration:none;
}
.RadMenu_CssGray .link .text
{
	color:white;
	text-decoration:none;
}

.RadMenu_CssGray .link:hover,
.RadMenu_CssGray .focused,
.RadMenu_CssGray .expanded
{
	background:url(img/menu_hover.jpg) left top repeat-x;
	cursor:pointer;
	color:White;
}


.RadMenu_CssGray .link:hover .text,
.RadMenu_CssGray .focused .text,
.RadMenu_CssGray .expanded .text
{
	text-decoration:none;
}

.RadMenu_CssGray .rootGroup .disabled:hover
{

}

.RadMenu_CssGray .rootGroup .disabled:hover .text
{

}

.RadMenu_CssGray .text
{

}

.RadMenu_CssGray .group
{
  
}

.RadMenu_CssGray .group .link
{
float: none;
  margin:0px;
  width:140px;
  text-align:left;
  padding:2px 5px 7px 6px ;
  background: #333;
  color: #FFF;
  font-size:11px;
  line-height:12px;
  font-weight:normal; 
  border:none;
}

.RadMenu_CssGray .group .text
{

}


.RadMenu_CssGray .group .link:hover .text,
.RadMenu_CssGray .group .focused .text,
.RadMenu_CssGray .group .expanded .text
{

}

.RadMenu_CssGray .group .link:hover,
.RadMenu_CssGray .group .focused,
.RadMenu_CssGray .group .expanded
{
	float: none;
  margin:0px;
  width:140px;
  text-align:left;
  padding:2px 5px 7px 6px ;
  background: #333;
  color: #FFF;
  font-size:11px;
  line-height:12px;
  font-weight:bold; 
  border:none; 
}

.RadMenu_CssGray .leftArrow,
.RadMenu_CssGray .rightArrow,
.RadMenu_CssGray .topArrow,
.RadMenu_CssGray .bottomArrow,
.RadMenu_CssGray .leftArrowDisabled,
.RadMenu_CssGray .rightArrowDisabled,
.RadMenu_CssGray .topArrowDisabled,
.RadMenu_CssGray .bottomArrowDisabled
{
}

.RadMenu_CssGray .topArrow,
.RadMenu_CssGray .topArrowDisabled
{
}

.RadMenu_CssGray .bottomArrow,
.RadMenu_CssGray .bottomArrowDisabled
{
}

.RadMenu_CssGray .rightArrow,
.RadMenu_CssGray .leftArrow
{
}

.RadMenu_CssGray .rightArrow,
.RadMenu_CssGray .rightArrowDisabled
{
}

.RadMenu_CssGray .vertical .separator .text
{
}

.RadMenu_CssGray .expandLeft,
.RadMenu_CssGray .expandRight
{
}

.RadMenu_CssGray .link:hover .expandLeft,
.RadMenu_CssGray .link:hover .expandRight,
.RadMenu_CssGray .focused .expandLeft,
.RadMenu_CssGray .focused .expandRight,
.RadMenu_CssGray .expanded .expandLeft,
.RadMenu_CssGray .expanded .expandRight
{
}

/* right to left */
.RadMenu_CssGray_rtl .group .link:hover .expandLeft,
.RadMenu_CssGray_rtl .group .link:hover .expandRight
{
}

.RadMenu_CssGray_rtl .expandLeft,
.RadMenu_CssGray_rtl .expandRight
{
}
/* end right to left */