#Vmenu {
  display: block;
  position: relative;
  top:0px;
  left:1px;
}

#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;
}

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

#Vmenu {  width: 140px; background-color: #CCAA99; }

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

#VmenuList li li {text-indent: 20px; }					/* 2nd level */

#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 { font-size: 13px; font-weight: bold; display: block; text-decoration: none;  padding: 0px; margin: 0px; position: relative; }

#VmenuList a:hover { color: #FFF;  }

#VmenuList a:active { color: #FFF; }

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

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

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

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