.RadMenu_Buzzbox
{
	background: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	height: 15px;
	font-weight: normal;

}

.RadMenu_Buzzbox .rmRootGroup
{
	margin: 2px 5px;
}

.RadMenu_Buzzbox_Context
{
	background:none;
	padding:0;
}

.RadMenu_Buzzbox .rmLink
{
	color:#666666;
	text-decoration:none;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	cursor: hand;
	font-weight: bold;

}

.RadMenu_Buzzbox .rmVertical .rmSeparator 
{
	padding:0;
	margin:1px 0;
}

.RadMenu_Buzzbox .rmVertical .rmSeparator .rmText
{
	border-top:1px solid #6A8CCB;
	margin-left: 28px;
}

.RadMenu_Buzzbox .rmRootGroup .rmFocused, .RadMenu_Buzzbox .rmRootGroup .rmLink:hover
{
	border: 0px;
	color: #ff6600;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	cursor: hand;
}

.RadMenu_Buzzbox .rmRootGroup .rmDisabled:hover,
.RadMenu_Buzzbox .rmRootGroup .rmDisabled
{
	background:#ffffff;
	border:0;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	color: #666;
}

.RadMenu_Buzzbox .rmHorizontal .rmExpanded,
.RadMenu_Buzzbox .rmHorizontal .rmExpanded:hover
{
	border: 0px;
	color: #ff6600;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

.RadMenu_Buzzbox .rmVertical .rmExpanded,
.RadMenu_Buzzbox .rmVertical .rmExpanded:hover
{
	border:1px solid #002D96;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	font-weight: normal;
	
}

.RadMenu_Buzzbox .rmGroup
{
	border:1px solid #CCCCCC;
	float:left;
	background:#ffffff;
	font-weight: normal;
}

.RadMenu_Buzzbox .rmGroup .rmLink
{
	padding:2px;
}

.RadMenu_Buzzbox .rmGroup .rmItem
{
	margin:0;
	padding:1px;
}

.RadMenu_Buzzbox .rmGroup .rmLink:hover, .RadMenu_Buzzbox .rmGroup .rmFocused, .RadMenu_Buzzbox .rmGroup .rmExpanded
{
	background-color: #ffcc00;
	background-image: none;
	border: 0px;
	padding: 2px;
	color: #000000;
	font-weight: normal;
}

.RadMenu_Buzzbox .rmGroup .rmDisabled:hover,
.RadMenu_Buzzbox .rmGroup .rmDisabled
{
	background-color:#ffffff;
	background-image:none;
	border:0;
	padding:2px;
	color: #ccc;
	cursor: hand;
	font-weight: normal;
}

.RadMenu_Buzzbox .rmGroup .rmText
{
	width: 185px !important;
	padding: 0px 0px 0px 7px !important;
	text-align:left;
	font-weight: normal;
}

.RadMenu_Buzzbox .rmText
{
	padding: 0 !important;
	line-height: 20px;
}

.RadMenu_Buzzbox .rmExpandLeft,
.RadMenu_Buzzbox .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
	padding-right:10px;
}

.RadMenu_Buzzbox .rmTopArrow,
.RadMenu_Buzzbox .rmTopArrowDisabled,
.RadMenu_Buzzbox .rmRightArrow,
.RadMenu_Buzzbox .rmRightArrowDisabled,
.RadMenu_Buzzbox .rmLeftArrow,
.RadMenu_Buzzbox .rmLeftArrowDisabled,
.RadMenu_Buzzbox .rmBottomArrow,
.RadMenu_Buzzbox .rmBottomArrowDisabled
{
	height:16px;
	text-decoration:none;
	color:#E3EFFF;
	text-indent:-9000px;
}

.RadMenu_Buzzbox_rtl .rmTopArrow,
.RadMenu_Buzzbox_rtl .rmTopArrowDisabled,
.RadMenu_Buzzbox_rtl .rmRightArrow,
.RadMenu_Buzzbox_rtl .rmRightArrowDisabled,
.RadMenu_Buzzbox_rtl .rmLeftArrow,
.RadMenu_Buzzbox_rtl .rmLeftArrowDisabled,
.RadMenu_Buzzbox_rtl .rmBottomArrow,
.RadMenu_Buzzbox_rtl .rmBottomArrowDisabled
{
	text-indent:9000px;
}

.RadMenu_Buzzbox .rmRightArrow,
.RadMenu_Buzzbox .rmRightArrowDisabled
{
	background: #F6F6F6 url(Menu/right.gif) center center no-repeat;
	width:25px;
	height:100%;
}

.RadMenu_Buzzbox .rmLeftArrow,
.RadMenu_Buzzbox .lefttArrowDisabled
{
	background: #F6F6F6 url(Menu/left.gif) center center no-repeat;
	width:25px;
	height:100%;
}

.RadMenu_Buzzbox .rmTopArrow,
.RadMenu_Buzzbox .rmTopArrowDisabled
{
	background: #e3efff url(Menu/top.gif) center center no-repeat;
	width: 100%;
}

.RadMenu_Buzzbox .rmBottomArrow,
.RadMenu_Buzzbox .rmBottomArrowDisabled
{
	background: #e3efff url(Menu/bottom.gif) center center no-repeat;
	width: 100%;
}

.RadMenu_Buzzbox .rmScrollWrap
{
	position: relative;
}

.RadMenu_Buzzbox_rtl,
.RadMenu_Buzzbox_rtl *
{
    text-align:right !important;
}

.RadMenu_Buzzbox_rtl .rmGroup .rmText
{
	padding: 0px 25px 0px 46px !important;
}

.RadMenu_Buzzbox_rtl .rmGroup
{
	background-position: right;
}

.RadMenu_Buzzbox_rtl .rmExpandLeft,
.RadMenu_Buzzbox_rtl .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}