body {
 margin: 0;
 }

div.clear {
 clear: both;
 }
img {
 border: none;
 }

#nav, #nav ul {
 background: #800000 url(../images/global.menubackground.gif) repeat-x;
 border-bottom: 0 solid #000000;
 color: #efefef;
 font-family: verdana, helvetica, sans-serif;
 font-size: 12px;
 float: left;
 line-height: 45px;
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
 z-index: 99;
 }
#nav a.top {
 background: inherit;
 color: #efefef;
 display: block;
 font-weight: bold;
 padding: 3px 10px;
 text-align: center;
 text-decoration: none;
 }
#nav a.top:hover {
 background: #404040 url(../images/global.menubackgroundbw.gif) repeat-x;
 color: #efefef;
 display: block;
 padding: 3px 10px;
 text-align: center;
 text-decoration: none;
 }
#nav a.sub {
 background: #c0c0c0;
 border-bottom: 1px solid #000000;
 color: #000000;
 display: block;
 font-family: verdana, helvetica, sans-serif;
 font-size: 11px;
 line-height: 1.7;
 margin: 0;
 padding: 0;
 text-decoration: none;
 text-indent: 8px;
 }
#nav a.bottom {
 background: #c0c0c0;
 color: #000000;
 display: block;
 font-family: verdana, helvetica, sans-serif;
 font-size: 11px;
 line-height: 1.7;
 margin: 0;
 padding: 0;
 text-decoration: none;
 text-indent: 8px;
 }
#nav li { 
 float: left;
 padding: 0;
 }
#nav li ul {
 left: -999em;
 margin: 0;
 position: absolute;
 width: 250px;
 }
#nav li li {
 width: 250px;
 }
#nav li ul a {
 width: 250px;
 }
#nav li ul ul {
 margin: 0;
 }
#nav a:hover {
 background: #404040;
 color: #efefef;
 left: -999em;
 }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav a.sub:hover, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
 background: #404040;
 color: #efefef;
 left: -999em;
 }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav a:hover, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
 left: auto;
 }
