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


#productNav a:link, #productNav a:visited {
	color: #FFCC00;
	text-decoration: none;
}

#productNav a:hover, #productNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#productNav table {
	margin-left: 10px;
}
#productNav td {
	padding: 4px 0 4px 0;
	vertical-align: top;
}