@charset "iso-8859-1";
/* author: Robert Smoak */
/* Creation date: 4/12/2006 */
<style type="text/css" media="screen">

#navcontainer ulnav
{
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer linav { margin: 0 0 0 0; }
#navcontainer a
{
display: block;
color: #222222;
background-color: transparent;
padding: .4em .4em;
text-decoration: none;
font-weight: bold;
border-top: 1px solid #e7e7e7;
border-left: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
#navcontainer a:hover
{
display: block;
color: #222222;
background: #cecece;
padding: .4em .4em;
text-decoration: none;
font-weight: bold;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

#navmenu ulnmu
{
margin: 0;
padding: 0;
list-style-type: none;
}
#navmenu linmu { margin: 0 0 0 0; }
#navmenu a
{
display: block;
color: #222222;
background-color: transparent;
padding: .4em .4em;
text-decoration: none;
font-weight: bold;
border-top: 1px solid #e7e7e7;
border-left: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
#navmenu a:hover
{
display: block;
color: #222222;
background: #cecece;
padding: .4em .4em;
text-decoration: none;
font-weight: bold;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

</style>
