@charset "utf-8";
/* CSS Document */

.prodrop5 {padding:0 0 0 0px; margin:0; list-style:none; height:30px; position:relative; z-index:1500;}

.prodrop5 li.top {display:block; float:left;}

.prodrop5 li a {height:50px; display:block; color:#FFF; text-decoration:none;} 

.prodrop5 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 */

.prodrop5 a:hover {visibility:visible; position:relative; z-index:1200;}
.prodrop5 li:hover {position:relative; z-index:1200;}

.prodrop5 li a.top_link:hover {background:transparent;} 
.prodrop5 li:hover > a.top_link {background:transparent;} 

/* keep the 'next' level invisible by placing it off screen. */
.prodrop5 ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

.prodrop5 :hover ul {
	left:-45px;
	top:45px;
	background-color: #DC0000;
	padding:3px;
	white-space:nowrap;
	height:auto;
	width:auto;
	z-index:1300;
}
.prodrop5 :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:222px;}
.prodrop5 :hover ul li a {
	display:block;
	font-size:12px;
	height:20px;
	line-height:20px;
	width:auto;
	padding:0 10px;
	color:#fff;
	background:transparent;
	text-decoration:none;
	font-weight: bold;
}
.prodrop5 :hover ul li a:hover {text-decoration:underline;}
