
#Vmenu {
  display: block;
  position: relative;
  top: 0px;
  left: 2px;
  width: 160;
  background-color: #CAE6CA;
  /* border-bottom: thin dotted #333; */
}


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

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


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

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

#VmenuList li { font-size: 1.1em; }          /* 1st level */

#VmenuList li li { margin-left:5px; text-indent: 0px; font-size: 1.0em; }       /* 2ndlevel */

#VmenuList li li li { margin-left:10px; text-indent: 0px; font-size: 0.90em; }                    /* 3rdlevel */

#VmenuList li li li li { margin-left:15px; text-indent: 0px; }                 /* 4th level */


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

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

#VmenuList a {  list-style-type: none; line-height: 1.5em;
display: block; text-decoration: none;  padding: 3px; margin: 0px; position: relative; }


#VmenuList a:hover { color: #fff;  background-color: #74CA99; }

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

#VmenuList li a { color: #111; padding-left:5px; }                   /* 1st level */

#VmenuList li li a { color: #333; padding-left:5px; background-color: #b9d3b9; }                /* 2ndlevel */

#VmenuList li li li a { color: #222; padding-left:5px; background-color: #a9c1a9; }             /* 3rdlevel */

#VmenuList li li li li a { color: #222; padding-left:5px; background-color: #9ab09a; }          /* 4th level */

