#sidebar_holder{
  width: 200px;
  position: absolute;
	text-align: left;
	float: left;
	z-index: 2;
	font-weight: normal;
}

#sidebar_pad{
  padding-left: 18px;
}

#sidebar_page {
	position: absolute;
}

#sidebar_page a{
  color: #ffffff;
	font-size: 18px;
  text-decoration: none;
  display: list-item;
  list-style-type: none;
}

#sidebar_page a.submenu{
	font-size: 11.5px;
}

#sidebar_page a:hover{
  text-decoration: underline;
}
