/* Start of CMSMS style sheet 'Navigation' */
#menu_vert {
  margin-top: 55px;
  float: right;
  height: 24px;
  width: 600px;
  text-align: right;
}

#menu_vert ul {
  margin: 0.5em 0;
  height: 14px;
  float: right;
}

#menu_vert ul li {
  list-style-type: none;
  display: inline;
  height: 14px;
  text-align: center
  white-space: nowrap;
}

#menu_vert > ul li {
  width: auto;
}

#menu_vert ul li a {
  text-decoration: none;
  color: white;
  display: block;
  clear: none;
  float: left;
  padding: 0 1em;
  border-right: 1px solid white;
  height: 14px;
  line-height: 1.2em;
}

#subNavigation ul {
  list-style-type: none;
  width: 200px;
}

#subNavigation li {
  border-bottom: 1px dotted white;

}

#subNavigation li a {
  text-decoration: none;
  color: white;
  padding: 0.8em 0;
  display:block;
}

#subNavigationDesign li {
  border-bottom: 1px dotted black;
}

#subNavigationDesign li a {
  text-decoration: none;
  color: black;
}

#portfoliomenu ul {
  list-style-type: none;
}

#portfoliomenu ul li {
}

#portfoliomenu ul li a{
  color: white;
  font-weight: bold;
  text-decoration: none;
}
/* End of 'Navigation' */

