.TabMenu 
{
	padding: 0px;
 	background-color: #9AC99E;
 	vertical-align: top;
 	border-style: solid;
 	border-width: 2px;
 	border-bottom-color: #000000;
 	border-right-color: #000000;
 	border-left-color: #808080;
 	border-top-color: #808080;
 	text-align: left;
	width:140px;
 }

.SubMenu 
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	visibility: hidden;
}

a.MenuItem 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 2px; 
	text-decoration: none;
}
a.MenuItem:link 
{
	color: #000000; 
}
a.MenuItem:hover 
{
	color: #000000; 
	background: #DCD1B2;
}
a.MenuItem:visited 
{
	color: #5D5D5D;
}
