
.RadMenu_ActionPortal 
{
	z-index:500;
	background-image: url(radmenu/mainNavBar.png);
}

.RadMenu_ActionPortal_Context
{
	background: none;
	border:0;	
}

.RadMenu_ActionPortal .rmLink
{
	line-height: 36px;
	text-decoration:none;	
	color: #666;
	border-right: dotted 1px White;
	background-image: url(radmenu/mainNavBar.png);
}

.RadMenu_ActionPortal .rmLink:hover,
{
	background: #374562;
	cursor:auto;
}
.RadMenu_ActionPortal .rmFocused,
.RadMenu_ActionPortal .rmExpanded
{
	color: #000;
	cursor:auto;
}

.RadMenu_ActionPortal .rmText
{
	padding-left: 15px;	
	padding-right: 15px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: White;
}

.RadMenu_ActionPortal .level1 .rmText
{
	padding-left: 10px;	
}

.RadMenu_ActionPortal .rmGroup
{
}

.RadMenu_ActionPortal .rmGroup .rmLink
{
	line-height:36px;
	border-right: solid 1px White;
	border-left: solid 1px White;
	border-top: solid 1px White;
	text-align: left;
}

.RadMenu_ActionPortal .rmGroup .rmLink:hover,
.RadMenu_ActionPortal .rmGroup .rmFocused,
.RadMenu_ActionPortal .rmGroup .rmExpanded
{
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	background-color: #CCCCCC;
}

.RadMenu_ActionPortal .rmGroup .rmLink:hover .rmText
{
	color: Black;
}

.RadMenu_ActionPortal .rmLeftArrow,
.RadMenu_ActionPortal .rmRightArrow,
.RadMenu_ActionPortal .rmTopArrow,
.RadMenu_ActionPortal .rmBottomArrow,
.RadMenu_ActionPortal .rmLeftArrowDisabled,
.RadMenu_ActionPortal .rmRightArrowDisabled,
.RadMenu_ActionPortal .rmTopArrowDisabled,
.RadMenu_ActionPortal .rmBottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_ActionPortal .rmTopArrow,
.RadMenu_ActionPortal .rmTopArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_ActionPortal .rmBottomArrow,
.RadMenu_ActionPortal .rmBottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_ActionPortal .rmRightArrow,
.RadMenu_ActionPortal .rmLeftArrow
{
	height:100%;
}

.RadMenu_ActionPortal .rmRightArrow,
.RadMenu_ActionPortal .rmRightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_ActionPortal .rmVertical .rmSeparator .rmText
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_ActionPortal .rmExpandLeft,
.RadMenu_ActionPortal .rmExpandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_ActionPortal_rtl .rmExpandLeft,
.RadMenu_ActionPortal_rtl .rmExpandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_ActionPortal .rmLink:hover .rmExpandLeft,
.RadMenu_ActionPortal .rmLink:hover .rmExpandRight,
.RadMenu_ActionPortal .rmFocused .rmExpandLeft,
.RadMenu_ActionPortal .rmFocused .rmExpandRight,
.RadMenu_ActionPortal .rmExpanded .rmExpandLeft,
.RadMenu_ActionPortal .rmExpanded .rmExpandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_ActionPortal_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_ActionPortal_rtl .rmLink:hover .rmExpandRight,
.RadMenu_ActionPortal_rtl .rmFocused .rmExpandLeft,
.RadMenu_ActionPortal_rtl .rmFocused .rmExpandRight,
.RadMenu_ActionPortal_rtl .rmExpanded .rmExpandLeft,
.RadMenu_ActionPortal_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
 