﻿.PrettyMenu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.PrettyMenu li {
	font: 87.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.PrettyMenu a {
	background: #333;
	border-bottom: 3px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
.PrettyMenu a:hover {
	background: #717171 url(../App_Themes/images/hover.gif) no-repeat left center;
	color: #fff;
	padding-bottom: 8px;
	border-bottom: 3px solid #d0d0d0;
}




/* ================================================================================== */
.PrettyMenu ul.AspNet-Menu ul
{
    width: 12.5em;
    left: 8.5em;
    top: 0.5em;
    z-index: 400;
    font-size: small;
}
