#category_menu {
	width: 215px;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	text-align: left;
	border-left: 1px dashed #d4e5ec;
	border-right: 1px dashed #d4e5ec;
	border-bottom: 1px dashed #d4e5ec;
}

#category_menu_header {
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	font-size: 1.1em;
	border-top: 1px dashed #d4e5ec;
	border-left: 1px dashed #d4e5ec;
	border-right: 1px dashed #d4e5ec;
	background-color: #ffffff;
	color: #3a70af;
	font-family: "Century Gothic";
	font-size: 16px;
}

#category_menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#category_menu li {
  height: 26px;
  line-height: 26px;
  margin-top: 1px;
  padding-left: 30px;
  background-image: url(../img/leftmenu_bullet.jpg);
  background-repeat:no-repeat;
  background-position: 20px 13px; 
  font-size: 1.1em;
  border-top: 1px dashed #d4e5ec;
  background-color: #eaedf4;
}

#category_menu li.current { 
	background-color: #cdd4e4;
}

#category_menu a:link {text-decoration: none;font-family: Tahoma, Arial, Helvetica, sans-serif;color: #01669a;}
#category_menu a:visited {text-decoration: none; font-family: Tahoma, Arial, Helvetica, sans-serif;color: #01669a;}
#category_menu a:hover {text-decoration: underline; font-family: Tahoma, Arial, Helvetica, sans-serif;color: #01669a;}
#category_menu a:active {text-decoration: none; font-family: Tahoma, Arial, Helvetica, sans-serif;color: #01669a;}