#nav {
  margin-top:2px;
  background-color:#fff;
  padding-bottom:2px;
}

#nav ul {
	margin:0px;
	padding:0px;
 	left:0px;
 	list-style:none;
}

#nav li, #nav li.last {
  float:left;
  width:127px;
  background-color:#fff;
  font: 9px Verdana;
  padding:0;
  margin:0px 1px 0px 0px;
}

#nav li.last {
	margin-right:0px;
	width:130px;
}

#nav .navfiller {
	float:left;
	width:44px;
	background-color:#09c;
	font: 11px Verdana;
	margin:0px 1px 0px 0px;
	padding-top:5px;
  	padding-bottom:5px;
}

#nav li a, #nav li.last a {
  background-color:#d9f99f;
  color:#000;
  width:127px;
  text-decoration:none;
  text-align:center;
  white-space:nowrap;
  padding-top:5px;
  padding-bottom:5px;
  display:block;
}

#nav li.last a {
	width:130px;
}

#nav li a:hover {
	background-color:#9acb3c;
	color:#fff;
}



#nav .section {
	border:1px solid #fff;
	border-top:0px;
	background-color:#eee;
}

#nav .section a{
    font: 9px verdana;
    color:#666;
    text-align:left;
    text-indent:10px;
    text-decoration: none;
	background-color:#eaf6d3;
	border-top:1px solid #fff;
	width:150px;
}

#nav .section a:hover{
    color:#fff;
    text-decoration: none;
    background-color:#9acb3c;
}

.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    display: block;
    position: relative;
}

.ddm1 .item2,
.ddm1 .item2:hover {
    display: block;
    white-space: nowrap;
}

.ddm1 .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}

* html .ddm1 a { position: relative; } /* ie 5.0 fix */
/*-- end Drop Down Menubar -----------------------------*/

/*note: level-1 is wrong, should be level0 but the level returned for the page is wrong */


/* SUB NAV MENU - GENERAL PROPERTIES */

ul.level-1, ul.level1, ul.level2 {
	list-style:none;
	margin:0px;
	padding:0px;
	font:10px Verdana;
	color:#000;
	line-height:16px;
}

ul.level-1 li.open, ul.level1 li { 
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.level-1 li.closed { display:none; }

ul.level-1 {
	margin:10px;
}

/* SIDE NAV - TOP LEVEL */


/* SIDE NAV - SECOND LEVEL */

ul.level2 {
	list-style:none;
	margin:10px 0px 5px 10px;
	padding:0px;
	font-weight:bold;
}

/* SIDE NAV - BOTTOM LEVEL */

ul.level3 {
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	border-bottom:1px solid #ddd;
}

ul.level4 {
	list-style:none;
	margin:5px 5px 0px 5px;
	padding:0px 0px 0px 0px;
}

ul.level3 li {
	background-color:#eee;
	padding:2px;
	font:10px Verdana;
}



ul.level-1 a, ul.level1 a, ul.level2 li a, ul.level3 li a {
	color:#060;
	text-decoration:none;
}

ul.level-1 a:hover, ul.level1 a:hover, ul.level2 li a:hover, ul.level3 li a:hover {
	color:#090;
	text-decoration:underline;
}