/* r.a.d.menu Plain skin */

.RadMenu_JcBartending 
{
	background: none;
	

}

.RadMenu_JcBartending_Context
{
	background: none;

}

.RadMenu_JcBartending .link
{
	line-height: 62px;
	text-decoration:none;
	color: #fff;
background: none;

	border-right: solid 1px ffffff;
}

.RadMenu_JcBartending .link:hover,
.RadMenu_JcBartending .focused,
.RadMenu_JcBartending .expanded
{
	color: #8ec1ea;
	background: #000000;
}

.RadMenu_JcBartending .text
{
	padding-left: 9px;	
	padding-right: 9px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica;
}

.RadMenu_JcBartending .group
{	background: #000000;

	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_JcBartending .group .link
{

line-height: 16px;
	border-bottom: solid 1px #8b8d97;
	text-align: left;
	padding-top:14px;
	padding-bottom:10px;
	color: #fff;
	width:200px;
}

.RadMenu_JcBartending .group .link:hover,
.RadMenu_JcBartending .group .focused,
.RadMenu_JcBartending .group .expanded
{
	background: #9fc9ec;
	border-bottom-color: #9fc9ec;
	color: #000;
}

.RadMenu_JcBartending .leftArrow,
.RadMenu_JcBartending .rightArrow,
.RadMenu_JcBartending .topArrow,
.RadMenu_JcBartending .bottomArrow,
.RadMenu_JcBartending .leftArrowDisabled,
.RadMenu_JcBartending .rightArrowDisabled,
.RadMenu_JcBartending .topArrowDisabled,
.RadMenu_JcBartending .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_JcBartending .topArrow,
.RadMenu_JcBartending .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_JcBartending .bottomArrow,
.RadMenu_JcBartending .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_JcBartending .rightArrow,
.RadMenu_JcBartending .leftArrow
{
	height:100%;
}

.RadMenu_JcBartending .rightArrow,
.RadMenu_JcBartending .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_JcBartending .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_JcBartending .expandLeft,
.RadMenu_JcBartending .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_JcBartending_rtl .expandLeft,
.RadMenu_JcBartending_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_JcBartending .link:hover .expandLeft,
.RadMenu_JcBartending .link:hover .expandRight,
.RadMenu_JcBartending .focused .expandLeft,
.RadMenu_JcBartending .focused .expandRight,
.RadMenu_JcBartending .expanded .expandLeft,
.RadMenu_JcBartending .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_JcBartending_rtl .link:hover .expandLeft,
.RadMenu_JcBartending_rtl .link:hover .expandRight,
.RadMenu_JcBartending_rtl .focused .expandLeft,
.RadMenu_JcBartending_rtl .focused .expandRight,
.RadMenu_JcBartending_rtl .expanded .expandLeft,
.RadMenu_JcBartending_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
