/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.prodrop4 {
	padding:0 0 0 5px;
	margin:0;
	list-style:none;
	height:30px;
	position:relative;
	z-index:500;
	font-style:normal;
}
.prodrop4 li.top {
	display:block;
	float:left;
	text-align:center;
	background-image:url(../images/layout/topnav_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.prodrop4 li.top_last {
	display:block;
	float:left;
	text-align:center;
}
.prodrop4 li a.top_link {
	display:block;
	float:left;
	font-style:normal;
	text-decoration:none;
}
.prodrop4 li a.top_link span {
	float:left;
	display:block;
	padding:3px 12px 0 11px;
	line-height:12px;
	height:30px;
	font-style:normal;
}
.prodrop4 li a.top_link:hover {
	font-style:normal;
	text-decoration:underline
}
.prodrop4 li a.top_link:hover span {
	font-style:normal;
}
.prodrop4 li:hover > a.top_link {
	font-style:normal;
}
.prodrop4 li:hover > a.top_link span {
	font-style:normal;
}
.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;
	font-style:normal;
}
.prodrop4 li:hover {
	position:relative;
	z-index:200;
	font-style:normal;
}
/* keep the 'next' level invisible by placing it off screen. */
.prodrop4 ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	list-style:none;
	padding:0;
	font-style:normal;
	
}
.prodrop4 :hover ul {
	left:0;
	top:30px;
	background-position:top;
	white-space:nowrap;
	height:auto;
	z-index:300;
	font-style:normal;
}
.prodrop4 :hover ul li {
	display:block;
	height:30px;
	position:relative;
	font-weight:600;
	width:auto;
	font-style:normal;
}
.prodrop4 :hover ul li a {
	display:block;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	color:#000;
	font-style:normal;
}
.prodrop4 :hover ul li a:hover {
	font-style:normal;
}

