div.MenuItem
{
}

a.MenuItem
{
	vertical-align: bottom;
	height: 2.4em;
}

.MenuItem a:link, .MenuItem a:visited, .MenuItem a:hover
{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px 5px 10px; 
	border-right: 2px solid #1B3612;
	border-bottom: 5px solid #555555;
	text-decoration: none;
}
.MenuItem a:link, .MenuItem a:visited
{
	background-image: url('images/MenuBG.gif');
	background-repeat: repeat-x;
	background-color: #24421A;
}

.MenuItem a:hover
{
	border-bottom: 5px solid #006600;
}

.anylinkcss
{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height: 15px;
	z-index: 100;
	background-color: #BBBBBB;
	min-width: 14em;
	width: 20em;
	margin-top: 0px;
}

.anylinkcss a:link, .anylinkcss a:visited
{
	min-width: 14em;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #555555;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #333333;
	font-weight: bold;
}

.anylinkcss a:hover /*hover background color*/
{ 
	background-color:#006600;
	color: white;
}

