#categories {
	float: left;
	width: 180px;
	margin-bottom: 10px;
}
#categories h2 {
	color: #fff;
	background-color: #485CC7;
	padding-right: 0;
	padding-left: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
#categories ul {
	margin: 0px;
	padding: 0px;
}

#categories li {
	list-style: none;
	font-size: 11px;
	padding-right: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #D7F2FF;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#categories a {
	text-decoration: none;
	color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}
#categories-k {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}#categoriescontent {
	background-color: #D7F2FF;
}
.paddingright {
	padding-top: 5px;
	padding-bottom: 5px;
}
