/* r.a.d.menu PaxiGo skin */
 @import "/RadControls/Skins/Menu.css";

/***********  Prospect stuff below */

.RadMenu_PaxiGo 
{  /* do not put an image in here, it hides the rollover. dddhjh */
}

.RadMenu_PaxiGo_Context
{
	background: none;
	border:0;
}

.RadMenu_PaxiGo .rmLink
{
	text-decoration: none;
	color: white;   /* This is the main menu text */
	background: White url(Menu/menu.gif) repeat-x ;  /* THis is the main menu image for each item */
}

.RadMenu_PaxiGo .rmLink:hover,
.RadMenu_PaxiGo .rmFocused,
.RadMenu_PaxiGo .rmExpanded
{
	color: #6D6E70;  /* This is the rollover text */
	background: White url(Menu/menu_over.gif) repeat-x ;  /* This is the rollover image for the main menu items */
}

.RadMenu_PaxiGo .rmText
{
	/*background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;*/
	padding-left: 15px; /* should be adjusted to the size of the images, if they are larger than 16x16px */
	margin-right: 0px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 35px;
	padding-right: 15px;
    background-image:none;
}


/*.RadMenu_PaxiGo .rmRootGroup .rmText .rmLeftImage
{
	margin: 3px 1px 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
/*}*/

.RadMenu_PaxiGo .rmHorizontal .rmExpandBottom,  
.RadMenu_PaxiGo .rmHorizontal .rmExpandTop  
{  
  background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;  
} 

.RadMenu_PaxiGo .rmVertical .rmExpandLeft,
.RadMenu_PaxiGo .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImage.gif) no-repeat right center;  
} 


.RadMenu_PaxiGo .rmSlide
{
	margin-top:-1px;
}

.RadMenu_PaxiGo .rmGroup
{
	background: #007ACC;
	width:200px;
}

.RadMenu_PaxiGo .rmGroup .rmLink
{
	background: #007ACC; /* The flyout */
	border: 0px;
	color: #FFF;
	width:200px;
	padding-bottom: 0px !important;
}

.RadMenu_PaxiGo .rmGroup .rmText
{
	font-weight: normal !important;
	background: none;
	margin-right: 0 !important;
	padding-left: 30px;
	padding-right: 40px;
	font-size: 11px;
}

.RadMenu_PaxiGo .rmGroup .rmLink:hover
{
	background: #0062CC; /* This is the hover for the flyout */
	border: 0px;
}

.RadMenu_PaxiGo .rmGroup .rmLink:hover .rmExpandRight
{
	background: #0062CC url(Menu/invertedGroupImage.gif) no-repeat right center; /* This is the hover for the flyout when it has sub items */
	border: 0px;
}

.RadMenu_PaxiGo .rmGroup .rmExpanded
{
	background: #0062CC; /* This is the the flyout when sub items have been expanded from it */
	border: 0px;
}

.RadMenu_PaxiGo .rmLeftArrow,
.RadMenu_PaxiGo .rmRightArrow,
.RadMenu_PaxiGo .rmTopArrow,
.RadMenu_PaxiGo .rmBottomArrow,
.RadMenu_PaxiGo .rmLeftArrowDisabled,
.RadMenu_PaxiGo .rmRightArrowDisabled,
.RadMenu_PaxiGo .rmTopArrowDisabled,
.RadMenu_PaxiGo .rmBottomArrowDisabled
{
	background: #e7f1ff url(Menu/left.gif) center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_PaxiGo .rmTopArrow,
.RadMenu_PaxiGo .rmTopArrowDisabled
{
	background-image: url(Menu/top.gif);
	width: 100%;
	height: 15px;
}

.RadMenu_PaxiGo .rmBottomArrow,
.RadMenu_PaxiGo .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width: 100%;
	height: 15px;
}

.RadMenu_PaxiGo .rmRightArrow,
.RadMenu_PaxiGo .rmLeftArrow
{
	height: 100%;
}

.RadMenu_PaxiGo .rmRightArrow,
.RadMenu_PaxiGo .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_PaxiGo .rmVertical .rmSeparator
{
}

.RadMenu_PaxiGo .rmSeparator .rmText
{
	display: none;
}

.RadMenu_PaxiGo .rmExpandLeft,
.RadMenu_PaxiGo .rmExpandRight,
.RadMenu_PaxiGo .rmFocused .rmExpandLeft,
.RadMenu_PaxiGo .rmFocused .rmExpandRight,
.RadMenu_PaxiGo .rmExpanded .rmExpandLeft,
.RadMenu_PaxiGo .rmExpanded .rmExpandRight
{ /* Rollover for a  menu item that has sub items hanging off it */
}

.RadMenu_PaxiGo .rmGroup .rmExpandLeft,
.RadMenu_PaxiGo .rmGroup .rmExpandRight,
.RadMenu_PaxiGo .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_PaxiGo .rmGroup .rmFocused .rmExpandRight,
.RadMenu_PaxiGo .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_PaxiGo .rmGroup .rmExpanded .rmExpandRight
{
}

/* mozilla only - disabled state */
.RadMenu_PaxiGo .rmLink.rmDisabled,
.RadMenu_PaxiGo .rmLink.rmDisabled:hover
{
	/*-moz-opacity: 0.8;
	 opacity: 0.8; */
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_PaxiGo_rtl,
.RadMenu_PaxiGo_rtl *
{
    text-align:right;
}

.RadMenu_PaxiGo_rtl .rmRootGroup .rmText
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_PaxiGo_rtl .rmGroup .rmText
{
	margin-left: 0 !important;
	padding-left: 40px;
	padding-right: 30px;
}

.RadMenu_PaxiGo .rmLeftImage 
{
	margin: 5px 2px 0;
}

.RadMenu_PaxiGo_rtl .rmHorizontal .rmExpandBottom,  
.RadMenu_PaxiGo_rtl .rmHorizontal .rmExpandTop  
{  
  background-position:left center;  
} 

.RadMenu_PaxiGo_rtl .rmVertical .rmExpandLeft,
.RadMenu_PaxiGo_rtl .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImageRTL.gif) no-repeat left center;
}

.RadMenu_PaxiGo_rtl .rmGroup .rmExpandLeft,
.RadMenu_PaxiGo_rtl .rmGroup .rmExpandRight  
{  
  background: transparent url(Menu/groupImageRTL.gif) no-repeat 5px center;  
}

.RadMenu_PaxiGo_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_PaxiGo_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_PaxiGo_rtl .rmVertical .rmFocused .rmExpandLeft,
.RadMenu_PaxiGo_rtl .rmVertical .rmFocused .rmExpandRight,
.RadMenu_PaxiGo_rtl .rmVertical .rmExpanded .rmExpandLeft,
.RadMenu_PaxiGo_rtl .rmVertical .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_PaxiGo_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_PaxiGo_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_PaxiGo_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_PaxiGo_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_PaxiGo_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_PaxiGo_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/groupImageRTL.gif) 5px center no-repeat;
}

.RadMenu_PaxiGo .rmHorizontal .rmText { padding-bottom:0 !important; }

