/* ================================================================ 
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.
=================================================================== */
.preload1 {
	background: url(../images/layout/title-bg.jpg);
}
.preload2 {
	background: url(../images/layout/navbgover.jpg);
}
.prodrop4 {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
	height:30px;
	background:transparent url(../images/layout/title-bg.jpg);
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	font-style:normal;
}
.prodrop4 li.top {
	display:block;
	float:left;
}
.prodrop4 li a.top_link {
	display:block;
	float:left;
	height:30px;
	line-height:27px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	padding:0 0 0 5px;
	cursor:pointer;
	background: url(../images/layout/title-bg.jpg) no-repeat;
	font-style:normal;

}
.prodrop4 li a.top_link span {
	float:left;
	display:block;
	padding:0 20px 0 10px;
	height:30px;
	background:url(../images/layout/title-bg.jpg) right top;
	font-style:normal;
}
.prodrop4 li a.top_link:hover {
	color:#ECE0C3;
	background: url(../images/layout/navbgover.png) repeat-x;
	line-height:27px;
	font-style:normal;
}
.prodrop4 li a.top_link:hover span {
	background:url(../images/layout/navbgover.png) repeat-x right top;
	font-style:normal;
}
.prodrop4 li:hover > a.top_link {
	color:#FF9900;
	background: url(../images/layout/navbgover.png) repeat-x;
	line-height:27px;
	font-style:normal;
}
.prodrop4 li:hover > a.top_link span {
	background:url(../images/layout/navbgover.png) repeat-x right top;
	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 ul.sub1 {
	width:185px;
}
.prodrop4 ul.sub2 {
	width:165px;
}
.prodrop4 ul.sub3 {
	width:86px;
}
.prodrop4 ul.sub4 {
	width:112px;
}
.prodrop4 :hover ul {
	left:0;
	top:30px;
	background:transparent url(../images/layout/navbg-lower.png);
	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;
	color:#FF9900;
	font-style:normal;
}
.prodrop4 :hover ul li a {
	display:block;
	font-size:12px;
	font-weight:600;
	height:30px;
	line-height:30px;
	width:auto;
	padding:0 10px 0 0;
	color:#000;
	text-decoration:none;
	color:#FF9900;
	font-style:normal;
}
.prodrop4 :hover ul li a:hover {
	background:transparent url(../images/layout/navbgover-lower.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000000;
	font-style:normal;
}
