﻿.MainMenu ul.AspNet-Menu /* Tier 1 */
{
    width: auto;
	height:auto;
}

.MainMenu ul a /*overwrite the Gobal CSS hover */
{
	Color:white !important;	
	FONT-FAMILY: 'Verdana', 'Arial', 'Helvetica' !important;
	FONT-WEIGHT: bold !important;
	text-decoration: none !important;
}

.MainMenu li /* all list items */
{
    width: 97px;
    height:28px;
	background:  url(../../Images/unSelectedTabWithConers.png) no-repeat;
}

.MainMenu a, /* all anchors and spans (nodes with no link) */
.MainMenu span
{
	color:white;
    text-align:center;
    padding: 7px 0px 4px 0px;
}

.MainMenu .AspNet-Menu-Selected /* this tier is selected */
{
    background: url(../../Images/SelectedTabWithConers.png) no-repeat;
}

/*----------------------------------------------------------------------------
*
*					Sub Menu Css
*
*-----------------------------------------------------------------------------*/

	/* Tier 1 */
.subMenu ul.AspNet-Menu 
{
	width: 100%;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION:None; 
    z-index:1000 !important;  /* Set to 1000 because dashboards are set to 101 */
}

	/* Tier 1 items */
.subMenu ul.AspNet-Menu li /* Tier 1 */
{
    background: transparent url(../../Images/separator.JPG) no-repeat right; 
}

	/* Tier 2 */
.subMenu ul.AspNet-Menu ul  
{
	top: 100%;
	background-image:url(../../Images/MenuUnSelectedBar.png);  
	
}

	/* level 2 items  */
.subMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 18.0em;
    background: none;
    height:19px;

}

	/* Tier 3+ */
.subMenu ul.AspNet-Menu ul ul  
{
    left:18.0em;
    top:0; 
    color:Black;
}

	/* Width of the 3+ tier*/
.subMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 18.0em;
}

	/* all list items */
.subMenu li 
{    
	FONT-FAMILY: 'Verdana', 'Arial', 'Helvetica';
    color:Black; 
}

	/* all anchors and spans (nodes with no link) */
.subMenu a,
.subMenu span
{
    color: Black !important;
    text-decoration:none !important;
    padding:2px 6px 2px 6px;  
}
	/* leaves */
.subMenu li.AspNet-Menu-Leaf a, 
.subMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;    
}

/* hovered text */

/* Top level */
.subMenu li:hover a, 
.subMenu li:hover span
{
	color: Black;
	background-color:#f3b12e; 
}

.subMenu li:hover li:hover a,
.subMenu li.AspNet-Menu-Hover a,
.subMenu li.AspNet-Menu-Hover span,
.subMenu li:hover li:hover span,
.subMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.subMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.subMenu li:hover li:hover li:hover a,
.subMenu li:hover li:hover li:hover span,
.subMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.subMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.subMenu li:hover li:hover li:hover li:hover a,
.subMenu li:hover li:hover li:hover li:hover span,
.subMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.subMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
    background: transparent url(../../Images/activeArrowRight.gif) right center no-repeat;
	background-color:#f3b12e;
}

/* the tier above this one is hovered */
.subMenu li:hover li a, 
.subMenu li:hover li span,
.subMenu li.AspNet-Menu-Hover li a,
.subMenu li.AspNet-Menu-Hover li span,
.subMenu li:hover li:hover li a,
.subMenu li:hover li:hover li span,
.subMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.subMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span,
.subMenu li:hover li:hover li:hover li a,
.subMenu li:hover li:hover li:hover li span,
.subMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.subMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
	color:Black !important;
    background: transparent url(../../Images/arrowRight.gif) right center no-repeat;
}
 
.subMenu AspNet-Menu-Leaf hover
{
    color: Black !important;
	background-color:#335f72;
}
	/* this tier is selected */
.subMenu .AspNet-Menu-Selected 
{   
  background-color:#f3b12e;
  color:White !important;
}


/*----------------------------------------------------------------------------
*
*					Users and Groups Menu Css
*
*-----------------------------------------------------------------------------*/


.UserMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 100%;
	height:25px;
	z-index:0;
}

.UserMenu li /* all list items */
{
    color:white;
    width: 102px;
	background:  url(../../Images/User_Tab_UnSelected.PNG) no-repeat;
	height:30px;
}


.UserMenu a, /* all anchors and spans (nodes with no link) */
.UserMenu span
{
	color:white !important;
	padding: 4px 2px 0px 2px;
	text-align:center;
	text-decoration:none !important;
}

.UserMenu .AspNet-Menu-Selected /* this tier is selected */
{
	color:black !important;
    background: url(../../Images/User_Tab_Selected.PNG) no-repeat;
}



