/*********************************
    SUBCATEGORY PAGE STYLES
*********************************/
#breadcrumb {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 5px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

#breadcrumb a {
	color: #000;
	text-decoration: none;
}

#SubCatMain {
	float: left;
	display: inline;
	width: 922px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #993300;
	background: #fbebdb url("../graphics/deptmain-bg.gif") top left repeat-x;
}

#SubCatMain img {
    float: right;
    vertical-align:top;
    width: auto !important;
    height: auto !important;
}

#SubCatMain ul {
	float: left;
	display: inline;
	list-style: none;
	margin: 20px 0;
	padding: 5px 12px;
	border-right: 1px solid #993300;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#SubCatMain li {
	margin: 0;
	padding: 3px 0;
	line-height: 15px;
}

#SubCatMain li a {
	color: #000000;
	text-decoration: none;
}

#SubCatMain li a:hover {
	text-decoration: underline;
	background: #666666;
}

