

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 21px;
	line-height: 0px;
}

#nav li {
font-size: 1px;

  padding: 0;
  margin: 0;
  float: left;
  position: relative;
}

#nav li ul {

	display: none;
	position: absolute;
	left: -40px;
	width: 150px;
}

#nav li > ul {
	/*top: auto;
	left: auto;*/
}

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

.droplist {
	line-height: normal;
	margin-top: 20px;
	list-style: none;
}

html>body .droplist {
	margin-top: 0px;
}

.droplist a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width:: 100%;
}

.droplist a:hover {
	color: #73985f;
	background-color: #FFFFFF;
}

.droplist_first {
	margin-bottom: -2px;
	padding: 0px;
}
html>body .droplist_first {
	margin-bottom: -3px;
}

.droplist_item {
	background-color: #73985f;
	border-right: 1px solid white;
	border-left: 1px solid white;
	width:148px;
	height: 15px;
	background-image: url(images/drop_dots.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.droplist_item a img {
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 5px;
}
.droplist_last {
	background-color: #73985f;
	border-right: 1px solid white;
	border-bottom: 10px solid white;
	border-left: 1px solid white;
	width:148px;
}


