/* RadMenu Default skin */

.RadMenu_VistaBlue
{
    /*padding: 5px 0px 5px 0px;*/
    z-index: 1;
    width: 100%;
    margin: 0px 0px 0px 0px;
    border-bottom: black 1px solid;
    font: 14px "Trebuchet MS" , Arial, sans-serif;
    background: url("Menu/MenuBackground.gif" ) repeat-x top left;
    text-align: left;
    height: 28px;
    display:block;
    
}

.RadMenu_VistaBlue_rtl
{
	text-align: right;
}

.RadMenu_VistaBlue_Context
{
	background: none;
	border: 0;
}

.RadMenu_VistaBlue a
{
	text-decoration: none;
}

.RadMenu_VistaBlue .rmLink
{
	/*padding: 5px 0px 5px 0px;*/
	text-decoration: none;
	color: #fff;
	position: relative;
	float:left;
	height:28px;
}

.RadMenu_VistaBlue .rmLink:focus,
.RadMenu_VistaBlue .rmFocused
{
	outline: 0;
}

.RadMenu_VistaBlue .rmExpanded
{
	z-index: 10000;
}

.RadMenu_VistaBlue .rmLink:hover,
.RadMenu_VistaBlue .rmFocused,
.RadMenu_VistaBlue .rmExpanded
{
	z-index: 1;
	height:28px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	background: url( "Menu/MenuBackgroundHover.gif" ) repeat-x top left;
}

.RadMenu_VistaBlue .rmLink .rmText
{
	font: 14px "Trebuchet MS" , Arial, sans-serif;
}

.RadMenu_VistaBlue .rmGroup
{
	background: #fff;
}

.RadMenu_VistaBlue .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
}

.RadMenu_VistaBlue_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_VistaBlue .rmGroup .rmLink:hover,
.RadMenu_VistaBlue .rmGroup .rmFocused,
.RadMenu_VistaBlue .rmGroup .rmExpanded
{
	color: #fff;
	background: #34689a;
}

.RadMenu_VistaBlue .rmText
{
	padding: 3px 8px 5px 8px;
}

.RadMenu_VistaBlue .rmGroup .rmLink .rmText
{
	font-size: 13px;
}

/* <expand arrows styling> */

.RadMenu_VistaBlue .rmGroup .rmLink .rmExpandRight
{
	padding-right:16px;
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right 0px;
}

.RadMenu_VistaBlue .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_VistaBlue .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_VistaBlue .rmGroup .rmFocused .rmExpandRight,
.RadMenu_VistaBlue .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_VistaBlue .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_VistaBlue .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_VistaBlue .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_VistaBlue .rmHorizontal .rmItem { /*border-right: 1px solid #353535;*/ }
.RadMenu_VistaBlue .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_VistaBlue .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_VistaBlue .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_VistaBlue_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_VistaBlue .rmRootGroup .rmGroup .rmItem,
.RadMenu_VistaBlue_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; }

.RadMenu_VistaBlue .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_VistaBlue .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_VistaBlue .rmTopArrowDisabled,
.RadMenu_VistaBlue .rmBottomArrowDisabled,
.RadMenu_VistaBlue .rmLeftArrowDisabled,
.RadMenu_VistaBlue .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_VistaBlue .rmTopArrow,
.RadMenu_VistaBlue .rmBottomArrow,
.RadMenu_VistaBlue .rmLeftArrow,
.RadMenu_VistaBlue .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_VistaBlue .rmTopArrow,
.RadMenu_VistaBlue .rmBottomArrow {
    height: 10px;
    width: 100%;
    background-image: url('Menu/MenuBackground.gif');
    background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_VistaBlue .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_VistaBlue .rmLeftArrow,
.RadMenu_VistaBlue .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_VistaBlue .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_VistaBlue .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_VistaBlue .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_VistaBlue .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_VistaBlue .rmRootGroup .rmSeparator,
.RadMenu_VistaBlue .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_VistaBlue .rmSeparator .rmText
{
	display: none;
}

.RadMenu_VistaBlue .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_VistaBlue .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_VistaBlue .rmLeftImage
{
	margin: 2px;
}

.RadMenu_VistaBlue .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_VistaBlue .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_VistaBlue .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_VistaBlue_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_VistaBlue_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_VistaBlue_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_VistaBlue .rmItem .rmDisabled:hover
{
	background: none;
}