/* Used to hide the last top-entry in nav-tree (top), which is used to register hashed link for sample projects*/
#main-nav #main-menu>li:last-child
{
	display:none;
}
/* Used to hide the last top-entry in nav-tree (side), which is used to register hashed link for sample projects*/
:not(.children_ul) > li > .children_ul > li:last-child
{
	display:none;
}
