#LeftMenu{
	margin: 0;
	padding: 0px;
	position: relative;
	float: left;
	height:200px;
	width:220px;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration:none;
}
#wrapper{
	width: 60%;
/*	top: 0;
	float:left;
	position: absolute;*/
	margin-left: 250px;
  display: flex;  /* use the flex model */
  min-height: 100%;
  flex-direction: column;
}
ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	text-decoration:none;
}
ol.b {
	list-style-type: lower-roman;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	text-decoration:none;
}

#wrapper h1{
	top: 0px;
	margin-left: 10px;
	margin-top:45px;
}
#wrapper h2{
	top: 0px;
	margin-left: 10px;
	margin-top:0px;
}
#wrapper h3{
	top: 10px;
	margin-left: 10px;
	margin-top:20px;
}
#wrapper ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-align: left;
	margin-left: 35px;
	list-style-position: outside;
	line-height: 16pt;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 225px;
  font-family: Arial, Helvetica, sans-serif;
  color: #060;
  float:left;
  z-index:1;

}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: none;
}

.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  cursor: pointer;
  z-index: 2;
  font-size: 9pt;
  text-decoration: none;
  color: #060;
  padding-left: 20px;
  border-bottom:1px dotted #8ecd8e;
	line-height: 2em;
	background-position: left;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  padding-left: 20px;
	background-image:  url(../visitor/images/bullet_orange.png);
	background-repeat: no-repeat;
	background-size:15px;
}
#cssmenu > ul > li > a:hover {
  color:#4184D4;
}
#cssmenu > ul > li.visited > li {
  color:#8ecd8e;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 7px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #060;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 11px;
  display: block;
  width: 10px;
  height: 2px;
  background:  #060;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 5px  0px  5px 32px;
  cursor: pointer;
  z-index: 2;
  font-size: 9pt;
  text-decoration: none;
  color: #73B883;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #060;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 6px;
  right: 26px;
  background: #060;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 6px;
  background: #060;
}
