/* r.a.d.menu Sok skin */

.RadMenu_Sok
{
	background: #c5c4c4 url('img/MenuBarBackground.gif') repeat-x;
}

.RadMenu_Sok .link
{
	text-decoration:none;
	color: #ffffff;
	font-size: 14px;
	width: 120px;
	line-height: 39px;
	background: #ffffff url('img/MainItemBackground.gif') no-repeat;
	text-align: center;
}


.RadMenu_Sok .last .link
{
	border-right: 0px solid #868485;
}

.RadMenu_Sok .vertical .link
{
	border-right: 0px solid #ffffff;
}

.RadMenu_Sok .link:hover,
.RadMenu_Sok .focused,
.RadMenu_Sok .expanded
{
	background: #ffffff url('img/MainItemBackgroundHover.gif') no-repeat;
}

.RadMenu_Sok .rootGroup .disabled:hover
{
	background: #ffffff url('img/MainItemBackground.gif') no-repeat;
}

.RadMenu_Sok .text
{
	color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 39px;
}

.RadMenu_Sok .group
{
	border-right: solid 0px #a9a9a9;
	border-bottom: solid 0px #c9c9c9;
}

.RadMenu_Sok .group .text
{
	padding-left: 20px;
	color: #ffffff;
}      

.RadMenu_Sok .group .link
{
	//background: #d0d0d0 url('img/MenuItemBackground.gif') no-repeat;
	width: 120px;
	line-height: 39px;
	text-align: left;
	border-right: 0px solid #ffffff;
}

.RadMenu_Sok .group .first .link
{
	background: #d0d0d0 url('img/MenuItemBgFirst.gif') no-repeat;
	line-height: 39px;
}

.RadMenu_Sok .group .first .link:hover,
.RadMenu_Sok .group .first .focused,
.RadMenu_Sok .group .first .expanded
{
	background: #d0d0d0 url('img/MenuItemBgHoverFirst.gif') no-repeat;
	line-height: 39px;
}

.RadMenu_Sok .group .link:hover,
.RadMenu_Sok .group .focused,
.RadMenu_Sok .group .expanded
{
	background: #d0d0d0 url('img/MenuItemBackgroundHover.gif') no-repeat;
	color: #cc6102;
}

.RadMenu_Sok .leftArrow,
.RadMenu_Sok .rightArrow,
.RadMenu_Sok .topArrow,
.RadMenu_Sok .bottomArrow,
.RadMenu_Sok .leftArrowDisabled,
.RadMenu_Sok .rightArrowDisabled,
.RadMenu_Sok .topArrowDisabled,
.RadMenu_Sok .bottomArrowDisabled
{
	border-right:0px solid #a9a9a9;
	border-top-color:threedhighlight;
	border-right-color:threedhighlight;
	background: #c9c9c9 url('img/left.gif') center center no-repeat;
	width:0px;
}

.RadMenu_Sok .topArrow,
.RadMenu_Sok .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:120px;
}

.RadMenu_Sok .bottomArrow,
.RadMenu_Sok .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:120px;
}

.RadMenu_Sok .rightArrow,
.RadMenu_Sok .leftArrow
{
	height:100%;
}

.RadMenu_Sok .rightArrow,
.RadMenu_Sok .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Sok .vertical .separator .text
{
	padding-top: 3px;
	background: #cdcece url('img/Separator.gif');
	font-size: 1px;
	border-right: 0px solid #e6e6e6;
}
.RadMenu_Sok .expandRight,
.RadMenu_Sok .expandLeft

{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}
.RadMenu_Sok_rtl .expandRight,
.RadMenu_Sok_rtl .expandLeft

{
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 8px;
}

/* right to left */
.RadMenu_Sok_rtl .group .link:hover .expandRight,
.RadMenu_Sok_rtl .group .link:hover .expandLeft

{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}
.RadMenu_Sok .link:hover .expandRight,
.RadMenu_Sok .link:hover .expandLeft,
.RadMenu_Sok .focused .expandRight,
.RadMenu_Sok .focused .expandLeft,
.RadMenu_Sok .expanded .expandRight,
.RadMenu_Sok .expanded .expandLeft

{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}