Error: java.lang.NullPointerException null






BODY,UL,P,TABLE,TD,TH,H1,H2,H3,H4,H5,H6,BIG,SMALL {font-family: Arial,arial,verdana,helvetica ; } 
H1{ font-size: 14pt; } 
H2{ font-size: 13pt; } 
H3{ font-size: 12pt; } 
H4{ font-size: 11pt; } 
BODY,TABLE,TD { font-size:10pt } 
SMALL { font-size:8pt } 
TH {text-align:left; }
.listtd { font-size: 8pt; }
.menubuttonlink { text-decoration:none; }
.menubuttonlink:hover { text-decoration:underline; }

H1,H2,H3{ color: #222222 }

A { color: #0000FF }

.copyright { color: #555555 }
BODY,TABLE,TD { color: #555555 }

#menu{
        border-right: 0px solid #000;
        padding: 0 0 0 0;
        margin-bottom: 0;
        font-family: Arial;
        text-align: left;  
        font-size : 12px;
        font-weight:normal;
        background-color: #ffffff;
        color: #000000;}

        #menu ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #menu li {
border-bottom: 1px solid #ffffff;
margin-bottom: 0;
list-style: none;}

        #menu li a {
                display: block;
                padding: 5px 5px 5px 5px;
                border-left: 0px solid #1958b7;
                border-right: 0px solid #508fc4;
                background-color: #2b2c48;
                color: #fff;
                text-decoration: none;
                width: 132;
                }
html>body #menu li a {
                width: auto;}

        
        #menu li a:hover {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #2e318d;
                color: #fff;
                }

        #menu li #active {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }




