/* r.a.d.menu Plain skin */

.RadMenu_MainMenu 
{
	position:absolute;
	top:120px;
}

.RadMenu_MainMenu_Context
{
	background: none;
	border:0;
}

.RadMenu_MainMenu .link
{
	line-height: 20px;
	text-decoration:none;
	color: #666;
	padding:0 0 4px 0;
}

.RadMenu_MainMenu .link:hover
{
	padding:0 0 4px 0;
}

.RadMenu_MainMenu .link:hover,
.RadMenu_MainMenu .focused,
.RadMenu_MainMenu .expanded
{
	color: #000000;
}

.RadMenu_MainMenu .text
{
	padding-left: 10px;	
	padding-right: 36px;
	font-size: 12px;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

.RadMenu_MainMenu .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_MainMenu .group .link
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
	padding:0;
}

.RadMenu_MainMenu .group .link:hover,
.RadMenu_MainMenu .group .focused,
.RadMenu_MainMenu .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.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;
	margin-right: 4px;
}

.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;
}
