<html>
<head>
<style type="text/css">
 #navcontainer
{
width: 8em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: 10;
background-color: #B70400;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #B70400;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 3px 3px 3px 0.5em;
border-left: 2px solid #E2B2B8;
border-right: 3px solid #E2B2B8;
background-color: #FDFBE4;
color: #000;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 2px solid #B70400;
border-right: 3px solid #B70400;
background-color: #FCF8D0;
color: #000;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

</body>

</html>