.RadMenu_MainMenu
{
}

.RadMenu_MainMenu_Context
{
	background: none;
	border:0;
}

.RadMenu_MainMenu .leftImage
{
	border:none;
	padding-right:10px;
}

.RadMenu_MainMenu a.link
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.RadMenu_MainMenu .link:hover,
.RadMenu_MainMenu .focused,
.RadMenu_MainMenu .expanded
{
	cursor:pointer;
}

.RadMenu_MainMenu .text
{
	
}

.RadMenu_MainMenu .rootGroup
{	
	
}

.RadMenu_MainMenu .rootGroup .item
{
	background-repeat:no-repeat;
	text-align:center;
	height:22px;
	padding-top:8px;
	width:100px;
}
.RadMenu_MainMenu .rootGroup .item:hover
{
	background:#fff;
	color:#000;
}
.RadMenu_MainMenu .rootGroup .item:hover a
{
	color:#000;
}

.RadMenu_MainMenu .rootGroup .first
{
	
}
.RadMenu_MainMenu .rootGroup .first:hover
{
	
}
.RadMenu_MainMenu .rootGroup .last
{
	
}
.RadMenu_MainMenu .rootGroup .last:hover
{
	
}

.RadMenu_MainMenu .group
{	
	background-color:#fff;
	background:transparent;
}

.RadMenu_MainMenu .vertical
{
	border:solid 1px #cacaca;
	border-bottom:none;
}
.RadMenu_MainMenu .vertical .item
{
	background:#fff;
	border-bottom:solid 1px #cacaca;
	padding-top:4px;
	height:20px;
	width:auto;
}
.RadMenu_MainMenu .vertical .item:hover
{
	background:#f1f1f1;
}

.RadMenu_MainMenu .level1 .item
{

}

.RadMenu_MainMenu .level2
{

}
.RadMenu_MainMenu .group .link
{
	text-align:left;
	padding-left:15px;
	font-weight:bold;
	padding-right:10px;
	text-transform:none;
	color:#333;
}

.RadMenu_MainMenu .group .first .link,
.RadMenu_MainMenu .level2 .first .item
{
	
}

.RadMenu_MainMenu .level2 .item 
{
	
}

.RadMenu_MainMenu .group .link:hover,
.RadMenu_MainMenu .group .focused,
.RadMenu_MainMenu .group .expanded
{
	
}

.RadMenu_MainMenu .leftArrow,
.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .leftArrowDisabled,
.RadMenu_MainMenu .rightArrowDisabled,
.RadMenu_MainMenu .topArrowDisabled,
.RadMenu_MainMenu .bottomArrowDisabled
{
	width:15px;
}

.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .topArrowDisabled
{
	width:100%;
}

.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .bottomArrowDisabled
{
	width:100%;
}

.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .leftArrow
{
	height:100%;
}

.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .rightArrowDisabled
{

}


.RadMenu_MainMenu .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_MainMenu .expandLeft,
.RadMenu_MainMenu .expandRight
{
	margin-right: 4px;
}

.RadMenu_MainMenu_rtl .expandLeft,
.RadMenu_MainMenu_rtl .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
{

}

.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
{

}