.bg_menu {
	background-image: url(images/menu/bottomrow_filler.jpg);
	background-repeat: repeat-x;
}
.bg_main {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
}
ul#menu {
	width: 230px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

ul#menu li, 
  ul#menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; font-weight:bold;
  color: #666666;
}


ul#menu li {
	line-height: 20px;
}
.smallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}


ul#menu ol li {
	border-bottom: none;
}

ul#menu ol li:before {
  content: "";
}

ul#menu a {
	text-decoration: none;
	outline: none;
}

ul#menu a:hover {
  color: #2b50d3;
}

ul#menu a.active {
	color: #2b50d3;
	font-weight: bold;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 6699CC;
}
.menudrop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
}
.text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
