/* RadMenu GLACUHO skin */

.RadMenu *
{
	cursor: pointer;
}

.RadMenu_Glacuho
{
	padding-top: 16px;
	padding-left: 20px;
	height: 22px;
}

#menu .RadMenu_Glacuho .focused
{
	color: #aaa;
}

.RadMenu_Glacuho .rmSlide
{
	margin-top: 10px;
	padding-bottom: 13px;
	background-image: url(/images/menu-drop-bg.gif);
	-moz-border-radius: 0px 0px 10px 10px;
}

.RadMenu_Glacuho .rmGroup .rmSlide
{
	margin-top: -4px;
	-moz-border-radius-topright: 10px;
}

.RadMenu_Glacuho .rmGroup li
{
	margin-left: 0px !important;
	padding-left: 0px !important;
	border-style: none !important;
}

.RadMenu_Glacuho .rmLink
{
	text-decoration: none;
	line-height: 12px;
}

.RadMenu_Glacuho .rmGroup .rmItem
{
	font-size: 1.0em;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-left: 0px;
	border-style: none;
}

.RadMenu_Glacuho .rmGroup .rmItem.rmFirst
{
	margin-top: 9px;
}

.RadMenu_Glacuho .rmRootGroup > .rmFirst
{
	margin-left: 0px;
	padding-left: 0px;
}

.RadMenu_Glacuho .rmRootGroup > .rmLast
{
	border-style: none;
	padding-right: 0px;
	padding-bottom: 0px;
}

.RadMenu_Glacuho .rmText
{
	padding: 0px 3px 0px 3px;
}

.RadMenu_Glacuho .rmRootGroup .rmItem
{
	margin-left: 0px;
}

.RadMenu_Glacuho .rmGroup .rmItem .rmText
{
	padding-right: 23px;
	padding-left: 20px;
}

.RadMenu_Glacuho .rmGroup .rmLink
{
	text-align: left;
}

* html .RadMenu_Glacuho .rmGroup .rmLink
{
}

.RadMenu_Glacuho_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Glacuho .rmGroup .rmLink:hover, .RadMenu_Glacuho .rmGroup .rmFocused, .RadMenu_Glacuho .rmGroup .rmExpanded
{
}

.RadMenu_Glacuho .rmLeftArrow, .RadMenu_Glacuho .rmRightArrow, .RadMenu_Glacuho .rmTopArrow, .RadMenu_Glacuho .rmBottomArrow, .RadMenu_Glacuho .rmLeftArrowDisabled, .RadMenu_Glacuho .rmRightArrowDisabled, .RadMenu_Glacuho .rmTopArrowDisabled, .RadMenu_Glacuho .rmBottomArrowDisabled
{
	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_Glacuho .rmTopArrow, .RadMenu_Glacuho .rmTopArrowDisabled
{
	background-image: url(Menu/top.gif);
	width: 100%;
}

.RadMenu_Glacuho .rmBottomArrow, .RadMenu_Glacuho .rmBottomArrowDisabled
{
	background-image: url(Menu/bottom.gif);
	width: 100%;
}

.RadMenu_Glacuho .rmRightArrow, .RadMenu_Glacuho .rmLeftArrow
{
	height: 100%;
}

.RadMenu_Glacuho .rmRightArrow, .RadMenu_Glacuho .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_Glacuho .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_Glacuho .rmExpandLeft, .RadMenu_Glacuho .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_Glacuho_rtl .rmExpandLeft, .RadMenu_Glacuho_rtl .rmExpandRight
{
	background: transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Glacuho .rmLink:hover .rmExpandLeft, .RadMenu_Glacuho .rmLink:hover .rmExpandRight, .RadMenu_Glacuho .rmFocused .rmExpandLeft, .RadMenu_Glacuho .rmFocused .rmExpandRight, .RadMenu_Glacuho .rmExpanded .rmExpandLeft, .RadMenu_Glacuho .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Glacuho_rtl .rmLink:hover .rmExpandLeft, .RadMenu_Glacuho_rtl .rmLink:hover .rmExpandRight, .RadMenu_Glacuho_rtl .rmFocused .rmExpandLeft, .RadMenu_Glacuho_rtl .rmFocused .rmExpandRight, .RadMenu_Glacuho_rtl .rmExpanded .rmExpandLeft, .RadMenu_Glacuho_rtl .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Glacuho .rmDisabled, .RadMenu_Glacuho .rmDisabled:hover
{
}