/* NAVIGATION Menu */

div#navigation {
 position: relative;
  margin-top: 0;
 margin-left: 74px;
padding: 2px 0 6px 0;
 background-color:  #00693B;
 /* border-top: solid 1px #000;
 border-bottom: solid 1px #000;
 border-left: solid 1px #000; */
 height: 12px;
 z-index: 50;
}


#nav, #nav ul {
 float: left;
 width: 100%;
 list-style: none;
 line-height: 1;
 background: #00693B;
 height: 21px;
 padding: 0;
 margin: 0;
 }

#nav a {
 display: block;
 width: auto;
 color: #fff;
 text-decoration: none;
 padding: 0.15em 1.2em;
 font: bold 0.68em arial,verdana,helvetica,sans-serif;
 border-left: solid 1px #fff;
 }
 
#nav a.home {
 display: block;
 width: auto;
 color: #fff;
 text-decoration: none;
 padding: 0.15em 1.2em;
 font: bold 0.68em arial,verdana,helvetica,sans-serif;
 border-left: none;
 }

#nav li a:hover {
 color: #DEDACC;
 }

#nav li {
 float: left;
 padding: 0;
 /*width: 5em;*/
 }

#nav li ul {
 position: absolute;
 left: -999em;
 /*height: auto;*/
 width: 8em;
 /*font-weight: normal;*/
  border-width: 0.25em; 
 margin: 0;
 }

#nav li li {
 padding-right: 0.25em;
 width: 5em;
 }

#nav li ul a {
 display: block;
background: #00693B;
 width: 10em;
 color: #fff;
 text-decoration: none;
 padding: 0.50em 1em;
 font: bold 0.75em arial,verdana,helvetica,sans-serif;
/* border-right: none;*/
border-bottom: dotted 1px #DEDACC;
border-left: solid 1px #DEDACC;
 }
 
#nav>ul a{/*ie hack for width*/
 width: auto;
 }


#nav li li a:hover {
 color: #DEDACC;
 position: static;/*make not sticky in IE 7.0*/
 }
 
#nav li li li a {/*third drop to accommodate wider*/
 display: block;
background: #00693B;
 width: 13em;
 color: #fff;
 text-decoration: none;
 padding: 0.50em 1em;
 font: bold 0.75em arial,verdana,helvetica,sans-serif;
/* border-right: none;*/
border-bottom: dotted 1px #DEDACC;
border-left: solid 1px #DEDACC;
 } 
 
 
#nav li ul ul {
 margin: -1.75em 0 0 9em;
 }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
 }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
 }

#nav li:hover, #nav li.sfhover {
color: #3E6284;
}