﻿.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 a{
	font-size:12px;
	color:#010247;
	padding-right:0px; 
	
}
.AspNet-Menu{
	background-position:right;
	background-repeat:no-repeat;
	color:#010247;
	margin-bottom:15px;

}
.AspNet-Menu a:active{
	font-weight:bold;
	margin-bottom:15px;	
}


ul.AspNet-Menu 
{
    position: relative;
    width:16em;
    font-size:1em;
}


ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;

}

ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float: left;
}


ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
}

ul.AspNet-Menu ul
{
    position: relative;
   /* visibility: hidden;    */
}


ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
    visibility: hidden;
}

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%;
    text-align:right;
    width:16em
}

.AspNet-Menu-Leaf a
{
	font-weight:normal;
}


.AspNet-Menu-WithChildren ul
{
/*	font-style:oblique;*/
	font-weight:normal;
}


.AspNet-Menu-WithChildren 
{
	font-weight:normal;
}


.AspNet-Menu-WithChildren a
{
	color:#0063AA;
}

.AspNet-Menu-WithChildren a.AspNet-Menu-Leaf 
{
	font-weight:bold;
	color:#AA0000;
}

.AspNet-Menu-Selected
{
	font-weight:bold;
}
.AspNet-Menu-ChildSelected
{
	font-weight:bold;
}
.AspNet-Menu-ParentSelected
{
	font-weight:bold;
}
