.RadMenu_top .rmRootGroup,
.RadMenu_top
{
	background:transparent url('/App_Themes/Plain_780_Mid_RACI/pics/menu/bg.jpg') repeat-x;
}

.RadMenu_top .rmText
{
    padding-left:9px !important;
    padding-right:9px !important;
}

.RadMenu_top .rmGroup .rmText
{
    padding-left:10px !important;
    padding-right:20px !important;
}

.RadMenu_top .rmLink,
.RadMenu_top .rmTemplate .rmText
.RadMenu_top .rmText,
.RadMenu_top .rmDisabled .rmText,
.RadMenu_top .rmDisabled:hover .rmText
{
    font:bold 11px/27px Arial,Verdana,sans-serif;
	text-decoration:none;
	color:#666666;
	background: transparent;
}

.RadMenu_top .rmTemplate .rmText:hover,
.RadMenu_top .rmLink:hover,
.RadMenu_top .rmFocused,
.RadMenu_top .rmExpanded
{
	cursor:hand;
	color:#24667e;
}

.RadMenu_top .rmGroup
{
	border:1px solid #ffffff;
	border-top:0;
}

.RadMenu_top .rmRootGroup li.rmItem .rmGroup
{
	padding:0;
	margin:0;
}

.RadMenu_top .rmGroup .rmLink,
.RadMenu_top .rmGroup .rmTemplate .rmText
{
    font:bold 11px/25px Arial,Verdana;
	background-color:#c9cfcf;
	color:#ffffff;
	text-align:left;
    border-top:1px solid #ffffff;
}

.RadMenu_top .rmGroup .rmTemplate .rmText:hover,
.RadMenu_top .rmGroup .rmLink:hover,
.RadMenu_top .rmGroup .rmFocused,
.RadMenu_top .rmGroup .rmExpanded
{
	background:#638e9e;
}

.RadMenu_top .rmGroup .rmFirst .rmLink,
.RadMenu_top .rmGroup .rmFirst .rmLink:hover
{
    border-bottom:0;
    padding-bottom:0;
}

.RadMenu_top .rmGroup .rmLast .rmLink,
.RadMenu_top .rmGroup .rmLast .rmLink:hover
{
    border-bottom:0;
    padding-bottom:0;
}
    
.RadMenu_top .rmLeftArrow,
.RadMenu_top .rmRightArrow,
.RadMenu_top .rmTopArrow,
.RadMenu_top .rmBottomArrow,
.RadMenu_top .rmLeftArrowDisabled,
.RadMenu_top .rmRightArrowDisabled,
.RadMenu_top .rmTopArrowDisabled,
.RadMenu_top .rmBottomArrowDisabled
{
	width:15px;
}

.RadMenu_top .rmTopArrow,
.RadMenu_top .rmTopArrowDisabled
{
	background-image:url(pics/menupl/top.gif);
	width:100%;
}

.RadMenu_top .rmBottomArrow,
.RadMenu_top .rmBottomArrowDisabled
{
	background-image:url(pics/menupl/bottom.gif);
	width:100%;
}

.RadMenu_top .rmRightArrow,
.RadMenu_top .rmLeftArrow
{
	height:100%;
}

.RadMenu_top .rmRightArrow,
.RadMenu_top .rmRightArrowDisabled
{
	background-image: url(pics/menupl/right.gif);
}

.RadMenu_top .rmVertical .rmSeparator
{
	background: #cccccc;
	font-size: 1px;
}

.RadMenu_top .rmExpandLeft,
.RadMenu_top .rmExpandRight
{
	background: transparent url(pics/menupl/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_top .rmLink:hover .rmExpandLeft,
.RadMenu_top .rmLink:hover .rmExpandRight,
.RadMenu_top .rmFocused .rmExpandLeft,
.RadMenu_top .rmFocused .rmExpandRight,
.RadMenu_top .rmExpanded .rmExpandLeft,
.RadMenu_top .rmExpanded .rmExpandRight
{
	margin-right: 4px;
}