#navcontainer
{
background-color:#D9E5EC;
width: 100%;
font-family: Verdana;
font-size: 9px;
font-weight:bold;
text-align: left; 
background-repeat:no-repeat; 
padding-left:1px; 
padding-right:1px
}

/********************************************/

ul#navlist
{
text-align: left;
list-style: none;
width: 100%;
margin: 0px;
}

/********************************************/

ul#navlist li
{
display: block;
margin: 0px
}

/********************************************/

ul#navlist li a
{
display: block;
width: 100%;
color: #0D437B;
text-decoration: none;
background: #D9E5EC; 
padding-left:20px; 
padding-right:0; 
padding-top:4px; 
padding-bottom:4px
}

/********************************************/

#navcontainer>ul#navlist li a 
{ 
width: auto; 
}

/********************************************/

ul#navlist li#active a
{
background:#D9E5EC url('../images/on.gif') no-repeat fixed left center; color: #0D437B
}

/********************************************/

ul#navlist li a:hover, ul#navlist li#active a:hover
{
background:#59A1D9 url('../images/roll.gif') no-repeat fixed left top; color: #FFFFFF;

}
/****************SUBLIST****************************/
ul#SUBnavlist
{
text-align: left;
list-style: none;
width: 100%;
margin: 0px;
}
/********************************************/
ul#SUBnavlist li
{
display: block;
margin: 0px; padding-top:1px; padding-bottom:1px
}
/********************************************/
ul#SUBnavlist li a
{
display: block;
width: 100%;
color: #0D437B;
text-decoration: none;
background: #BCD1DE; 
padding-left:40px; 
padding-right:0; 
padding-top:4px; 
padding-bottom:4px
}
/********************************************/
#navcontainer>ul#SUBnavlist li a 
{ 
width: auto; 
}
/********************************************/
ul#SUBnavlist li#active a
{
color: #FFFFFF; background-color:#0073BF
}
/********************************************/
ul#SUBnavlist li a:hover, ul#SUBnavlist li#active a:hover
{
background-position: left top; color: #FFFFFF; background-color:#59A1D9; background-repeat:no-repeat; background-attachment:fixed
}
/********************************************/