	.prodrop4 {
	padding: 0 0 0 0px;
	margin: 0;
	list-style: none;
	height: 50px;
	position: relative;
	z-index: 500;
	font-family: arial, verdana, sans-serif;
}
.prodrop4 li.top {
	display: block;
	float: left;
}
.prodrop4 li a.top_link {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 10px;
	cursor: pointer;
}
.prodrop4 li a.top_link span {
	float: left;
	display: block;
	padding: 0 5px 0 5px;
	height: 18px;
}
.prodrop4 li a.top_link:hover {
	color: #FFF;
	line-height: 15px;
}
.prodrop4 li a.top_link:hover span {
}
.prodrop4 li:hover > a.top_link {
	color: #FFF;
	line-height: 18px;
}
.prodrop4 li:hover > a.top_link span {
}
.prodrop4 table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
/* Default link styling */
/* Style the list OR link hover. Depends on which browser is used */
.prodrop4 a:hover {
	visibility: visible;
	position: relative;
	z-index: 200;
}
.prodrop4 li:hover {
	position: relative;
	z-index: 200;
}
/* keep the 'next' level invisible by placing it off screen. */
.prodrop4 ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.prodrop4 ul.sub1 {
	width: 160px;
}
.prodrop4 ul.sub2 {
	width: 110px;
}
.prodrop4 ul.sub3 {
	width: 90px;
}
.prodrop4 ul.sub4 {
	width: 112px;
}
.prodrop4 :hover ul {
	left: 0;
	top: 12px;
	padding: 0 3px;
	white-space: nowrap;
	height: auto;
	z-index: 300;
}
.prodrop4 :hover ul li {
	display: block;
	height: 10px;
	position: relative;
	font-weight: normal;
	width: auto;
}
.prodrop4 :hover ul li a {
	display: block;
	font-size: 11px;
	text-indent: 5px;
	height: 10px;
	line-height: 10px;
	width: auto;
	margin: 0px;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
}
.prodrop4 :hover ul li a:hover {
	color: #fff;
}

