.drop {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 11px;
	background:transparent url(prodrop4/pro_drop4_back.gif);
	position:relative;
	z-index:500;
	font-family: Arial, Helvetica, sans-serif;
}

.drop li.top {display:block; float:left;}
.drop li a.top_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	display: block;
	float: left;
	padding: 0 23px 0 23px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	margin: 0;
	border-right: 1px solid #767c68;
}

.drop li a.top_link:hover {	color: #fff; background: #767c68; }
.drop li:hover > a.top_link { color: #fff; background: #767c68; }


.menu_hr {
	padding: 5px;
	height: 1px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #ccc;
}



.drop 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 */

.drop a:hover {visibility:visible; position:relative; z-index:200;}
.drop li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.drop ul, .drop iframe {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.drop ul.sub {width: 200px;}

.drop :hover iframe.one {left:0; top:35px; width:150px; height:100px;}
.drop :hover iframe.two {left:0; top:35px; width:100px; height:65px;}

.drop :hover ul {left:-1px; top:35px; background: #98a086; padding: 6px; border:2px solid #767c68; white-space:nowrap; height:auto; z-index:300;}
.drop :hover ul li {display:block; height:24px; position:relative; font-weight:normal; width:auto;}
.drop :hover ul li a {display:block; font-size:12px; height:24px; line-height:24px; width:auto; padding:0 10px; color:#fff; text-decoration:none;}
.drop :hover ul li a:hover {background:#767c68; color:#fff;}