/* Catalogue Menu */

#category  {
	color: #F97B9D;
	font-size: 95%;
	margin-top: 5px;
	background-color: #FFF;
	border-right: 1px solid #F97B9D;
	border-left: 1px solid #F97B9D;
}
#category a:link {
	color: #F97B9D;
	font-weight: bold;
	text-decoration: none;	
}
#category a:visited {
	color: #F97B9D;
	font-weight: bold;	
	text-decoration: none;	
}
#category a:active {
	color: #F97B9D;
	font-weight: bold;	
	text-decoration: none;	
}
#category a:hover {
	color: #C1CB9E;
	font-weight: bold;
	text-decoration: none;	
}
#category ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#category li {
	padding-left: 27px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(images/off.gif) no-repeat 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FAD8D9;
}

