
#navigation li a.selected {
  background: #ededeb url('../images/css/menu_bg_active.png') repeat-x 0 0;
}

#navigation li:hover {
  position: relative;
  z-index: 100;
}

#navigation li ul {
  display: none;
}

#navigation li:hover > ul {
  display: block;
  position: absolute;
  top: 30px;
  left: -12px;
  background-color: #F4F4F2;
  width: 162px;
  border: 1px solid #C7C7C7;
  border-top: 1px solid #D7D7D7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#navigation li ul a {
  width: 142px;
}

#navigation li ul li a {
  border-width: 0px;
  border-bottom: 1px solid #D7D7D7;
}

#navigation ul ul li.last > a,
#navigation ul ul li:last-child > a {
  border-bottom: 0px;
}

div#container div#navigation > ul > li.last > a,
div#container div#navigation > ul > li.last > a:link,
div#container div#navigation > ul > li.last > a:visited {
  border-right: 1px dotted #939490;
}

div#container div#navigation > ul > li:last-child > a,
div#container div#navigation > ul > li:last-child > a:link,
div#container div#navigation > ul > li:last-child > a:visited {
  border-right: 1px dotted #939490;
}

div#container div#navigation > ul > li.menuitem ul li.menuitem a,
div#container div#navigation > ul > li.menuitem ul li.menuitem a:link,
div#container div#navigation > ul > li.menuitem ul li.menuitem a:visited {
  border-left: 0px;
}

#navigation li:hover > ul li:hover ul {
  top: -1px;
  left: 150px;
}

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
