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

/* Left Column
-------------------------------------------------------*/
.leftcolumn {
	height: 100%;
	padding-bottom: 40px;
}
ul#product_nav {
	width: 180px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#product_nav li.browse {
	background-image: url(images/browse.gif);
	display: block;
	height: 50px;
	vertical-align: bottom; /* This fixes the IE5 Win/Mac gap! */
}
ul#product_nav li {
	display: block;
	height: 25px; /* This fixes IE6 Win gap! */
	line-height: 25px;
	vertical-align: bottom; /* This fixes the IE5 Win/Mac gap! */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	border-bottom: none; /* important for IE6 */
	color: #FFFFFF;
}
ul#product_nav li a:link, ul#product_nav li a:visited, ul#product_nav li a:active {
	padding-left: 3px;
	display: block;
	height: 25px; /* This fixes IE6 Win gap! */
	line-height: 25px;
	vertical-align: bottom; /* This fixes the IE5 Win/Mac gap! */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	border-bottom: none; /* important for IE6 */
	color: #FFFFFF;
}

ul#product_nav li a:hover {
	display: block;
	height: 25px; /* This fixes IE6 Win gap! */
	line-height: 25px;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	border-bottom: none; /* important for IE6 */
	color: #FFCC00;
}
