/* RadMenu Plain skin */

.RadMenu_MainMenu
{
    /*margin-top:50px;*/
    /*margin-bottom:50px;*/
	/*background-image:url('img/MenuItemBackground.gif');
	background-repeat:no-repeat;*/
	/*background-color:#4e4e4e;
	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #919ac2;*/
	/*border-left: solid 1px #bbbbbb;	
	height:30px;	*/
}

.RadMenu_MainMenu_Context
{
	background:none;
	border:0;
}

.RadMenu_MainMenu .link
{
	cursor:pointer;
	line-height:24px;	
	font-weight:bold;
	text-decoration:none;
	color: #7c7c7c;
	border-bottom:solid 1px #919ac2;
	padding-left:15px;
	width:172px;

	/*background-image:url('img/MenuItemBackground.gif');
	background-repeat:no-repeat;
	background-color:#4e4e4e;*/
	/*border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;*/
}

.RadMenu_MainMenu .link:hover,
.RadMenu_MainMenu .expanded
{
	cursor:pointer;
	color: #ffffff;
    background-image:url('img/square.gif');
	background-repeat:no-repeat;
	background-position: center left;
}

.RadMenu_MainMenu .focused
{
    background-image:url('img/square_hover.gif');
	background-repeat:no-repeat;
	background-position: center left;
    color: #bebebe;
	line-height: 24px;
	/*background-color:#0834aa;	*/
}

.RadMenu_MainMenu .text
{		
	font-size: 11px;
	font-family: Verdana, Arial;
	padding-left:10px;
	padding-right:10px;
}

.RadMenu_MainMenu_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_MainMenu .group
{
    /*border-right: 1px solid #919ac2;
    border-left: 1px solid #919ac2;
    border-bottom: 1px solid #919ac2;
    
	/*border: solid 1px #919ac2;	

	border-top:0px;	*/
}
/*
.RadMenu_MainMenu .group .level2
{
	border: solid 1px #009E83;	
}
.RadMenu_MainMenu .group .level3
{
	border: solid 1px #009E83;	
}
.RadMenu_MainMenu .group .level4
{
	border: solid 1px #009E83;	
}
*/
/*
.RadMenu_MainMenu .group .item
{
	width:auto;		
}
*/

.RadMenu_MainMenu .group .link
{
	min-width:110px;
	background: #b8c8e3;
	border-top: solid 1px #b8c8e3;
	border-bottom: solid 1px #b8c8e3;
	text-align: left;
	padding-left:4px;
	padding-right:4px;
	margin-top:-1px;
	font-weight:normal;
	color: #ffffff;
}

.RadMenu_MainMenu_rtl .group .link
{
	text-align: right;
}

.RadMenu_MainMenu .group .link:hover,
.RadMenu_MainMenu .group .expanded,
.RadMenu_MainMenu .group .focused
{
	/*background: #AFAFAF;
	border-bottom-color: #4e4e4e;*/
	font-weight: normal;
	color: #0834aa;
}

.RadMenu_MainMenu .group .focused
{
    background: #0834aa;
    color: #ffffff;
    border-top: 1px solid #0834aa;
    border-bottom: 1px solid #0834aa;
}
.RadMenu_MainMenu .group .focused:hover { color: #ffffff; }

.RadMenu_MainMenu .leftArrow,
.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .leftArrowDisabled,
.RadMenu_MainMenu .rightArrowDisabled,
.RadMenu_MainMenu .topArrowDisabled,
.RadMenu_MainMenu .bottomArrowDisabled
{
	/*background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;*/
}

.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .topArrowDisabled
{
	/*background-image:url('img/top.gif');
	width:100%;*/
}

.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .bottomArrowDisabled
{
	/*background-image:url('img/bottom.gif');
	width:100%;*/
}

.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .leftArrow
{
	height:100%;
}

.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .rightArrowDisabled
{
	/*background-image: url('img/right.gif');*/
}

.RadMenu_MainMenu .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_MainMenu .expandLeft,
.RadMenu_MainMenu .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	padding-right: 8px;
}

.RadMenu_MainMenu_rtl .expandLeft,
.RadMenu_MainMenu_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_MainMenu .link:hover .expandLeft,
.RadMenu_MainMenu .link:hover .expandRight,
.RadMenu_MainMenu .focused .expandLeft,
.RadMenu_MainMenu .focused .expandRight,
.RadMenu_MainMenu .expanded .expandLeft,
.RadMenu_MainMenu .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_MainMenu_rtl .link:hover .expandLeft,
.RadMenu_MainMenu_rtl .link:hover .expandRight,
.RadMenu_MainMenu_rtl .focused .expandLeft,
.RadMenu_MainMenu_rtl .focused .expandRight,
.RadMenu_MainMenu_rtl .expanded .expandLeft,
.RadMenu_MainMenu_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
