/* Drop Down Menubar
----------------------------------------------- */
#nav {
  background-color:#ccc;
}

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

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

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

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

#nav li a, #nav li.last a {
  background-color:#0099cc;
  color:white;
  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:#8bdcf7;*/
	background-color:#c5edfa;
	color:#333;
}



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

#nav .section a{
    font: 11px verdana;
    color:#666;
    text-align:left;
    text-indent:10px;
    text-decoration: none;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	width:150px;
}

#nav .section a:hover{
    color:#666;
    text-decoration: none;
    background-color:#c5edfa;
}

.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 */
ul.level-1,ul.level0 {
	position: absolute;
	left: 15px;
	top: 218px;
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

ul.level-1,ul.level0,ul.level1 {
	width: 180px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.level0 li a,ul.level-1 li a{
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333;
	text-decoration: none;
	display: block;
}

ul.level-1 li a,ul.level0 li a {
	padding-left: 2px;
	font-weight: bold;
	color: #538307;
}

ul ul.level1 li a {
	padding-left: 10px;
	font-weight: normal;
}

ul.level0 strong a,ul.level-1 strong a {
	color: #538307;
	background-color: #E5F973;
	text-decoration: none;
}

ul ul.level1 strong a {
	font-weight: normal;
}
/**/

/* sub menu */

ul.level2{
	position: absolute;
	left: 15px;
	top: 200px;
	margin-left: 0;
	padding-left: 0;
	background-color:#fff;
	border-top:2px solid #9FC0EB;
	border-bottom:1px solid #9FC0EB;
}

ul.level2, ul.level3, ul.level4{
	width: 190px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.level2 li a{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	text-decoration: none;
	display: block;
	font:11px verdana;
	color: #9FC0EB;
	border-bottom:1px solid #f3f3f3;
	
}

ul.level2 li a:hover{
	color:#68a;
	background-color:#E9F3FB;
}

ul ul.level3 li a {
	padding-left: 15px;
	font-weight: normal;
}

ul ul.level4 li a {
	padding-left: 30px;
	font-weight: normal;
}

ul.level2 strong a{
	color: #468;
	background-color: #DEEEFC;
	text-decoration: none;
}

ul ul.level3 strong a {
	font-weight: normal;
}
/* end sub menu */