/* RadMenu Default skin */

.RadMenu_Maqsa 
{
    border-style:none;
    max-height:25px;
}

.RadMenu_Maqsa .rmLink
{
	color: #fff;
	font-weight: bold;
	line-height: 22px;
	font-family: Arial, Verdana;
}

.RadMenu_Maqsa .rmLink:hover,
.RadMenu_Maqsa .rmFocused,
.RadMenu_Maqsa .rmExpanded
{
	color: #ffcc00;
	text-decoration: underline;	
	/*background: #cccccc url(Menu/menuItemHover.gif) repeat-x;	*/
}

.RadMenu_Maqsa .rmText
{
	font-size: 11px;
	padding: 0px 10px;
	font-family: Arial, Verdana;
}

.RadMenu_Maqsa .rmGroup
{
	background: #fff;
	border: solid 1px #7c7c7c;
}

.RadMenu_Maqsa .rmGroup .rmLink
{
	background: #7c7c7c;/* url(Menu/MenuItemBackground.gif) repeat-y right;*/
	/*border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;*/
	min-width: 120px;
	text-align: left;
}

* html .RadMenu_Maqsa .rmGroup .rmLink
{
    width: 120px;
}

.RadMenu_Maqsa_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Maqsa .rmGroup .rmText
{
	/*border-top: solid 1px white;
	border-bottom: solid 1px white;*/
	padding-left: 12px;
}


.RadMenu_Maqsa_rtl .rmGroup .rmText
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_Maqsa .rmGroup .rmLink:hover,
.RadMenu_Maqsa .rmGroup .rmFocused,
.RadMenu_Maqsa .rmGroup .rmExpanded
{
    background: #7c7c7c;
	/*background: #c8f415 url(Menu/menuItemHover.gif) repeat-x;*/
	color: #ffcc00;
	font-weight: bold;
}

.RadMenu_Maqsa .rmLeftArrow,
.RadMenu_Maqsa .rmRightArrow,
.RadMenu_Maqsa .rmTopArrow,
.RadMenu_Maqsa .rmBottomArrow,
.RadMenu_Maqsa .rmLeftArrowDisabled,
.RadMenu_Maqsa .rmRightArrowDisabled,
.RadMenu_Maqsa .rmTopArrowDisabled,
.RadMenu_Maqsa .rmBottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url(Menu/left.gif) center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_Maqsa .rmTopArrow,
.RadMenu_Maqsa .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_Maqsa .rmBottomArrow,
.RadMenu_Maqsa .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_Maqsa .rmRightArrow,
.RadMenu_Maqsa .rmLeftArrow
{
	height:100%;
}

.RadMenu_Maqsa .rmRightArrow,
.RadMenu_Maqsa .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_Maqsa .rmVertical .rmSeparator .rmText
{
	padding-top: 3px;
	background: #f7f7f7 url(Menu/Separator.gif) no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Maqsa .rmExpandLeft,
.RadMenu_Maqsa .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_Maqsa_rtl .rmExpandLeft,
.RadMenu_Maqsa_rtl .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Maqsa .rmLink:hover .rmExpandLeft,
.RadMenu_Maqsa .rmLink:hover .rmExpandRight,
.RadMenu_Maqsa .rmFocused .rmExpandLeft,
.RadMenu_Maqsa .rmFocused .rmExpandRight,
.RadMenu_Maqsa .rmExpanded .rmExpandLeft,
.RadMenu_Maqsa .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Maqsa_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_Maqsa_rtl .rmLink:hover .rmExpandRight,
.RadMenu_Maqsa_rtl .rmFocused .rmExpandLeft,
.RadMenu_Maqsa_rtl .rmFocused .rmExpandRight,
.RadMenu_Maqsa_rtl .rmExpanded .rmExpandLeft,
.RadMenu_Maqsa_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}