/* r.a.d.menu Plain skin */

.RadMenu_Custom_LilacGecko 
{
	text-decoration:none;
}

.RadMenu_Custom_LilacGecko_Context
{
	background: none;
	border:0;

}

.RadMenu_Custom_LilacGecko .link
{
	line-height: 16px; /*2.1em;*/
	color: white; /*#81919E;*/
	font-size: 12px;
	text-decoration:none;
	/*background-image: url(img/arrow.jpg);*/
	background-repeat: no-repeat;
	background-position: left center;
text-transform: uppercase;
}

.RadMenu_Custom_LilacGecko .link:hover,
.RadMenu_Custom_LilacGecko .focused,
.RadMenu_Custom_LilacGecko .expanded
{
	color: #000;

}

.RadMenu_Custom_LilacGecko .text
{
	padding-left: 6px; /*18px*/
	padding-right: 6px; /*18px*/
	font-family: Arial, Verdana;
        border-right: solid 1px #eee;
}

.RadMenu_Custom_LilacGecko .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_Custom_LilacGecko .group .link
{
	background: #faf2ff; /*#f7f7f7;*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E4BFFE;
	text-align: left;
	color: #91ADF1;
line-height:20px;
}

.RadMenu_Custom_LilacGecko .group .link:hover,
.RadMenu_Custom_LilacGecko .group .focused,
.RadMenu_Custom_LilacGecko .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_Custom_LilacGecko .leftArrow,
.RadMenu_Custom_LilacGecko .rightArrow,
.RadMenu_Custom_LilacGecko .topArrow,
.RadMenu_Custom_LilacGecko .bottomArrow,
.RadMenu_Custom_LilacGecko .leftArrowDisabled,
.RadMenu_Custom_LilacGecko .rightArrowDisabled,
.RadMenu_Custom_LilacGecko .topArrowDisabled,
.RadMenu_Custom_LilacGecko .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Custom_LilacGecko .topArrow,
.RadMenu_Custom_LilacGecko .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Custom_LilacGecko .bottomArrow,
.RadMenu_Custom_LilacGecko .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Custom_LilacGecko .rightArrow,
.RadMenu_Custom_LilacGecko .leftArrow
{
	height:100%;
}

.RadMenu_Custom_LilacGecko .rightArrow,
.RadMenu_Custom_LilacGecko .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Custom_LilacGecko .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Custom_LilacGecko .expandLeft,
.RadMenu_Custom_LilacGecko .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Custom_LilacGecko .link:hover .expandLeft,
.RadMenu_Custom_LilacGecko .link:hover .expandRight,
.RadMenu_Custom_LilacGecko .focused .expandLeft,
.RadMenu_Custom_LilacGecko .focused .expandRight,
.RadMenu_Custom_LilacGecko .expanded .expandLeft,
.RadMenu_Custom_LilacGecko .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}