$(function(){
   $("#horizontal-nav ul li ul li:last-child").css("border-bottom","0 none")
})

$(function(){
   $("#menu-vertical li:last-child").css("border-bottom","0 none")
})

$(function(){
   $("#news-box .newspost:last-child").css("border-bottom","0 none")
})


