﻿.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;    background-color: #838383;    font-size: 14px;    font-weight: bold;    padding: 4px 2px 4px 2px;}
a:link.level1 {	 color: White;	text-decoration: none;}
a:visited.level1 {	 color: White;	text-decoration: none;}
a:hover.level1 {	color: #111111;	text-decoration: none;}


.level2{    color: White;    background-color: #626262;    font-size: 12px;    font-weight: bold;    padding:     5px 2px 4px 5px;}
a:link.level2 {	 color: White;	text-decoration: none;}
a:visited.level2 {	 color: White;	text-decoration: none;}
a:hover.level2 {	color: #111111;	text-decoration: none;}


a:link.level1Selected { color: #222222; text-decoration: none;}
a:visited.level1Selected {color: #222222; text-decoration: none;}
a:hover.level1Selected {color: #FFFFFF; text-decoration: none;}

 .searchbox{    color: White;    background-color: #626262;    font-size: 12px;    font-weight: bold;    padding:     3px 2px 2px 5px;}
