
#Vmenu {
  display: block;
  width: 140px;
  background-color: #2d4d80;
}


#Vmenu ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;      /* stops the bullets displaying */
}

#Vmenu li {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
  list-style-type: none;      /* stops the bullets displaying */
}


/******************************
 Example of styling the text & area within the menu:
*******************************/

#VmenuList { text-indent: 5px; list-style-type: none; }

#VmenuList li { text-indent: 10px; font-size: 1.1em; width: 100%; }          /* 1st level */

#VmenuList li li {text-indent: 20px; font-size: 1.0em; }       /* 2ndlevel */

#VmenuList li li li { text-indent: 30px; }                    /* 3rdlevel */

#VmenuList li li li li { text-indent: 40px; }                 /* 4th level */


/******************************
 Example of styling the 1st, 2nd, 3rd, 4th level links:
*******************************/

#VmenuList a, #VmenuList a:visited {  font-weight: normal; list-style-type: none; height: 1.5em; line-height: 1.5em; width: 100%;
display: block; text-decoration: none;  padding: 0px; margin: 0px; position: relative; }

#VmenuList a:hover, #VmenuList a:active { font-weight: bold; }


#VmenuList li a { color: #fff; font-weight: normal; }                   /* 1st level */

#VmenuList li li a { color: #fff; font-weight: normal;}                /* 2ndlevel */

#VmenuList li li li a { color: #fff; font-weight: normal;}             /* 3rdlevel */

#VmenuList li li li li a { color: #fff; font-weight: normal;}          /* 4th level */

#Vmenu li.no a { color: #fff !important; font-weight: normal !important;}
#Vmenu li.act a { font-weight: bold; }
