/* RadMenu Plain skin */

.RadMenu_MainMenu
{
	/*background-image:url('img/MenuItemBackground.gif');
	background-repeat:no-repeat;*/
	background-color:#D9E3ED;
	/*border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;	
	border-left: solid 1px #bbbbbb;*/
	border-bottom: solid 1px #014A7E;
	margin-bottom:1px;	
	width:250px;
	height:252px;	
}

.RadMenu_MainMenu_Context
{
	background: none;
	border:0;
}

.RadMenu_MainMenu .link
{
	width:250px;
	height:35px;
	cursor:pointer;
	line-height: 35px;		
	text-decoration:none;
	color: #08101E;	
	/*background-image:url('img/MenuItemBackground.gif');
	background-repeat:no-repeat;*/
	/*background-color:#4e4e4e;*/
	border-top: solid 1px #014A7E;
	/*border-right: solid 1px #d6d6d6;*/
	
	
}

.RadMenu_MainMenu .link:hover,
.RadMenu_MainMenu .expanded
{
	cursor:pointer;
	color: #000000;
	line-height: 35px;
	/*background-color:#4e4e4e;*/
	background-image:url(../../../../images/bg_button.jpg);
	background-repeat:no-repeat;	
}

.RadMenu_MainMenu .focused
{
	background-image:url(../../../../images/bg_button.jpg);
	background-repeat:no-repeat;	
	/*background-image: url('img/MainItemBackground.gif');
	background-repeat:no-repeat;*/
	color: #000000;
	line-height: 35px;	
	font-weight:bold;	
}

.RadMenu_MainMenu .text
{		
	font-size: 14px;
	font-family: Arial;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
	font-variant:small-caps;
	/*letter-spacing:0.1em;*/
}

.RadMenu_MainMenu_rtl .text
{
	padding-right: 10px;	
	padding-left: 35px;
}


.RadMenu_MainMenu .group
{
	border: solid 1px #4e4e4e;	
	/*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: #808080;
	border-top: solid 0px #fff;
	border-bottom: solid 0px #2B3976;
	text-align: left;
	padding-left:4px;
	padding-right:4px;
	font-weight:normal;
	color: #ffffff;
}

.RadMenu_MainMenu_rtl .group .link
{
	text-align: right;
}

.RadMenu_MainMenu .group .link:hover,
.RadMenu_MainMenu .group .focused,
.RadMenu_MainMenu .group .expanded
{
	background: #AFAFAF;
	border-bottom-color: #4e4e4e;
	font-weight: normal;
	color: #08101E;
}
*/
.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;
}