/* <% response.contenttype = "text/css" %> */
#menu_container {
     border             : 0px solid red;
     background-image   : url(../images/bg_menu_nav.gif);
     float              : left;
     margin             : 0;
     padding            : 0;
     width              : 176px;
}

#menu_container form {
     margin             : 0;
     padding            : 0;
}

ul#menu {
     background-image   : url(../images/bg_menu_nav_gradient.jpg);
     background-repeat  : repeat-x;
     font-size          : 8pt;
     line-height        : 25px;
     list-style-type    : none;
     margin             : 0;
     padding            : 0;
     width              : 176px;
}

ul#menu a {
     background         : transparent;
     color              : white;
     display            : block;
     text-decoration    : none;
     text-indent        : 15px;
     width              : 176px;
}

ul#menu a:hover {
     background-color   : black;
     background-image   : url(../images/menu_selected.jpg);
     color              : #FFC40B;
}

ul#menu ul {
     list-style-type    : none;
     padding            : 0;
     margin             : 0;
     width              : 156px;
}

ul#menu ul li a {
     display            : block;
     padding-left       : 20px;
     width              : 156px;
}

ul#menu a.current, ul#menu ul li a.current {
     background-color   : yellow;
     background-image   : url(../images/menu_mouseover.jpg);
     color              : black;
}

li.seperator {
     background-image   : url(../images/bg_menu_nav_line.gif);
     background-position: center center;
     background-repeat  : no-repeat;
     line-height        : 3px;
     margin-left        : 12px;
}

#menu_footer {
     background-image   : url(../images/footer_menu_nav.jpg);
     float              : left;
     height             : 25px;
     width              : 176px;
}

#menu_hackersafe {
    background-image   : url(../images/bg_menu.gif);
    margin: 0;
    padding:  40px 52px 0 52px;
    width: 72px;
}

#menu_websitevanhetjaar {
    background-image   : url(../images/bg_menu.gif);
    margin: 0;
    padding: 40px 5px 5px 30px;
}

#menu_hackersafe a {
	display:block;
   background-image   : url(../images/hackersafe_menu.gif);
   background-position: top left;
   height: 40px;
   width: 71px;
   padding-top: 3px;
   text-align: center;
}

