/* Top Menu Skin 105 
	Note: the "101" from RadMenu_101 should remain the same - this is not a var */

#TopMenu{display:block; position:relative; height:60px; margin-bottom:0px; z-index:500;}
#MenuFill {display:inline; position:absolute; width:774px; height:60px; top:0px; left:0px; background:#295982 url(Menu/MenuBackground.jpg) repeat-x;}
#OrgLogoElement {display:inline; position:absolute; z-index:300; width:370px; top:-44px; left:0px;}
#MenuElements {display:inline; position:absolute; left:370px; z-index:200; width:400px; margin:0; height:60px;}
#UtilityButtonContainer {display:inline; position:absolute; left:776px; top:0px; width:94px; height:30px; line-height:30px; margin-bottom:6px; }
#UtilityButtonContainer ul { list-style-type: none; font-size:12px; font-weight:700; font-family: Arial, Helvetica, sans-serif; background: #2A5B86 url(Menu/UtilityButton.jpg); text-align:center; cursor:pointer;}
#UtilityButtonContainer a {display: block; padding: 0px;}
#UtilityButtonContainer a:link, UtilityButtonContainer a:visited, UtilityButtonList a:visited {color: #FFF; text-decoration: none;}
#UtilityButtonContainer a:hover {background: #2A5B86 url(Menu/UtilityButton_over.jpg);}

.RadMenu_101 
{
	/*background: #9F98BB url(Menu/MenuBackground.jpg) repeat-x top left;*/
}

.RadMenu_101_Context
{
	background: none;
	border: 0;
}

.RadMenu_101 a
{
	text-decoration: none;
}

.RadMenu_101 .rmLink
{

	text-decoration: none;
	color: #fff;
}

.RadMenu_101 .rmLink:focused,
.RadMenu_101 .rmFocused
{
	outline: 0;
}

.RadMenu_101 .rmExpanded
{
	z-index: 10000;
}

.RadMenu_101 .rmLink:hover,
.RadMenu_101 .rmFocused,
.RadMenu_101 .rmExpanded /* TopMenu: Selected */
{
	color: #FFCC00;
}

.RadMenu_101 .rmLink .rmText /* All Menu Items */
{
	font: normal 12px Arial, sans-serif;
	text-align: center;
	vertical-align:middle;
	line-height: 14px;
	margin-top:12px;
	cursor:pointer;
}

.RadMenu_101 .rmGroup
{
	background: #000000;
}


.RadMenu_101 .rmGroup .rmLink /* SubMenu: Not selected */
{
	text-decoration: none;
	color: #fff;
	background: #6B5990;
}

.RadMenu_101 .rmGroup .rmLink:hover, /* SubMenu: Selected */
.RadMenu_101 .rmGroup .rmFocused,
.RadMenu_101 .rmGroup .rmExpanded 
{
	color: #fff;
	background: #A59EC0;
}

.RadMenu_101 .rmText /* Top Menu properties */
{
	padding: 3px 5px 5px 5px;
	text-align:center;
}

.RadMenu_101 .rmGroup .rmLink .rmText /* Sub Menu properties */
{
	font-size: 12px;
	margin:4px 15px 4px 15px;
}



/* <expand arrows styling> */

.RadMenu_101 .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_101 .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_101 .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_101 .rmGroup .rmFocused .rmExpandRight,
.RadMenu_101 .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_101 .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_101 .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_101 .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_101 .rmHorizontal .rmItem { border-right: 0; }
.RadMenu_101 .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_101 .rmVertical .rmItem { border-bottom: 1px solid #ffffff; }
.RadMenu_101 .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_101 .rmRootGroup .rmGroup .rmItem,
.RadMenu_101_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 1; }

.RadMenu_101 .rmGroup
{
	border: 1px solid #ffffff;
	background-color: #2F6192;
}

.RadMenu_101 .rmGroup .rmExpanded
{
	z-index: 11;
	background-color: #3E7EBF;
}

.RadMenu_101 .rmTopArrowDisabled,
.RadMenu_101 .rmBottomArrowDisabled,
.RadMenu_101 .rmLeftArrowDisabled,
.RadMenu_101 .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_101 .rmTopArrow,
.RadMenu_101 .rmBottomArrow,
.RadMenu_101 .rmLeftArrow,
.RadMenu_101 .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_101 .rmTopArrow,
.RadMenu_101 .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_101 .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_101 .rmLeftArrow,
.RadMenu_101 .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_101 .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_101 .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_101 .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_101 .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_101 .rmRootGroup .rmSeparator,
.RadMenu_101 .rmGroup .rmSeparator
{
	background: #ff0000;
	border-top: 0px solid #676767;
	border-bottom: 0;
}

.RadMenu_101 .rmSeparator .rmText
{
	display: none;
}

.RadMenu_101 .rmHorizontal .rmSeparator
{
	height: 60px;
	width: 3px;
	border: 0;
	background:  #2A5B86 url(Menu/MenuSeperator.jpg) repeat-x top left;
}

.RadMenu_101 .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_101 .rmLeftImage
{
	margin: 2px;
}

.RadMenu_101 .rmSlide /* Position of sliding tier */
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_101 .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_101 .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_101 .rmItem .rmDisabled:hover
{
	background: none;
}