body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-width:0.2em;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}
ul {
	margin: 0;
	padding:0  0.0em 0.0em  0;
	width: 118px; /* IE6 Bug */
	/*	font-size: 100%;*/
	font-weight:bold;
	float:left;
	font:11px  Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	background-color: #000000;
	border-top-width: 0.2em;
	border-right-width: 0.2em;
	border-bottom-width: 1px;
	border-left-width: 0.2em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: 003300;
	border-bottom-color: #00ff99;
	border-left-color: 003300;

}
ul li {
	position: relative;
	list-style: none;

}
ul li a {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
width: 119px; /* Width of Menu Items */
border-style: solid;
border-width:0.2em;
border-bottom: 0px solid;
border-color: #ffffff #00cc33 #0099FF #ffffff;
font-size: 12px;
color:#000000;
text-decoration:none;
font-weight:bold;
background-color: #66FF99;
display: block;

}
/* 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: #32FC4C;
background: #000; } /* Hover Styles */
ul ul {
position:absolute;
display:none;
left: 118px; /* Set 1px less than menu width */
top: 0;
}
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
li:hover ul ul, li.over ul ul {
	display:none;
	color: #006633;
}
li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */





  </style>
