﻿.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. */



.level1{    color: White;        font-size: 14px;    font-weight: normal;    padding: 2px 2px 2px 2px; z-index:100;}
a:link.level1 {	 color: #000000;	text-decoration: none; z-index:100;}
a:visited.level1 {	 color: #000000;	text-decoration: none; z-index:100;}
a:hover.level1 {	color: #ffffff;	text-decoration: none; z-index:100;}


.level2{    color: White;    background-color: #7bae65;    font-size: 12px;    font-weight: normal;     padding:        1px 2px 2px 0px; z-index:100; }
a:link.level2 {	 color: White;	text-decoration: none; z-index:100;}
a:visited.level2 {	 color: White;	text-decoration: none; z-index:100;}
a:hover.level2 {	color: #003300;	text-decoration: none; z-index:100;}


a:link.level1Selected { color: #003300; text-decoration: none; z-index:100;}
a:visited.level1Selected {color: #003300; text-decoration: none; z-index:100;}
a:hover.level1Selected {color: #FFFFFF; text-decoration: none; z-index:100;}

 



