body {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #1A1F59;
	text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
li {
  float: left;
  position: relative;
  width: 7em;
  background-color: #75B82A;
  }
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
li > ul {
	top: auto;
	left: auto;
	}
li:hover ul, li.over ul{ 
	display: block; 
	}

#nav a {
	font-weight: bold;
	color: #75B82A;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	color : #75B82A;
}

li {
	float: left;
	position: relative;
	width: 7em;
	text-align: left;
	cursor: default;
	background-color: white;
	padding-left: 5px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(../images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	padding-right: 130px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
