.LKMenuMenu, a.LKMenuMenu
{
	width: 590px;
	height: 21px;
	background-color: Black;
	clear: both;
	z-index: 1000;
	position: relative;
	top: 0px;
	font-size: 10px !important;
}
.LKMenuMenu ul.AspNet-Menu ul  /* Tier 2 */
{
	left: -3px;
	top: 14px;
	background-color: Black;
	color: White;
	font-size: 10px !important;
	font-family: Verdana,Arial !important;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-right: 20px;
}

.LKMenuMenu li /* all list items */
{
	background-color: Black;
	color: White;
	font-size: 10px !important;
	font-family: Verdana,Arial !important;
}

.LKMenuMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul
{
	white-space: nowrap;
	padding-right: 10px;
}
.LKMenuMenu li.sep
{
	background: url(/images/menu_spacer.gif);
	width: 12px;
	top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.LKMenuMenu span.sep
{
	visibility: hidden;
	width: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.LKMenuMenu li:hover, /* list items being hovered over */
.LKMenuMenu li.AspNet-Menu-Hover
{
	background-color: Black;
	color: White;
	font-weight: bold !important;
	font-size: 10px !important;
	font-family: Verdana,Arial !important;
}
.LKMenuMenu li.sep:hover,
.LKMenuMenu span.sep:hover
{
	font-weight: normal !important;
	text-decoration: none;
	width: 12px;
	padding-bottom: 0px;
	padding-left: 0px;

}


.LKMenuMenu a, /* all anchors and spans (nodes with no link) */
.LKMenuMenu span
{
	background-color: Black;
	color: White;
	font-weight: bold !important;
	font-size: 10px !important;
	font-family: Verdana,Arial;
	padding-top: 2px;
}

.LKMenuMenu li.AspNet-Menu-Leaf a, /* leaves */
.LKMenuMenu li.AspNet-Menu-WithChildren a, /* leaves */
.LKMenuMenu li.AspNet-Menu-Leaf span
{
	background-color: Black;
	color: White;
	font-weight: bold !important;
	font-size: 10px !important;
	font-family: Verdana,Arial;
	padding-top: 3px;
}

.LKMenuMenu li:hover a, /* hovered text */
.LKMenuMenu li:hover span,
.LKMenuMenu li.AspNet-Menu-Hover a,
.LKMenuMenu li.AspNet-Menu-Hover span,
.LKMenuMenu li:hover li:hover a,
.LKMenuMenu li:hover li:hover span,
.LKMenuMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LKMenuMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.LKMenuMenu li:hover li:hover li:hover a,
.LKMenuMenu li:hover li:hover li:hover span,
.LKMenuMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LKMenuMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	background-color: Black;
	color: #666666;
	font-size: 10px !important;
	font-family: Verdana,Arial;
}

.LKMenuMenu li:hover li a, /* the tier above this one is hovered */
.LKMenuMenu li:hover li span,
.LKMenuMenu li.AspNet-Menu-Hover li a,
.LKMenuMenu li.AspNet-Menu-Hover li span,
.LKMenuMenu li:hover li:hover li a,
.LKMenuMenu li:hover li:hover li span,
.LKMenuMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.LKMenuMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
	background-color: Black;
	color: White;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal !important;
	font-size: 10px !important;
	font-family: Verdana,Arial !important;
	height: 15px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin-right: 0px;
}

.LKMenuMenu .AspNet-Menu-Selected /* this tier is selected */
{
    color: #2d5c93 !important;
}

.LKMenuMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    color: #5b89bf !important;
}

