
.Top-Menu ul
{
	margin: 0;
	padding:0;
	font: normal 14px arial;
	list-style-type: none;
	background: #91c845;
	overflow: hidden;
	text-transform:uppercase;
	height:45px;
	height:45px;
	margin:0px;
}

.Top-Menu li
{
	display: inline;
	margin: 0;
	padding:0 0 0 0;
}

.Top-Menu li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding:15px 21px 0 21px !important; /*padding inside each tab*/
	color: white;
	height:30px;
	background:url(../../../images/left_border_TM.jpg) left center no-repeat;
}

.Top-Menu li a:visited
{
	color: #fff;
}

.Top-Menu li a:hover
{
	background:url(../../../images/top_hover.jpg) left center repeat-x;
}

.Top-Menu a.selected
{
		background:url(../../../images/top_hover.jpg) left center repeat-x;

}