﻿
#MenuContainer ul
{
	float: left;
	list-style: none;
	height: 100%;
	width: 178px;
	margin: 0 0 0 10px;
	padding: 17px 5px;
	background: #147fb7 url(/Files/System/Images/BackgroundMainMenu.gif) repeat-x 0 0;
	position: relative;
	z-index: 999;
}

#MenuContainer ul li a
{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	display: block;
	height: 28px;
	line-height: 28px;
	background: url(/Files/System/Images/BackgroundMainMenuLI.gif) repeat-x 0 100%;
}
#MenuContainer ul li a.Bottom
{
	background: none;
}

#MenuContainer ul li a:hover, #MenuContainer ul li a#Selected
{
	color: #055a9d;
	background: #fff;
	margin: -1px -12px 0 -14px;
	padding: 1px 20px 0 32px;
}

#HighlightBlock ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#HighlightBlock ul li a
{
	color: #fff;
	background: #289ace;
	display: block;
	padding: 4px 8px;
	margin: 5px 0;
	text-decoration: none;
	width: 152px;
	font-size: 1.1em;
}
#HighlightBlock ul li a:hover
{
	text-decoration: underline;
}

