/* CSS Document */

td
{
	font-family:verdana;	
	font-weight:normal;
	font-size: 0.6em;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 83px; /* Width of Menu Items */
		}
li {
width: 83px;
}
.mainItems {
	position: relative;
	margin-bottom:-2px;
	background-color:#B9D387;
	width: 83px;
	}
	
.subItems {
	position: relative;
	background-color:#00702E;
	margin-bottom:-2px;
	}
	
/*li ul {
	position: absolute;
	left: 105px;*/ /* Set 1px less than menu width */
	/*top: 0;
	display: none;
	}*/
.subItemsOn {
	position: absolute;
	left: 82px; /* Set 1px less than menu width */
	top: 0;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
 /* IE6 Bug */
	padding: 5px;
	border: 1px solid #fff;
	margin-bottom:1px;
		}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #fff; background: #171770; } /* Hover Styles */
		
li ul li a { padding:5px; } /* Sub Menu Styles */

