/*Product Menus Styles */

#tlProductMenu {
	font-weight: bold;
	font-size:20px;
	}
	
#tlProductMenu ul{
	word-spacing: normal;
}
	
#tlProductMenu li {
	list-style-type: square;
	display: list-item;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: black;
	text-decoration: none;
	border: none;

}

#tlProductMenu li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0000AA;
	text-decoration: none;
	border: none;
}

#tlProductMenu li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0000AA;
	text-decoration: none;
	border: none;
}

#tlProductMenu li a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#tlProductMenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #0000AA;
	text-decoration: none;
	border: none;
}

#tlProductMenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #0000AA;
	text-decoration: none;
	border: none;
}

#tlProductMenu a:hover {
	text-decoration: underline;
	color: #FF0000;
}
