﻿/* RadMenu Plain skin */

.RadMenu_Jacks 
{
	z-index:1;
}

.RadMenu_Jacks_Context
{
	background: none;
}

.RadMenu_Jacks .rmLink,
.RadMenu_Jacks .rmTemplate .rmText
{
	text-transform: uppercase;
	font-weight: bold;
	line-height: 31px;
	text-decoration: none;
	color: #ffd775;
	background: url(Menu/buttonbg.jpg) repeat-x;
	height: 31px;
	cursor: pointer;
}

.RadMenu_Jacks .rmTemplate .rmText:hover,
.RadMenu_Jacks .rmLink:hover,
.RadMenu_Jacks .rmFocused,
.RadMenu_Jacks .rmExpanded
{
	color: #ffffff;
	/*background: url(Menu/menuItemHover.gif) repeat-x;*/
}

.RadMenu_Jacks .rmText
{
	margin-top: 3px;
	margin-left: 15px;
	font-size: 16pt;
	font-family: Tahoma, Arial, Verdana;
	width: 197px;
}

.RadMenu_Jacks_rtl .rmText
{
	padding-right: 10px;	
	padding-left: 36px;
	border: none 0px;
}

.RadMenu_Jacks .rmGroup
{
	border: none 0px #bbbbbb;
}

.RadMenu_Jacks .rmGroup .rmLink,
.RadMenu_Jacks .rmGroup .rmTemplate .rmText
{
	text-transform: uppercase;
	width:200px;
	background: none;
	border-top: none 0px #fff;
	border-bottom: none 0px #d7d7d7;
	text-align: left;
	background: url(Menu/buttonbg.jpg) repeat-x;
}

.RadMenu_Jacks_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_Jacks_rtl .rmGroup .rmLink
{
	text-transform: none;
	text-align: right;
	border: none 0px;
}

.RadMenu_Jacks .rmGroup .rmTemplate .rmText:hover,
.RadMenu_Jacks .rmGroup .rmFocused,
.RadMenu_Jacks .rmGroup .rmExpanded
{
	text-transform: none;
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: bold;
	/*background: url(Menu/menuItemHover.gif) repeat-x;*/
	border: none 0px;
}

.RadMenu_Jacks .rmGroup .rmLink:hover
{
	text-transform: uppercase;
	width:200px;
	border: none 0px;
	border-bottom-color: #d7d7d7;
	font-weight: bold;
	text-align: left;
}

.RadMenu_Jacks .rmLeftArrow,
.RadMenu_Jacks .rmRightArrow,
.RadMenu_Jacks .rmTopArrow,
.RadMenu_Jacks .rmBottomArrow,
.RadMenu_Jacks .rmLeftArrowDisabled,
.RadMenu_Jacks .rmRightArrowDisabled,
.RadMenu_Jacks .rmTopArrowDisabled,
.RadMenu_Jacks .rmBottomArrowDisabled
{
	background: #ededed url(Menu/left.gif) center center no-repeat;
	width:15px;
	border: none 0px;
}

.RadMenu_Jacks .rmTopArrow,
.RadMenu_Jacks .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
	border: none 0px;
}

.RadMenu_Jacks .rmBottomArrow,
.RadMenu_Jacks .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
	border: none 0px;
}

.RadMenu_Jacks .rmRightArrow,
.RadMenu_Jacks .rmLeftArrow
{
	height:100%;
	border: none 0px;
}

.RadMenu_Jacks .rmRightArrow,
.RadMenu_Jacks .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
	border: none 0px;
}

.RadMenu_Jacks .rmVertical .rmSeparator
{
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border: none 0px;
}

.RadMenu_Jacks .rmExpandLeft,
.RadMenu_Jacks .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
	border: none 0px;
}

.RadMenu_Jacks_rtl .rmExpandLeft,
.RadMenu_Jacks_rtl .rmExpandRight
{
	background: url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Jacks .rmLink:hover .rmExpandLeft,
.RadMenu_Jacks .rmLink:hover .rmExpandRight,
.RadMenu_Jacks .rmFocused .rmExpandLeft,
.RadMenu_Jacks .rmFocused .rmExpandRight,
.RadMenu_Jacks .rmExpanded .rmExpandLeft,
.RadMenu_Jacks .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
	border: none 0px;
}

.RadMenu_Jacks_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_Jacks_rtl .rmLink:hover .rmExpandRight,
.RadMenu_Jacks_rtl .rmFocused .rmExpandLeft,
.RadMenu_Jacks_rtl .rmFocused .rmExpandRight,
.RadMenu_Jacks_rtl .rmExpanded .rmExpandLeft,
.RadMenu_Jacks_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
	border: none 0px;
}