#category {
 margin-top: 20px;
 margin-bottom: 20px;
 margin-right: 10px;
 width: 210px;
}

#categoryList {
  margin-top: 15px;
}
#category div.item {
  padding: 3px;
}
#category div.m1 {
  padding-left: 20px;
	border-top: 1px dotted #CCCCCC;
}
#category div.m2 {
  margin-left: 40px;
	border-top: 1px dotted #CCCCCC;
}
#category div.m3 {
  margin-left: 55px; 
}
#category a {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#category .sel {
	font-size: 11px;
	color: #EB6A6E;
	font-weight: bold;
	text-decoration: none;
}
#category .nsel {
	font-size: 10pt;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
#category div img {
  vertical-align: middle;
}
div#navigation_close {
	width:20px;
	padding:0px;
	margin:0;
}

