BODY { 
background: url(/images/NPKA_bg.png); 
background-position:top center;
background-repeat:tile;
background-attachment:fixed;
background-color: #000000;
background-size: 100% 100%;
} 

BODY, TABLE{ 
 font-family: "Trebuchet MS", Helvetica, sans-serif; 
 font-size: 12pt; 
 color: #ffffff; 
 } 
A:LINK{ 
 font-family: Verdana, Geneva, sans-serif; 
 font-size:12pt; 
 color: #32CD32; 
 text-decoration: none; 
font-weight: bold;
 } 
A:VISITED{ 
 font-family: Verdana, Geneva, sans-serif; 
 font-size: 12pt;
 color: #32CD32; 
 text-decoration: none; 
font-weight: bold;
 } 
A:HOVER{ 
 font-family: Verdana, Geneva, sans-serif; 
 font-size: 12pt; 
 color: #BF00FF; 
 text-decoration: none; 
 font-weight: bold;
 }  


h1 {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
font-size: 14pt;
color: #32CD32;
font-weight: bold;
}

h2 {
font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
font-size: 13pt;
color: #BF00FF;
font-weight: bold, underline;
}




.banner {
 width: 800px;
 background-color: #564444;
 top:auto;
 bottom:0px;
 right:0px;
 padding-left:20px;
}


.minibanner {
 width: 355px;
 background-color: #564444;
 top:auto;
 bottom:0px;
 right:0px;
text-align: center;
}



ul {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    display: block;
    position: relative;
    float: left;
    left: 12%
}
li ul {
    display: none;
}
ul li a {
    display: block;
    font-color: #a7a775;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    background: #554444;
    margin-left: 1px;
    white-space: nowrap;

}
ul li a:hover {
    font-color: #8a9a7f;

}
li:hover ul {
    display: block;
    position: absolute;
}
li:hover li {
    float: none;
    font-size: 11px;
}
li:hover a { background: #7c6666; }
li:hover li a:hover {
background: #696c43;
}


li:hover li a:hover {
 background: none repeat scroll 0 0 #ab9696;
 color: #e7e7e1;
}


table, th, td {
  border-color: #72FF13;
  padding-left: 25px;
  padding-right: 25px;	
}



div.items p:not(:target) {display: z-index}
div.items p:target {display: block}












