﻿/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */
/* See WhitePaper.aspx for details. */
ul.AspNet-Menu
{
	position: relative;
	z-index: 100;
	
}


ul.AspNet-Menu, ul.AspNet-Menu ul
{
	margin: 0;
	padding: 0;
	display: block;
	background: white;
}

ul.AspNet-Menu li
{
	background-image: none !important;
	position: relative;
	list-style-type: none;
	float: left;
	padding: 0px 5px 2px 5px;
	margin-top: 0px;
	width: 7.5em;
	background: #F9F9F9;
}

ul.AspNet-Menu ul li
{
	width: 15em;
}

ul.AspNet-Menu li:hover
{
	background-color: #EEEEEE;
}

ul.AspNet-Menu li a, ul.AspNet-Menu li span
{
	padding: 2px 0px 2px 0px;
	vertical-align: middle;
	text-align: left;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: Black;
}

ul.AspNet-Menu ul
{
	left: 0;
	position: absolute;
	visibility: hidden;
	border: solid 1px #bbb;
}
ul.AspNet-Menu ul ul
{
	z-index: 110;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul, ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
	visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul, ul.AspNet-Menu li li:hover ul, ul.AspNet-Menu li li li:hover ul, ul.AspNet-Menu li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
	visibility: visible;
}

.AspNet-Menu-Vertical ul.AspNet-Menu li
{
	width: 100%;
}

.AspNet-Menu-NonLink
{
	cursor: default;
}

/***************************/
.HorizontalMenu
{
	width:8em;
}
.HorizontalMenu ul.AspNet-Menu /* Tier 1 */
{
	width: 5em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.HorizontalMenu ul.AspNet-Menu ul /* Tier 2 */
{
	top: 100%;
	border: 1px solid #eee;
	margin-left: -0;
}

.HorizontalMenu ul.AspNet-Menu ul ul /* Tier 3+ */
{
	top: -0.5em;
	left: 0.5em;
	width: 15em;
}

.HorizontalMenu ul.AspNet-Menu li ul ul /* Tier 3+ */
{
	left: -30em;
}

/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items*/
.HorizontalMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
	width: 100%;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
.HorizontalMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
	top: 100%;
}

.HorizontalMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
	top: -0.3em;
}

/* Third tier menus drop to the side*/
.HorizontalMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
	margin: 0 0 0 15em;
	z-index: 110;
}

.HorizontalMenu ul.AspNet-Menu li span
{
	background: transparent url(../images/icons/arrowBlackDownSmall.gif) no-repeat right;
	width: 100%;
	margin-right: 5px;
}

.HorizontalMenu ul.AspNet-Menu ul li span
{
	background: transparent url(../images/icons/ArrowBlackRight.gif) no-repeat right;
	margin-right: 5px;
}


.HorizontalMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	/*border: solid 1px black !important;     background-color:#3F3F3F;*/
}

.HorizontalMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	/*background-color:#A6C3E2;*/
}


/*-------------*/
.ActionsMenu
{
	float: right;
	margin-left: 5px;
}

.ActionsMenu ul.AspNet-Menu
{
	font-size: 13px;
}

.ActionsMenu ul.AspNet-Menu li a, .ActionsMenu ul.AspNet-Menu li span
{
	font-size: 13px;
}

.ActionsMenu ul.AspNet-Menu li
{
	z-index: 500;
	width: 5em;
}

.ActionsMenu ul.AspNet-Menu ul li
{
	width: 11em;
}

.ActionsMenu ul.AspNet-Menu ul
{
	margin-left: -6em;
}

.ActionsMenu ul.AspNet-Menu li span
{
	background: transparent url(/images/icons/ArrowBlack.gif) no-repeat right center;
}

/*-----------*/
#MainMenu
{
	background: transparent url(/images/naviBg.gif) no-repeat top left;
	padding-left: 10px;
	padding-top: 5px;
	height: 35px;
}

#MainMenu .HorizontalMenu
{
	float: right;
	padding-right: 15px;
}

#mainNaviBox ul.AspNet-Menu, #mainNaviBox ul.AspNet-Menu ul
{
	background: white;
}
/*-----------*/
#AddNewMenu ul.AspNet-Menu ul
{
	left: 7em;
}
#AddNewMenu .HorizontalMenu ul.AspNet-Menu
{
	z-index: 50;
}
#AddNewMenu ul.AspNet-Menu ul
{
	background-color: White;
}

#AddNewMenu ul.AspNet-Menu li 
{
	width: 15em;
	padding: 3px 5px 5px 5px;
}

#AddNewMenu
{
	float: right;
	background-color: #d5d5d5;
	margin: 0 0 10px 0;
	padding: 0;
}

/*-----------*/
a.TreeMenuParent, a.TreeMenuParent:hover
{
	color: White;
	font-size: 16px;
	letter-spacing: -4px;
	line-height: 32px;
	margin-right: 5px;
	padding: 3px 9px 5px 5px;
	text-decoration: none;
}

.TreeMenu
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
.TreeMenu ul
{
	list-style-image: none;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	padding-left: 24px;
	margin: 0;
}


