﻿.foo
{
}
/* 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. */

.AspNet-Menu-Horizontal
{
	float: left;
	font-size: 93%;
	line-height: normal;
	white-space: nowrap;
	display: inline;
	overflow: visible;
	padding-top: 5px;
	z-index: -1;
}
 
ul.AspNet-Menu
{
	margin: 0;
	padding: 5px 10px 0 5px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0px;
	text-indent: 0em;
	z-index: -1;
	white-space: nowrap;
	display: inline;
}


ul.AspNet-Menu, ul.AspNet-Menu ul
{
	margin: 0;
	padding: 0;
	display: block;
	cursor: default;
}

ul.AspNet-Menu li
{
	position: relative;
	list-style: none;
	float: left;
}


li.AspNet-Menu-WithChildren a.AspNet-Menu-Link-Parent
{
	float: left;
	background: url("../../Images/SiteDesign/tableft5.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	z-index: -1;
}

li.AspNet-Menu-WithChildren a.AspNet-Menu-Link-Parent span
{
	float: left;
	display: block;
	background: url("../../Images/SiteDesign/tabright5.gif") no-repeat right top;
	padding: 5px 6px 4px 1px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	z-index: -1;
}

li.AspNet-Menu-WithChildren a.AspNet-Menu-Link-Parent:hover
{
	background-position: 0% -42px;
}

li.AspNet-Menu-WithChildren a.AspNet-Menu-Link-Parent:hover span
{
	background-position: 100% -42px;
}

li.AspNet-Menu-Selected a.AspNet-Menu-Link-Parent
{
	background-position: 0% -42px;
}

li.AspNet-Menu-Selected a.AspNet-Menu-Link-Parent span
{
	background-position: 100% -42px;
}

li.AspNet-Menu-WithChildren ul
{
	margin: 0px;
	padding: 0px;
	display: none;
	left: 0px;
	width: 210px;
	border: 1px solid #738FC8;
	background: #7F9CD6;
	white-space: nowrap;
	position: absolute;
	top: 20px;
	z-index: 2000;
}

li.AspNet-Menu-Leaf
{
	margin: 0px;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #89A7E2;
	display: block;
	white-space: nowrap;
	width: 100%;
	height: 13px;
}

li.AspNet-Menu-Leaf a.AspNet-Menu-Link
{
	font-family: verdana;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 94%;
	display: block;
	padding: 0px 1px 0px 1px;
	border-left: 10px solid #89A7E2;
	text-decoration: none;
	white-space: nowrap;
}

li.AspNet-Menu-Leaf a.AspNet-Menu-Link:hover
{
	text-decoration: none;
	background-color: #89A7E2;
	cursor: pointer;
}

li.AspNet-Menu-Leaf a.AspNet-Menu-Link span
{
	color: #FFFFFF;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	width: 100%;
	white-space: nowrap;
}

li.AspNet-Menu-Leaf span.AspNet-Menu-NonLink
{
	color: #FFFFFF;
	font-family: verdana;
	font-weight: bold;
	background-color: #89D027;
	display: block;
}

ul.AspNet-Menu ul
{
	visibility: hidden;
}

/* 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%;
	margin-right: 12px;
}
