/* item below controls overall top level menu look */

.RadMenu_ADTECH 
{
	margin-top: -5px;
	border: 0px solid #010101;
	text-align: left;
}

.RadMenu_ADTECH_rtl
{
	text-align: right;
}

.RadMenu_ADTECH_Context
{
	background: none;
	border: 0;
}

.RadMenu_ADTECH a
{
	text-decoration: none;
}

.RadMenu_ADTECH .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

.RadMenu_ADTECH .rmLink:focus,
.RadMenu_ADTECH .rmFocused
{
	outline: 0;
}

.RadMenu_ADTECH .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_ADTECH .rmLink:hover,
.RadMenu_ADTECH .rmFocused,
.RadMenu_ADTECH .rmExpanded
{
	background-color: #fff;
	color: #333;
}

/* text styling of the links within the menu */

.RadMenu_ADTECH .rmLink .rmText
{
	font: normal 12px Arial, sans-serif;
	line-height: 20px;
}

/* rmGroup controls the main style of the drop down area */

.RadMenu_ADTECH .rmGroup
{
	border: 1px solid #828282;
	background-color: #FFFFFF;
}

/* inidividual link items */

.RadMenu_ADTECH .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
	border-bottom: 0px solid #f7f7f7;
	background: url(Menu/MenuItemBackground.gif) repeat-x;
	background-position: 0px 12px;
}

.RadMenu_ADTECH_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_ADTECH .rmGroup .rmLink:hover,
.RadMenu_ADTECH .rmGroup .rmFocused,
.RadMenu_ADTECH .rmGroup .rmExpanded
{
	color: #333;
	background: #fe903b;
}

.RadMenu_ADTECH .rmText
{
	padding: 3px 20px 5px;
}

.RadMenu_ADTECH .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 4px 37px 5px 20px;
}

.RadMenu_ADTECH_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}

.RadMenu_ADTECH .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_ADTECH .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_ADTECH .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_ADTECH .rmGroup .rmFocused .rmExpandRight,
.RadMenu_ADTECH .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_ADTECH .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_ADTECH .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_ADTECH .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* the item below controls the horizontal seperator between menu items */

.RadMenu_ADTECH .rmHorizontal .rmItem { border-right: 0px solid #353535; padding-bottom:1px; }
.RadMenu_ADTECH .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_ADTECH .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_ADTECH .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_ADTECH_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_ADTECH .rmRootGroup .rmGroup .rmItem,
.RadMenu_ADTECH_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_ADTECH .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_ADTECH .rmTopArrow,
.RadMenu_ADTECH .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_ADTECH .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_ADTECH .rmLeftArrow,
.RadMenu_ADTECH .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_ADTECH .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_ADTECH .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_ADTECH .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_ADTECH .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_ADTECH .rmRootGroup .rmSeparator,
.RadMenu_ADTECH .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_ADTECH .rmSeparator .rmText
{
	display: none;
}

.RadMenu_ADTECH .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_ADTECH .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_ADTECH .rmLeftImage
{
	margin: 2px;
}

.RadMenu_ADTECH .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_ADTECH .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_ADTECH_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_ADTECH .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_ADTECH .rmItem .rmDisabled:hover
{
	background: none;
}