@charset "UTF-8";

/*******************************************************
    wraps the ul and restricts its width and top margin to offset it from
    the bottom of the logo on all secodary pages
********************************************************/
#subNavContainer {
 width:197px;

}

/*******************************************************
    UL used for the sub nvaigation menu in the sidebar
********************************************************/
#subNavContainer ul {
 margin:0;
 padding:0;
 padding-top:3px;
 padding-bottom:3px;
 list-style:none;
 width:197px;
}

#subNavContainer li {
 margin:0px;
 padding:0px;
 background-image:url(common/secondaryNavBackground.gif);
 background-repeat:no-repeat;
 background-position:left center;
}

#subNavContainer ul a:link,
#subNavContainer ul a:visited {
 font-size:10pt;
 color:#002a5f;
 font-family: sans-serif;
 font-style:normal;
 line-height:39px;
 margin:0;
 display:block;
 width:182px;
 padding-left:15px;
 background-image:url(common/secondaryNavBackground.gif);
 background-repeat:no-repeat;
 background-position:left center;
 text-transform:none;
 text-decoration:none;
}

#subNavContainer ul a:hover {
 background-position:-197px 0px;
 color:#e7ebee;
 text-decoration:underline;
}

/*******************************************************
    apply this class attribute to the current link to set it apart from the others
    I have applied it to the item "Current Navigation Item" as an example
********************************************************/
#subNavContainer ul a.current {
 background-position:right top;
 text-decoration:none;
 cursor:default;
}

#subNavContainer ul a.new {
background:transparent url(/img/snapshotnew.png) no-repeat 115px;
}

#subNavContainer ul a.currentNew {
background:#abb3a4 url(/img/snapshotnew.png) no-repeat 115px;
}

#subNavContainer ul a.currentNew:hover {
color:#e7ebee;
text-decoration:underline;
}

#subNavContainer ul a.new:hover {
background:#c1ced9 url(/img/snapshotnew.png) no-repeat 115px;
color:#e7ebee;
text-decoration:underline;
}
