<style type="text/css">

a:link,a:active,a:visited
{ color: #6dcff6;}
a:hover
{ color: #6dcff6; }


 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;

}

#navcontainer li { margin: 0 0 .6em 0;}

#navcontainer a
{
display: block;
color: #FFFFFF;
background-color: #0064af;
width: 100px;
padding: .1em .2em;
text-decoration: none;
border-top: 1px solid #8bb8db;
border-left: 1px solid #8bb8db;
border-right: 1px solid #036;
border-bottom: 1px solid #036;
}

#navcontainer a:hover
{
background-color: transparent;
color: #FFFFFF;
border-top: 1px solid #036;
border-left: 1px solid #036;
border-right: 1px solid #8bb8db;
border-bottom: 1px solid #8bb8db;
}
#left {
width: 179px;
}
#leftcontent { 
position: absolute;
left:15px;
top:95px;
width:121px;
background: #0064af;
}

#navbar{

font-family = "arial, verdana";
font-size = 13px;

}

</style>