.products{
	width: 200px;
	background-color: #C8001B;
	height: 450px;
}

.products .title{
	background-color: #5A585D;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
}

.products ul{
	margin: 0px;
	font-weight: bold;
	padding: 5px 0px;
	padding-left: 15px;
}

.products ul li{
	list-style-image: url('../images/arr1.gif');
	padding: 2px 0px;
}

.products ul li:hover{
	list-style-image: url('../images/arr1a.gif');
}

.products ul li a{
	text-decoration: none;
	color: #FF9400;
}

.products ul li a:hover{
	color: #ffffff;
}

.products ul .active{
	list-style-image: url('../images/arr1a.gif');
}

.products ul .active a{
	color: #ffffff;
}

