/* NAVIGATION Menu */

div#topnav{
 position: relative;
 margin-top: 0px;
 background-color: url(/images/tree.gif) top left no-repeat /* #CB3D00 */ #B13500;
 height: 54px;
 z-index: 50;
 border-bottom: solid 1px #000;
}


#tnav, #tnav ul {
 float: left;
 width: 100%;
 list-style: none;
 line-height: 1;
 background:#B13500;
 padding: 0;
 margin: 0;
 height: 54px;
 }

#tnav a {
 display: block;
 width: auto;
 color: #fff;
 text-decoration: none;
 padding: 0.50em  0.50em;
 font: 1.55em verdana,arial,helvetica,sans-serif;
 }
 
#tnav li.tree {/*this is the little tree image*/
 display: block;
 width: auto;
 text-decoration: none;
 padding: 0.25em  0.50em;
 }

#tnav li a:hover {
 color: #ccc;
 }

#tnav li {
 float: left;
 padding: 0;
 }

#tnav li ul {
 position: absolute;
 left: -999em;
 width: 7em;
 border-width: 0.25em;
 margin: 0;
 }

#tnav li li {
 padding-right: 0.25em;
 width: 7em;
 }

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


#tnav li li a:hover {
background-color: #B13500;
 color: #ccc;
 position: static;/*make not sticky in IE 7.0*/
 }

#tnav li ul ul {
 margin: -1.75em 0 0 9.2em;
 }

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

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

#tnav li:hover, #tnav li.sfhover {
color: #ccc;
}
