.subCat {
	margin-bottom: 15px;
	text-align: left;
}

.subCat_m {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
}

.subCat .title {
	text-shadow: 0px 1px white;
	padding-left: 15px;
	background-color: #e1e1e1;
	line-height: 100%;
	display: block;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-color: #c6c6c6;
	border-style: solid;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 8px;
	padding-top: 10px;
	color: black;
}
.subCat ul {
	padding: 0px;
}

.subCat ul li {
	list-style-type: none;
}

.subCat ul li a {
	width: 750px;
	display: block;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image: url(../../images/ico_arrow02.jpg);
	padding-left: 10px;
	color: #313131;
	border-bottom-color: #a7a7a7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-shadow: 0px 1px 1px #dcdcdc;
	margin-bottom: 1px;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 145%;
	font-size: 12px;
	text-indent: 15px;
}

.subCat ul li a:hover {
	background-color: #f8f8f8;
	text-decoration: none;
}

.subCat #current {
	background-color: #f8f8f8;
	text-decoration: none;
}

