/* RadMenu Claire skin */

.RadMenu_Claire 
{
	height:20px;
	margin:0px;
	background:transparent;
	text-align: left;
	margin-top:0px;
}

.RadMenu_Claire_rtl
{
	text-align: right;
	background:transparent;
}

.RadMenu_Claire_Context
{
	background:transparent;
	border: 0px;
}

.RadMenu_Claire a
{
	text-decoration: none;
}

.RadMenu_Claire .link
{
	text-decoration: none;
	color: #999999;
	text-transform:uppercase;
	position: relative;
	float:left;
}

.RadMenu_Claire .link:focused,
.RadMenu_Claire .focused
{
}

.RadMenu_Claire .expanded
{
	z-index: 10000;
}

.RadMenu_Claire .rootGroup .link:hover,
.RadMenu_Claire .rootGroup .focused,
.RadMenu_Claire .rootGroup .expanded
{
	background:transparent;
	color: #666666;
	text-transform:uppercase;
}

.RadMenu_Claire .link .text
{
	font: 16px, Arial, sans-serif;
	font-weight:bold;
	line-height:7px;
}

.RadMenu_Claire .group
{
	background: transparent;
}

.RadMenu_Claire .group .link
{
	color: #ffffff; 
	background: transparent;
	text-transform:capitalize;
	
}

.RadMenu_Claire_rtl .group .link
{
	text-align: right;
}

.RadMenu_Claire .group .link:hover,
.RadMenu_Claire .group .focused,
.RadMenu_Claire .group .expanded
{
	color: #cccccc;
	background: transparent;
	text-transform:capitalize;
	line-height:0px;
}

.RadMenu_Claire .text
{
	padding: 3px 16px 5px 10px;
}

.RadMenu_Claire .group .link .text
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_Claire .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -2px;
}

.RadMenu_Claire .group .link .expandRight
{
	/*background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -2px;*/
}

.RadMenu_Claire .group .link:hover .expandLeft,
.RadMenu_Claire .group .focused .expandLeft,
.RadMenu_Claire .group .expanded .expandLeft
{
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_Claire .group .link:hover .expandRight,
.RadMenu_Claire .group .focused .expandRight,
.RadMenu_Claire .group .expanded .expandRight
{
	/*background-image: url("img/ArrowExpandHoveredRTL.gif");*/
}

/* </expand arrows styling> */

.RadMenu_Claire .horizontal .item { border-right: 0px solid #ffffff; }
.RadMenu_Claire .horizontal .last { border-right: 0; }

.RadMenu_Claire .vertical .item { border-bottom: 0px solid #353535; }
.RadMenu_Claire .vertical .last { border-bottom: 0; }

.RadMenu_Claire_rtl .horizontal .item { border-left: 0; }

.RadMenu_Claire .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_Claire .group
{
	border: 0px solid #333333;
	background-color: transparent;
}

.RadMenu_Claire .group .expanded
{
	z-index: 11;
}

.RadMenu_Claire .topArrowDisabled,
.RadMenu_Claire .bottomArrowDisabled,
.RadMenu_Claire .leftArrowDisabled,
.RadMenu_Claire .rightArrowDisabled
{
	display: none;
}

.RadMenu_Claire .topArrow,
.RadMenu_Claire .bottomArrow,
.RadMenu_Claire .leftArrow,
.RadMenu_Claire .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_Claire .topArrow,
.RadMenu_Claire .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_Claire .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_Claire .leftArrow,
.RadMenu_Claire .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_Claire .rightArrow
{
	background-position: -18px center;
}

.RadMenu_Claire .rootGroup .item .disabled .text,
.RadMenu_Claire .group .item .disabled .text
{
	color: #999;
}

.RadMenu_Claire .rootGroup .item .disabled
{
	background: transparent;
}

.RadMenu_Claire .group .item .disabled
{
	background:transparent;
}

.RadMenu_Claire .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_Claire .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_Claire .vertical .separator
{
	height: 0px;
	margin: 0px;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_Claire .separator .text
{
	display: none;
}

.RadMenu_Claire .slide
{
	margin: 10px 0 0 20px !important;
}

* html .RadMenu_Claire .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_Claire .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_Claire_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_Claire_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_Claire_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_Claire .rootGroup .item .disabled:hover
{
	background: transparent;
}
