/* Start of CMSMS style sheet 'andweb navigation' */
/* Menu Horizontal START */

div#container-nav {
  margin-bottom: 2.2em;
  padding: 4px 6px;
  background: url('images/separator1.png ') no-repeat;
}

div#container-nav li{
  margin: 0;
  padding: 0;
  display: inline;
}

div#container-nav a{
  background: url('images/separator.png ') repeat-y right;
  height: 20px;
  padding: 5px 19px 5px 13px;
  color: black;
  text-transform: uppercase;
}

div#container-nav a:hover{
  background-color: black;
  color: white;
  text-decoration: none;
}

div#container-nav a.menuactive{
  background-color: black;
  color: white;
  text-decoration: none;
}

/* Menu Horizontal END */

/* Menu Vertical START */

div#content-sec {
  border-top: 2px solid #150c04;
}

div#content-sec ul {
  margin: 0;
  padding: 0;
  list-style-type: none;

}

div#leftColumn li li{
  margin: 0;

  background: url(images/li.png) no-repeat 1px 50%;
}

div#leftColumn a {
  padding: .5em;
  padding-left: 1.3em;
}

/* Menu Vertical END */
/* End of 'andweb navigation' */

