#navsec {
 float: left;
 margin-top: 18px;
 margin-left: 10px;
 border: solid 1px #77c0db;
 height: 300px;
 width: 200px;
 background: #fff url(../images/grad_navsec.png) 0 32px repeat-x;
}

#navsec h3 {
 font-size: 98%;
 line-height: 32px;
 text-align: center;
 padding: 3px 0;
 color: #fff;
 margin: 0;
 background: #4baccf url(../images/grad_header_navsec.png) repeat-x;
}

#navsec ul {
 margin: 12px 0 0 0;
 padding-left: 14px;
 list-style: none;
 list-style-position: outside;
 font-size: 80%;
}

#navsec li {
 line-height: 120%;
 margin: 10px 0 0 0;
 padding: 0 10px 0 10px;
 background: transparent url(../images/navsec_bullet.gif) 0 4px no-repeat;
}

#navsec a {
 color: #1d97c3;
 text-decoration: none;
}

#navsec a:hover {
 text-decoration: underline;
}

#navsec a.active {
 font-weight: bold;
}
