/* Reference - http://www.asp.net/cssadapters/Whitepaper.aspx 
The classes that have the comment - this is not necessary - refer to rules that effect sub menus */
.AspNet-Menu
{
	padding:0;
	margin:0;
}

.quickMenuContainer
{
	width:100%;
}

.SideBarContentFooter-SideBar-MenuQuickLinks .AspNet-Menu-Link a
{
	margin-top:1em;
}

.SideBarContentFooter-SideBar-MenuQuickLinks .AspNet-Menu-Leaf
{
	clear:both;
	text-align:left;
}

.SideBarContentFooter-SideBar-MenuQuickLinks .AspNet-Menu-Leaf a
{
	text-decoration:none;
	font-family:verdana;
	float:left;
	width:15.5em;
}

.QuickLinksMenuImages
{
	margin:0.5em;
	float:left;
}

.SideBarContentFooter-SideBar-MenuQuickLinks .AspNet-Menu-Link
{
	padding-top:1em;
}
