/* RadMenu Plain skin */

.RadMenu_LyricTheatre 
{
	background: #transparent;
	height: 28px;
	margin-top: 7px;
}

.RadMenu_LyricTheatre_Context
{
	background: none;
	border:0;
}

.RadMenu_LyricTheatre .link
{
	line-height: 20px;
	text-decoration:none;
	color: #FFF;
	background: #transparent;
	cursor: pointer !important;
}

.RadMenu_LyricTheatre .link:hover,
.RadMenu_LyricTheatre .focused,
.RadMenu_LyricTheatre .expanded
{
	color: #FFF;
}

.RadMenu_LyricTheatre .text
{
	padding-left: 30px;	
	padding-right: 30px;
	font-size: 16px;
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	cursor: pointer !important;
}

.RadMenu_LyricTheatre_rtl .text
{
	padding-right: 20px;	
	padding-left: 20px;
}


.RadMenu_LyricTheatre .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
	font-weight: normal !important;
}

.RadMenu_LyricTheatre .group .link
{
	background: #000;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
	font-weight: normal !important;
}

.RadMenu_LyricTheatre_rtl .group .link
{
	text-align: right;
}

.RadMenu_LyricTheatre .group .link:hover,
.RadMenu_LyricTheatre .group .focused,
.RadMenu_LyricTheatre .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal !important;
}

.RadMenu_LyricTheatre .leftArrow,
.RadMenu_LyricTheatre .rightArrow,
.RadMenu_LyricTheatre .topArrow,
.RadMenu_LyricTheatre .bottomArrow,
.RadMenu_LyricTheatre .leftArrowDisabled,
.RadMenu_LyricTheatre .rightArrowDisabled,
.RadMenu_LyricTheatre .topArrowDisabled,
.RadMenu_LyricTheatre .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
	
}

.RadMenu_LyricTheatre .topArrow,
.RadMenu_LyricTheatre .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_LyricTheatre .bottomArrow,
.RadMenu_LyricTheatre .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_LyricTheatre .rightArrow,
.RadMenu_LyricTheatre .leftArrow
{
	height:100%;
}

.RadMenu_LyricTheatre .rightArrow,
.RadMenu_LyricTheatre .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_LyricTheatre .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_LyricTheatre .expandLeft,
.RadMenu_LyricTheatre .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_LyricTheatre_rtl .expandLeft,
.RadMenu_LyricTheatre_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_LyricTheatre .link:hover .expandLeft,
.RadMenu_LyricTheatre .link:hover .expandRight,
.RadMenu_LyricTheatre .focused .expandLeft,
.RadMenu_LyricTheatre .focused .expandRight,
.RadMenu_LyricTheatre .expanded .expandLeft,
.RadMenu_LyricTheatre .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_LyricTheatre_rtl .link:hover .expandLeft,
.RadMenu_LyricTheatre_rtl .link:hover .expandRight,
.RadMenu_LyricTheatre_rtl .focused .expandLeft,
.RadMenu_LyricTheatre_rtl .focused .expandRight,
.RadMenu_LyricTheatre_rtl .expanded .expandLeft,
.RadMenu_LyricTheatre_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
