
#Vmenu {
  display: block;
  position: relative;
  top: 0px;
  left: 1px;
  width: 170px;
  background-color: #737373;
}


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

#Vmenu li {
  margin: 0px;
  padding: 0px;
  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: 5px; font-size: 15px; width: 100%; }          /* 1st level */

#VmenuList li li {text-indent: 15px; font-size: 14px; }       /* 2ndlevel */

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

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


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

#VmenuList a {  list-style-type: none; }

#VmenuList a {  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 { color: #333;  background-color: #74CA99; }

#VmenuList a:active { color: #333; background-color: #74CA99; }

#VmenuList li a { color: #FFF; }                   /* 1st level */

#VmenuList li li a { color: #FFF; }                /* 2ndlevel */

#VmenuList li li li a { color: #FFF; }             /* 3rdlevel */

#VmenuList li li li li a { color: #FFF; }          /* 4th level */

