body {
	background-image: url(images/bgOuter.jpg) ;
	background-repeat: repeat-x;
}

h2 {color:#996600;}

p {font-family:Verdana, Arial, Helvetica, sans-serif;}

/*----- Left menu ----- */

#menu {
        width: 200px;
        margin: 1px 1px 5px 1px;
        }
		  
#menu li { 
        list-style: none;
		margin-left: -40px;
		   		}

#menu li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 22px;
        text-decoration: none;
        }

#menu li a:link, #menu li a:visited {
        color: #666;
        display: block;
        background:  url(images/menuBar.gif);
        padding: 10px 0 0 35px;
        }

#menu li a:hover {
        color: #000;
        display: block;
        background:  url(images/menuBar.gif) 0 -32px;
        padding: 10px 0 0 35px;
        }
		

/* header menu */
#header ul {
       /* padding: 2px;*/
        margin-left: 0;
        border-bottom: 0 solid Black;
        font: bold 12px Verdana, sans-serif;
       /*  padding-bottom: 0;*/
       /*  border-bottom-width: 1px;*/
}

#header li {
        list-style: none;
        margin: 0;
        display: inline;
        border-bottom: 1px solid Black;
}

#header li a {
		float: right;
        padding: 3px 0.5em;
        margin-left: 3px;
       /*order: 1px solid #778;*/
        border-bottom: 0;
        background: #ffb31b;
        text-decoration: none;
}

#header li a:link { color: Black; }
#header li a:visited { color: #000; }

#header li a:hover {
        color: #000;
        background: #fff;
}

#header li a#current {
        background: white;
        border-bottom: 1px solid white;
}

/* END header menu style */

#footer { background-color: #996600;}
#footer ul {
        padding: 3px 0;
        margin-left: 0;
        border-top: 1px solid Black;
        font: bold 12px Verdana, sans-serif;
}

#footer li {
        list-style: none;
        margin: 0;
        display: inline;
}

#footer li a {
        padding: 3px 0.5em;
        margin-left: 1px;
        border: 0 solid #778;
        border-bottom: none;
        background: transparent;
        text-decoration: none;
}

#footer li a:link, a:visited { color: Black; }
/*#footer li a:visited { color: #667; } */

#footer li a:hover {
        color: #000;
        background: #FFB31B;
        }

#footer li a#current {
        background: white;
        border-bottom: 1px solid white;
}

