@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://www.420chan.org/nav.htm") {

*{
   outline: none;
}
html{
   height: 100%; 
/*   border-right: 2px solid #369;   */
}
body{
   background: #FAFAFF!important;
   margin: 0!important;
   padding: 5px!important;
}

h3{
   background: #47D!important;
   color: white !important;
}
h3:hover{
   background: #25a!important;
}
ul{
   padding: 0!important;
   background: #d6e0f0!important;
   border: 1px solid #36c;
   color: #34A!important;
}
ul li{
   margin: 0!important;
   padding: 0!important;
}
ul li a{
   padding: 2px 0!important;
}
ul li a{
   padding-left: 4px!important;
}
ul li a:link, ul li a:visited, ul li a:active{
   color: #369!important;
}
ul li a:hover{
   background: #34a!important;
   color: #fff!important;
}
font{
   color: #f66!important;
}
p{
   margin: 10px -2px 0 -2px!important;
   padding:0!important;
   height: 200px;
   background: transparent url('http://img241.imageshack.us/img241/6249/navback2yc5.gif') no-repeat 50% 100% 
}
}