﻿.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-WithChildren {
	padding: 0 6px;
	font-weight: bold;
}
.AspNet-Menu-Leaf {
	color: #034E9D;
	border-bottom: #F2F2F2 1px solid;
	line-height: 23px;
	display: block;
	background: url(Default/cursor4.gif) no-repeat 6px 9px;
	padding-left: 14px;
	margin: 1px 0;
	font-weight: normal;
}
li.AspNet-Menu-Leaf:hover {
	background: #EAEEF2 url(Default/cursor3.gif) no-repeat 6px 6px;
	line-height: 21px;
	border: #C0CCD9 1px solid;
	font-weight: normal;
}
.AspNet-Menu-Selected {
	background: #EAEEF2 url(Default/cursor3.gif) no-repeat 6px 6px;
	line-height: 21px;
	border: #C0CCD9 1px solid;
	font-weight: normal;
}
a.AspNet-Menu-Selected {
	background: #EAEEF2 no-repeat 6px 6px;
	line-height: 21px;
	border: #C0CCD9 0px solid;
	font-weight: normal;
}
