/* RadMenu MainMenu skin */
.RadMenu_MainMenu
{	
	cursor: pointer;
	cursor: hand;	
	white-space: normal;

}

.RadMenu_MainMenu .link
{
	text-decoration:none;
	color: #ffffff;	
	border-bottom: 5px solid #A6A7A9;
	border-top: 0px solid #a7cfe8;
	border-left:solid 0px #DE7C7B;	
	border-Right:solid 0px #6C0000;	
	height:34px;
	background-color:#727972;
	text-align:left;
	background-image: url(/Data/images/General/MainMenuBkg.gif);
/*	width:149px;*/
}

.RadMenu_MainMenu .link .text
{
	cursor: pointer;
	cursor: hand;
	padding-right: 0px;
	padding-top:10px;
	width:128px;

	text-transform:capitalize;
	color:#fff;
}






.RadMenu_MainMenu .link:hover,
.RadMenu_MainMenu .focused,
.RadMenu_MainMenu .expanded
{
	border-bottom: 5px solid #A6A7A9;	
	color: black;
}

.RadMenu_MainMenu .link:hover .text,
.RadMenu_MainMenu .focused .text,
.RadMenu_MainMenu .expanded .text
{
	border-top: 0px solid #b8b8b8;
}

.RadMenu_MainMenu .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;			
}

.RadMenu_MainMenu .rootGroup .disabled:hover .text
{
	border-top: 0px solid #a7cfe8;
}

.RadMenu_MainMenu .text
{
	padding:0px 0px 0px 20px;
	font-size: 11px;
}

.RadMenu_MainMenu .group
{	
	border: 0px;	
	border-right: solid 5px #0999999;
}

.RadMenu_MainMenu .group .link
{	
	background: #A80000;	
	
	border: solid 1px #fff;
	margin:0px 0px 0px 0px;
	
	text-align: left;
	padding-right: 0px; 
	background-image: url(/Data/images/General/MainMenuBkgLevel2.jpg);	
	width:230px;
	height:31px;
	white-space: normal;
	cursor: hand;
	
	color:#ff0000;
}

.RadMenu_MainMenu .group .link .text
{
	color:#fff;
	width:230px;
}

.RadMenu_MainMenu .group .text
{
	padding-left:6px;

}


.RadMenu_MainMenu .group .link:hover .text,
.RadMenu_MainMenu .group .focused .text,
.RadMenu_MainMenu .group .expanded .text
{
	width:230px;
	color:#fff;
}

.RadMenu_MainMenu .group .link:hover,
.RadMenu_MainMenu .group .focused,
.RadMenu_MainMenu .group .expanded
{
	border-bottom: 1px solid #9A2119;
	border-top: 1px solid #fff;
	font-weight: normal;
width:230px;
}

.RadMenu_MainMenu .leftArrow,
.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .leftArrowDisabled,
.RadMenu_MainMenu .rightArrowDisabled,
.RadMenu_MainMenu .topArrowDisabled,
.RadMenu_MainMenu .bottomArrowDisabled
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	background: #f1f1f1 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
{
	background: #eaeaea;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
}

.RadMenu_MainMenu .expandLeft,
.RadMenu_MainMenu .expandRight
{

}

.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(/Data/images/General/MenuGroupImage.gif) right center no-repeat;
}
.RadMenu_MainMenu .level2
{ 
	background-color:#989E9E;
}
.RadMenu_MainMenu .level2 .link 
{   
  
	background: #989E9E;
	border: solid 1px #7A7A7A;
	border-left:0px;
	border-right:0px;
	margin:0px 5px 0px 5px;
	border-top-color: #9D9D9D;
	text-align: left;
	padding-right: 0px; 
	background-image: url(/Data/images/General/MainMenuDdBkgLevel2.gif);
	background-repeat:repeat-y;
	width:230px;
}
.RadMenu_MainMenu .level2 .link:hover
{
	border: solid 1px #7A7A7A;
	
	border-left:0px;
	border-right:0px;
	border-top-color: #9D9D9D;
	text-align: left;
	padding-right: 0px; 

}












