#navcontainer {
position:relative;
font-family: Verdana; /*alt: Verdana*/
font-weight: normal;
padding:0;margin:0;

}

ul#navlist {
height: 20px;
padding: 0;
margin: 0;
/*float: left;*/
width: 100%;
list-style-type: none;
/*position: absolute;
top:0;
left:0;*/
padding: 2px 0;
background-color: #36c;
font-size: 12px; 
border-top:1px solid #D6D6D6;
border-bottom:1px solid #D6D6D6;
}


#navlist li { 
display: inline; 
margin: 0px 0px 0px 0px;

}

#navlist a,
#navlist a:link,
#navlist a:visited
{
border-right: 1px solid #D6D6D6;
font-weight:normal;
text-decoration:none;

position:relative;
top:3px;
background-color: #36c;

color: white;
padding: 5px 7px; /*0px 5px*/
}

#navlist a:hover,
#navlist a:focus
{
background-color: #5280D5;
color: white;
}

/*current Link*/
#navlist a#current,
#navlist a#current:link,
#navlist a#current:visited 
{ font-weight: bold; /*background-color: #5280D5;*/}


/*Second and subsequent levels*/
ul#subnavlist {
height: 22px;
margin: 0;
width: 100%;
list-style-type: none;
padding: 0px;
/*border-bottom:1px solid #D6D6D6;*/
border-bottom: 1px solid #bbb;
font-size: 11px;
position:absolute;
top: 26px; 
left: 0;
background: #99B9F6;
/*background-color: #99B9F6;*/
}


ul#subnavlist li { 
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

ul#subnavlist a,
ul#subnavlist a:link,
ul#subnavlist a:visited
{background: #99B9F6;
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

ul#subnavlist a:hover,
ul#subnavlist a:focus
{
color: #039;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}

/*current Link*/
ul#subnavlist a#subcurrent,
ul#subnavlist a#subcurrent:link,
ul#subnavlist a#subcurrent:visited { 
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999; }

ul#subnavlist li a#subcurrent:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}



