/* RadMenu Plain skin */

.RadMenu_fnSI 
{

	height: 29px;
	

}

.RadMenu_fnSI_Context
{
	background: none;
	border:0;

}

.RadMenu_fnSI .link:active,
.RadMenu_fnSI .link:visited,
.RadMenu_fnSI .link
{
	line-height: 19px;
	text-decoration:none;
	color: #fff;
	text-transform:uppercase;
	vertical-align:bottom;
}

.RadMenu_fnSI .link:hover,
.RadMenu_fnSI .focused,
.RadMenu_fnSI .expanded
{
	color: #ddd;
	font-weight:bold;
	
}

.RadMenu_fnSI .text
{
	padding-left:15px;	
	padding-right: 15px;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Arial,Helvetica, MS Sans Serif;
}

.RadMenu_fnSI_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
	
}


.RadMenu_fnSI .group
{

	border: solid 1px #bbbbbb;
	/*border-right: 0px;
	border-bottom: 0px; */

}

.RadMenu_fnSI .group .link
{
	background: #666666;
	border-bottom: solid 1px #3e3e3e;
	text-align: left;
}

.RadMenu_fnSI_rtl .group .link
{
	text-align: right;
}

.RadMenu_fnSI .group .link:hover,
.RadMenu_fnSI .group .focused,
.RadMenu_fnSI .group .expanded
{

	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	line-height:19px;
	color:#000;
}

.RadMenu_fnSI .leftArrow,
.RadMenu_fnSI .rightArrow,
.RadMenu_fnSI .topArrow,
.RadMenu_fnSI .bottomArrow,
.RadMenu_fnSI .leftArrowDisabled,
.RadMenu_fnSI .rightArrowDisabled,
.RadMenu_fnSI .topArrowDisabled,
.RadMenu_fnSI .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_fnSI .topArrow,
.RadMenu_fnSI .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_fnSI .bottomArrow,
.RadMenu_fnSI .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_fnSI .rightArrow,
.RadMenu_fnSI .leftArrow
{
	height:100%;
}

.RadMenu_fnSI .rightArrow,
.RadMenu_fnSI .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_fnSI .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_fnSI .expandLeft,
.RadMenu_fnSI .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_fnSI_rtl .expandLeft,
.RadMenu_fnSI_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_fnSI .link:hover .expandLeft,
.RadMenu_fnSI .link:hover .expandRight,
.RadMenu_fnSI .focused .expandLeft,
.RadMenu_fnSI .focused .expandRight,
.RadMenu_fnSI .expanded .expandLeft,
.RadMenu_fnSI .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_fnSI_rtl .link:hover .expandLeft,
.RadMenu_fnSI_rtl .link:hover .expandRight,
.RadMenu_fnSI_rtl .focused .expandLeft,
.RadMenu_fnSI_rtl .focused .expandRight,
.RadMenu_fnSI_rtl .expanded .expandLeft,
.RadMenu_fnSI_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}