﻿.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. */

ul.Menu
{
	position: relative;
	display: block;
	font-size: 100%;
}


ul.Menu, ul.Menu ul
{
	margin: 0;
	padding: 0;
	display: block;
}

ul.Menu ul
{
	position: absolute;
	visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.Menu li:hover ul ul, ul.Menu li.Menu-Hover ul ul
{
	visibility: hidden;
	text-decoration: none;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.Menu li:hover ul, ul.Menu li li:hover ul, ul.Menu li li li:hover ul, ul.Menu li.Menu-Hover ul, ul.Menu li li.Menu-Hover ul, ul.Menu li li li.Menu-Hover ul
{
	visibility: visible;
	padding-bottom: 10px;
	text-decoration: none;
}

/* ======================================================================================= */

.Menu-Vertical
{
	clear: both;
	width: 175px;
	float: left;
	margin-left: 0px;
	margin-top: 50px;
	padding-left: 0px;
}

.Menu-Vertical ul.Menu
{
	position: relative;
	margin: 0;
	padding: 0;
}


.Menu-Vertical ul.Menu, .Menu-Vertical ul.Menu ul
{
	margin: 0;
	padding: 0;
	display: block;
}

.Menu-Vertical ul.Menu li
{
	position: relative;
	list-style: none;
	margin: 0 0 10px 0;
	padding-left: 0px;
	width: 155px;
}

.Menu-Vertical ul.Menu li a, .Menu-Vertical ul.Menu li span
{
	display: block;
	text-align: right;
	width: 155px;
	color: #cccccc;
}

.Menu-Vertical ul.Menu- ul
{
	position: absolute;
	margin-left: 0px;
	visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
.Menu-Vertical ul.Menu li:hover ul ul, .Menu-Vertical ul.Menu li.Menu-Hover ul ul
{
	visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
.Menu-Vertical ul.Menu li:hover ul, .Menu-Vertical ul.Menu li li:hover ul, .Menu-Vertical ul.Menu li li li:hover ul, .Menu-Vertical ul.Menu li.Menu-Hover ul, .Menu-Vertical ul.Menu li li.Menu-Hover ul, .Menu-Vertical ul.Menu li li li.Menu-Hover ul
{
	visibility: visible;
}


/* ======================================================================================= */

.Menu-Horizontal ul.Menu
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: block;
	list-style: none;
}

.Menu-Horizontal .Menu-WithChildren .Menu-Leaf
{
	border-bottom: none;
}

.Menu-Horizontal .Menu-Leaf a
{
}

.Menu-Horizontal .Menu-Leaf a:visited
{
}

.Menu-Horizontal .Menu-Leaf-First a
{
}

.Menu-Horizontal .Menu-Leaf-First a:visited
{
}

.Menu-Horizontal .Menu-WithChildren a
{
}

.Menu-Horizontal .Menu-WithChildren a:visited
{
}

.Menu-Horizontal ul.Menu- ul
{
	position: absolute;
	margin-left: 0px;
	visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
.Menu-Horizontal ul.Menu li:hover ul ul, .Menu-Horizontal ul.Menu li.Menu-Hover ul ul
{
	visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
.Menu-Horizontal ul.Menu li:hover ul, .Menu-Horizontal ul.Menu li li:hover ul, .Menu-Horizontal ul.Menu li li li:hover ul, .Menu-Horizontal ul.Menu li.Menu-Hover ul, .Menu-Horizontal ul.Menu li li.Menu-Hover ul, .Menu-Horizontal ul.Menu li li li.Menu-Hover ul
{
	visibility: visible;
}

.Menu-Horizontal ul.Menu .Menu-WithChildren ul li
{
}

/* ======================================================================================= */

.Menu-Top
{
	display: block;
	float: left;
	text-align: left;
	height: 60px;
	width: 500px;
}

.Menu-Top ul.Menu
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: block;
	list-style: none;
}

.Menu-Top .Menu-WithChildren .Menu-Leaf
{
	border-bottom: none;
}

.Menu-Top .Menu-Leaf
{
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	background: url(../Images/LinkBackground.jpg) no-repeat right top;
}

.Menu-Top .Menu-Leaf-First
{
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	background: url(../Images/LinkBackground.jpg) no-repeat right top;
}

.Menu-Top .Menu-Selected
{
	background-image: none;
}

.Menu-Top ul.Menu li.Menu-Leaf
{
	height: 60px;
	white-space: nowrap;
	display: block;
}

.Menu-Top ul li a
{
	display: block;
	color: #cccccc;
	font-size: 0.6875em;
	float: left;
	clear: both;
	height: 60px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 60px;
	padding: 0px 10px 0 10px;
}

.Menu-Top ul li a:hover
{
	text-decoration: none;
}

.Menu-Top ul li a:visited
{
	color: #cccccc;
}

.Menu-Top ul.Menu ul
{
	position: absolute;
	margin-left: 0px;
	visibility: hidden;
}

.Menu-Top .Menu a:hover
{
	color: #9E3039;
}


/* ======================================================================================= */


.Menu-Footer
{
	margin-bottom: 10px;
	margin-right: -6px;
}

.Menu-Footer ul
{
	text-align: right;
	list-style: none;
	font-size: 0.875em;
}

.Menu-Footer ul li
{
	display: inline;
	padding: 0 6px 0 6px;
}

.Menu-Footer ul li a
{
	text-decoration: none;
	color: #ffffff;
}

.Menu-Footer ul li a:hover
{
	text-decoration: underline;
}

.Menu-Footer .Menu-WithChildren
{
}


.Menu-Footer .Menu-WithChildren:hover
{
}

.Menu-Footer .Menu-Leaf
{
	border-left: solid 1px #a0a0a0;
}

.Menu-Footer .Menu-Leaf:hover
{
}

.Menu-Footer .Menu-Leaf-First
{
}

.Menu-Footer .Menu-Leaf-First:hover
{
}

/* ======================================================================================= */


.Menu-Footer2
{
	display: block;
	width: 700px;
	padding: 20px 0 0 10px;
}

.Menu-Footer2 ul
{
	list-style: none;
	display: block;
	font-size: 0.875em;
}

.Menu-Footer2 ul li
{
	display: block;
	float: left;
	padding: 0 6px 0 6px;
	line-height: 1.5em;
	width: 100px;
	font-weight: bold;
}

.Menu-Footer2 ul li a
{
	line-height: 1.5em;
	font-weight: bold;
	color: #ffffff;
	font-size: 0.875em;
}
.Menu-Footer2 ul ul
{
	visibility: visible;
	display: block;
}

.Menu-Footer2 ul ul li
{
	display: block;
	float: left;
	clear:both;
}

.Menu-Footer2 ul ul li a
{
	line-height: 1.5em;
	font-weight: normal;
}

.Menu-Footer2 ul ul ul
{
	visibility: visible;
	display: block;
}


.Menu-Footer2 .Menu-Leaf-First
{
	display: none;
	border: solid 1px green;
}
