#nl_menu{
   width: 625px;
   height: 100%;
   border: 1px #cccccc solid;
   background: #f7f7f7;
   margin-bottom: 20px;
}
#nl_menu span{
   font-weight: bolder;
   margin-left: 10px;
}
#nl_panel{
   width: 100%;
   height: 0px;
   overflow: hidden;
}
#nl_categories{
   width: 300px;
   height: 130px;
}

/*****************************/
#nl_timeline a,
#nl_timeline a:link,
#nl_timeline a:active,
#nl_timeline a:visited
{
   text-decoration: none;
   border-bottom: 1px #000 dotted;
}
#nl_timeline a:hover{
   text-decoration: none;
   border-bottom: 1px #cc0000 solid;
}
#nl_timeline li{
   margin: 5px 0;
}
.nl_story{
   width: 625px;
   margin-bottom: 5px;
}
.nl_story_t{
   width: 625px;
   height: 6px;
   background: url('/images/newsline/t.png');
}
.nl_story_content{
   width: 615;
   padding-left: 5px;
   padding-right: 5px;

   background: url('/images/newsline/bg.png');
   background-repeat: repeat-y;
   overflow: hidden;
}
.nl_story_content img{
   height: 27px;
   margin-right: 5px;
   vertical-align: middle;
}
.nl_story_content a,a:link,a:hover,a:active,a:visited{
   border-bottom: 1px black dotted;
}
.nl_story_b{
   width: 625px;
   height: 8px;
   background: url('/images/newsline/b.png');
}


.nl_browse span{
   padding: 0 5px;
}
.nl_browse a{
   text-decoration: none;
   border:0;
}
.nl_browse a:hover{
   text-decoration: none;
   border-bottom: 1px #cc0000 solid;
}












