#ccCategoryMenu
{
width: 157px;
}

#ccCategoryMenu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#ccCategoryMenu a
{
display: block;
padding: 5px;
width: 157px;
background-color: #FFF;
border-bottom: 1px solid #CCC;
}


#ccCategoryMenu a:link
{
color: #000000;
text-decoration: none;
}

#ccCategoryMenu a:visited
{
color: #000000;
text-decoration: none;
font-size: 12px;
}

#ccCategoryMenu a:hover
{
background-color: #369;
color: #fff;
font-size: 12px;
}

 /* -------- prodCat Box Text  --------*/
 
.prodCat {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #f56d04;
	border-bottom-color: #f56d04;
	border-left-color: #f56d04;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.prodCat a:link, .prodCat a:hover, .prodCat a:active, .prodCat a:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #565656;
	text-decoration: none;
}
