#navbar {
	background: #660099; 
	padding-right: 16px;
	text-align: right;
	font-size: 10pt;
}

#navlist
{
color: #ffffff;
background: #000097; 
border-bottom: 0.2em solid #000097;
border-right: 0.2em solid #000097;
border-top: 0.1em solid #000097;
padding: 0 1px;
margin-left: 0;
width: 12em;
font: bold 0.8em 'Trebuchet MS', Tahoma, Verdana, sans-serif;
letter-spacing:0.2em; 
float:left; 
height: 90%;

}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: #ffff00;
background: #990000;
border-width: 1px;
border-style: solid;
border-color: #0099cc #035 #068 #6cf;
border-left: 1em solid #663333;
padding: 0.25em 0.5em 0.4em 0.75em;
/* mine 
top:auto; */
}

#navlist #thispage {

display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: #009999;
background: #ffff00;
border-width: 1px;
border-style: solid;
border-color: #333333 #666666 #000000 #333333;
border-right: 1em solid #ff0033;
padding: 0.25em 0.5em 0.4em 0.75em;
/* mine */
top:auto; 
cursor:default; 
}

#navlist a#current { border-color: #5bd #035 #068 #00cc33; }

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}
#navcontainer
{float:left;
margin-top:0; 
margin-right:5px; 
/*background-color: #000000;*/
min-height:1600px; 
/*background-image: url(imgs/navspacer.gif);
background-repeat: repeat-y;*/
background: #000097 url(imgs/navspacer.gif) repeat-y fixed top;
display: block; /*  added */
clear:both; /*  added */
}
#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */

}

#navlist a:hover, #navlist a#current:hover
{
background: #28b;
border-color: #069 #6cf #5bd #fc0;
padding: 0.4em 0.35em 0.25em 0.9em;
/*  mine */

}

#navlist a:active, #navlist a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd #ffffff;
padding: 0.4em 0.35em 0.25em 0.9em;
}
	