.TopMenu
{
	clear: both;
	padding: 0 10px;
	background: #c9dd03 url(/Frameworks/Common/Images/bg_boxcorner.gif) no-repeat right bottom;
	border-top: 2px solid #fff;
}

.TopMenu ul
{
	float:left;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.TopMenu li
{
	float: left;
	line-height: normal;
	margin: 0;
}

.TopMenu a
{
	display: block;
	padding: 10px 10px 11px 10px;
	text-decoration: none;
	color: #444;
	font-weight: bold;
	font-size: 1.1em;
}

.TopMenu a:hover,
.TopMenu .sel a, .TopMenu .sel a:hover
{
	background-color: #E8F195;
	color: #000;
}

