/*
    Black CSS
    Checked for validity @ http://jigsaw.w3.org/css-validator/
    7th June 2006
*/


@import url(topmenu.css);

body {
    background: #eeeeee;
    color:#000000;
    background-image: url(../images/bkg_purple_lines2.jpg);
    background-repeat: repeat-x;
     }



#topnavcontainer {
    height: 27px;
    padding: 0;
    border-bottom:3px solid #333333;

    
}

#topnav {
    padding: 0 70px;
    position: relative;
    height: 27px;
    /*background: url(images/grey/menubar.png) 0 0 no-repeat;*/
    /*padding-left: 2px;*/
    font: normal 12px Arial, Helvetica, sans-serif;
    margin:0 auto;
    text-align: center;
    width:1000;
}
#topnav li a:link, #topnav li a:visited { display: block; width: auto; text-decoration: none; padding: 0 10px;color: #ffffff;background: url(../images/grey/menubar.gif) 100% 0 no-repeat; }

