/* RadMenu sitc skin */

.RadMenu_sitc 
{
	background: #fefefe url('img/MainItemBackground.gif') repeat-x;
}

.RadMenu_sitc .link
{
	text-decoration:none;
	color: #FFFFFF;
	line-height: 22px;
	background: #fefefe url('img/MainItemBackground.gif') repeat-x;
	border-width: 0px;
	border-left: 1px solid #495D1E;
}

.RadMenu_sitc .link:hover,
.RadMenu_sitc .focused,
.RadMenu_sitc .expanded
{
	color: Yellow;
}

.RadMenu_sitc .text
{
	font-size: 11px;
	padding: 0px 24px;
	font-family: Verdana, Arial;
}

.RadMenu_sitc .group
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_sitc .group .link
{
	background: #A6BC79 url('img/MenuItemBackground.gif') repeat-y right;
	border-top: solid 1px #A6BC79;
	border-left: 0px;
	border-right: 0px;
	min-width: 100px;
	text-align: left;
}

* html .RadMenu_sitc .group .link
{
    width: 120px;
}

.RadMenu_sitc_rtl .group .link
{
	text-align: right;
}

.RadMenu_sitc .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 6px;
}


.RadMenu_sitc_rtl .group .text
{
	padding-left: 0px;
	padding-right: 6px;
}

.RadMenu_sitc .group .link:hover,
.RadMenu_sitc .group .focused,
.RadMenu_sitc .group .expanded
{
	background: #68852B url('img/menuItemHover.gif') repeat-x;
	font-weight: normal;
}

.RadMenu_sitc .leftArrow,
.RadMenu_sitc .rightArrow,
.RadMenu_sitc .topArrow,
.RadMenu_sitc .bottomArrow,
.RadMenu_sitc .leftArrowDisabled,
.RadMenu_sitc .rightArrowDisabled,
.RadMenu_sitc .topArrowDisabled,
.RadMenu_sitc .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_sitc .topArrow,
.RadMenu_sitc .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_sitc .bottomArrow,
.RadMenu_sitc .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_sitc .rightArrow,
.RadMenu_sitc .leftArrow
{
	height:100%;
}

.RadMenu_sitc .rightArrow,
.RadMenu_sitc .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_sitc .vertical .separator .text
{
	padding-top: 3px;
	background: #68852B url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_sitc .expandLeft,
.RadMenu_sitc .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_sitc_rtl .expandLeft,
.RadMenu_sitc_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_sitc .link:hover .expandLeft,
.RadMenu_sitc .link:hover .expandRight,
.RadMenu_sitc .focused .expandLeft,
.RadMenu_sitc .focused .expandRight,
.RadMenu_sitc .expanded .expandLeft,
.RadMenu_sitc .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_sitc_rtl .link:hover .expandLeft,
.RadMenu_sitc_rtl .link:hover .expandRight,
.RadMenu_sitc_rtl .focused .expandLeft,
.RadMenu_sitc_rtl .focused .expandRight,
.RadMenu_sitc_rtl .expanded .expandLeft,
.RadMenu_sitc_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
