Add the highlighted style as shown to the navigation section of the default.css file:
Code:
/*-----------------------------------------------*/
/*--------------- NAVIGATION ---------------*/
/*---------------------------------------------*/
/* vertical menu ---------------*/
#v_navcontainer { margin: 20px 0 30px; padding: 20px;
}
#v_navcontainer, #v_navcontainer * {
z-index: 10;
position: relative;
}
#v_navcontainer ul {margin: 0;
padding: 0;
width: 120px;
list-style-type: none;}
#v_navcontainer ul li {
position: relative;
}
#v_navcontainer li ul {
posi . . .
Bookmarks