#product {
	height: 32px;
	width: 172px;
	text-indent: 6px;
	overflow: hidden;
	display: block;
	background-image: url(images/nav_product.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	vertical-align: baseline;
	text-align: left;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
#product:hover {
	background-position: left bottom;
	background-image: url(images/nav_product.gif);
	height: 32px;
	width: 172px;
	color: #000000;
}
#group {
	height: 27px;
	width: 172px;
	text-indent: 5px;
	overflow: hidden;
	display: block;
	background-image: url(images/nav_group.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 0px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
#group:hover {
	background-position: left bottom;
	background-image: url(images/nav_group.jpg);
	height: 27px;
	width: 172px;
	text-decoration: none;
	color: #000000;
}
