/* Pulldownmenu CSS Basis*/
#nav {
    background-color: #006BB9;
	padding: 0;
	color: white;
	font-weight: bold;
	text-decoration: none;
    border: none;
	font-size: 0.9em;
    height: 22px;
}




#nav ul {
  margin: 0; padding: 0; list-style-type: none;
  border-left: 1px solid white;
  border-top: 1px solid white;
  width: 899px;
  height: 23px;
  font-size: 1.1em;

}


a.thispage {
  background: white;
}


div#nav li {
	position: relative;
	float: left;
    text-align: left;

}

div#nav ul.level2 { list-style-type: none; height: auto; background-color:#006BB9;}
div#nav li.submenu { color: white; }

#nav ul li a {
   text-decoration: none;
   display: block;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 4px;
   border-bottom: none;
   border-right: none;
   color: white;
   font-weight: normal;
   white-space: nowrap;
   padding-right: 40px;
}


div#nav li ul li { width: 160px; text-align: left;}

div#nav li ul li a {
  padding-left: 5px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}


div#nav>ul a {width: auto;}
div#nav ul ul {position: absolute; display: none; width: 160px;}

div#nav ul ul li {
	background-color: #006BB9;
}

/*
opacity:.7;
	-moz-opacity: .7;
    filter: alpha(opacity=70);

div#nav ul ul li a { color: white; font-weight: normal; border-bottom: 1px solid #ca7900;	 }
div#nav ul ul li a:hover { background: white;  }
*/

#nav ul li a:hover, #nav ul li a:active {
  background: #D7161F;
}

div#nav li.submenu li.submenu { width: auto; }
div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}
div#nav ul.level2 {top: 1.5em; left: -1px;}
