ul.type {
	list-style:none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 2px;
}
ul.type li {
	text-align:left;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #285AA3;
	line-height: 20px;
	display: block;
}
ul.type li a {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #285AA3;
	line-height: 25px;
	font-weight: normal;
	display: block;
}
ul.type li a:hover {
	color: #333;
}
ul.type li a#current{
	color: #999;
	cursor: default;
}
ul.type ul {
	padding:0;
	list-style-image: none;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-image: none;
}
ul.type ul li {
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	width: 120px;
}
ul.type ul li a {
	display:block;
	text-decoration:none;
	color: #727272;
	line-height: 18px;
}
ul.type ul li a:hover {
	color: #000;
}
ul.type ul li a#current-prod {
	color: #999;
}
ul.type ul li a#feature {
	color: #000;
	font-weight: normal;
	background-color: #FFF;
	font-size: 12px;
}
