#nav_container {
   margin: 0px;
   padding: 0 0 0 5px;
   width:140px;
}
#nav_container p {
   margin:0;
   padding:0;
}
#nav_container p.nav_submenu_header {
   padding-top: 5px;
   text-decoration:underline;
}
#nav_container h3 {
   font-size: 14px;
   margin: 5px 0 0 0;
}
#nav_container a {
   text-decoration:none;
}
#nav_container a:hover {
   font-weight:550;
   text-decoration:underline;
}
.nav_toggle {
   background: url(../Backgrounds/arrow_down.gif) no-repeat 98% 7px;
}
.nav_toggle_active {
   background: url(../Backgrounds/arrow_up.gif) no-repeat 98% 7px;
}
.nav_toggle_content, .nav_submenu {
   margin:0px;
   padding:3px 0 5px 15px;
   text-indent: -5px;
   overflow: hidden;
}
body {
   background: #200 url(../Backgrounds/Zredbg.gif);
   color:white;
   font-size: 14px;
   font-stretch: narrower;
   font-family: papyrus, verdana, arial, sans-serif;
}
a:visited { color:#BBB; }
a:active, a:hover { color:#999; }
a:link { color:#f5f5f5; }
img { border:0; padding:0; margin:0; }
