﻿.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 TOP**********************/
.AspNet-Menu-Vertical ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
}
.AspNet-Menu-Vertical li, .AspNet-Menu-Vertical li a:link, .AspNet-Menu-Vertical li a:visited {
	color:#4872a2;
}
.AspNet-Menu-Vertical li a:hover {
	text-decoration:underline;
}