@charset "UTF-8";
/* CSS Document */

.productmenu{
	width: 100%;
}

.productmenuhdr{
	float: left;
	margin-top: 15px;
	font-family: "trebuchet ms";
	font-size: 18px;
	color: #003260;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 15px;
}

.productmenuhdr2{
	float: left;
	font-family: "trebuchet ms";
	font-size: 18px;
	color: #003260;
	font-weight: bold;
	margin-bottom: 5px;
}

.productlist{
	padding: 0px 10px 28px 10px;
	text-align:left;
	list-style: none;
	margin: 0px;
	clear: left;
}
.productlist a{
	color: #006699;
	font-size:12px;
	font-family: "trebuchet ms";
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}
.productlist a:hover{
	color:#3399FF;
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
}
