/*
CONTAINER
*/
#sidebar {
width: 104px;
font-size: 1.3em;
}
/*
MENU STYLES:
*/
#navlist {
margin: 0;
padding: 0;
list-style-type: none;
}

#navlist a, #navlist a:visited {
color:#fff;
display: block;
padding: 15px 0 16px 11px;
background-image:  url(../images/leftnav_btn_up.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
border:0;
text-decoration: none;
}

#navlist a:hover {
background-image:  url(../images/leftnav_btn_over.gif);
color: #FDB72C;
}
#sidebar #navlist .uberlink {
background-image:  url(../images/leftnav_btn_over.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #FDB72C !important;
font-weight: normal;
cursor: default;
}

/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX NAV LIST 2  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/
#navlist2 a, #navlist2 a:visited {
line-height:1.0em;
display: block;
padding: 9px 0 11px 11px;
background-image:  url(../images/leftnav_btn_up.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
}

#navlist2 a:hover {
line-height:1.0em;
background-image:  url(../images/leftnav_btn_over.gif);
color: #FDB72C;
}
#sidebar #navlist2 .uberlink2 {
line-height:1.0em;
background-image:  url(../images/leftnav_btn_over.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #FDB72C !important;
font-weight: normal;
cursor: default;
}

/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX NAV LIST 22  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/

#navlist22 a, #navlist22 a:visited {
line-height:1.0em;
display: block;
padding: 8px 0 12px 11px;
background-image:  url(../images/leftnav_btn_up.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
}

#navlist22 a:hover {
line-height:1.0em;
background-image:  url(../images/leftnav_btn_over.gif);
color: #FDB72C;
}
#sidebar #navlist22 .uberlink22 {
line-height:1.0em;
background-image:  url(../images/leftnav_btn_over.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #FDB72C !important;
font-weight: normal;
cursor: default;
}

.footer_pass {
font-size:1.2em;
color:#999;
text-decoration: none;
}
a.footer_pass:link {
font-size:1.2em;
color:#999;
text-decoration: none;
}
a.footer_pass:hover {
font-size:1.2em;
color:#1B5D8D;
text-decoration: underline;
}

#footer_copyright {
font-size:1.2em;
color:#999;
margin:15px 0 25px 0;
}



