﻿.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. */

.Menu
{
	font-size:15px;
	color:#fff;	
	font-weight: bold;
	text-transform: lowercase;
	position:relative;
	margin: 0;
	text-align: left;
	
   }

.Menu-Horizontal 
{
	bottom: 0px;
	left:75px;
	position: absolute;
	height:25px;
	display: block;
	margin: 0;
   }

.Menu-Horizontal ul.Menu 
{
	display:block;
	height: 25px;
	position: relative;
	margin: 0;
   }


.Menu-Horizontal ul.Menu, 
.Menu-Horizontal ul.Menu ul
{
	padding: 0;
    }

.Menu-Horizontal ul.Menu li
{
	display:inline;
	padding-right:20px;
   }

.Menu-Horizontal ul.Menu li a,
.Menu-Horizontal ul.Menu li span
{	

}


.Menu-Link
{
	color:#fff;	
	text-decoration: none;

	}


.Menu-Link:hover
{
	color:#fff;
}

.Menu-Link-Selected
{
	color:#fff;	
}

.Menu-Horizontal ul.Menu- ul
{
	margin-bottom: 0;
}

/* 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-Leaf
{
}

.Menu-Selected
{
}
	


.Menu-Vertical-Catalog ul.Menu
{
	margin: 0 0 5px 0;
	padding: 0;

   }


.Menu-Vertical-Catalog ul.Menu, 
.Menu-Vertical-Catalog ul.Menu ul
{
	margin-left: 0px;
	padding: 0;
    }

.Menu-Vertical-Catalog ul.Menu li
{
	display:block;
	list-style: none;
	text-decoration: none;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
   }

.Menu-Vertical-Catalog ul.Menu li a,
.Menu-Vertical-Catalog ul.Menu li span
{	

}


.Menu-Vertical-Catalog .Menu-Link
{
	color:#154886;
	font-size:11px;
	text-decoration:none;
	}


.Menu-Vertical-Catalog .Menu-Link:hover
{
	color:#154886;
	text-decoration: underline;
}

.Menu-Vertical-Catalog .Menu-Link-Selected
{
}

.Menu-Vertical-Catalog ul.Menu- ul
{
}

.Menu-Vertical-Catalog ul.Menu .Menu-Leaf
{
	font-weight:bold;
	background: transparent url(../Images/hr.gif) repeat-x bottom center;
	text-decoration: none;
	padding-bottom: 7px;
}

.Menu-Vertical-Catalog ul.Menu ul .Menu-Leaf
{
	font-weight:normal;
	background: none;
}

/* Add more rules here if your menus have more than three (3) tiers */
.Menu-Vertical-Catalog ul.Menu li:hover ul ul,
.Menu-Vertical-Catalog ul.Menu li.Menu-Hover ul ul
{
  visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
.Menu-Vertical-Catalog ul.Menu li:hover ul,
.Menu-Vertical-Catalog ul.Menu li li:hover ul,
.Menu-Vertical-Catalog ul.Menu li li li:hover ul,
.Menu-Vertical-Catalog ul.Menu li.Menu-Hover ul,
.Menu-Vertical-Catalog ul.Menu li li.Menu-Hover ul,
.Menu-Vertical-Catalog ul.Menu li li li.Menu-Hover ul
{
    visibility: visible;
}

.Menu-Vertical-Catalog .Menu-Leaf
{
	font-weight: normal;
	color:#fff;	

}

.Menu-Selected
{
}
	

.Menu-Vertical-Catalog .Menu-WithChildren-First
{
	font-weight:bold;
	color:#fff;	
	background: transparent url(../Images/hr.gif) repeat-x bottom center;
}
	

.Menu-Vertical-Catalog .Menu-WithChildren
{
	font-weight:bold;
	color:#fff;	
	background: transparent url(../Images/hr.gif) repeat-x bottom center;
}


