/* ================================================================ 
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/pro_drop4_2a.gif);}
.preload1 {background: url(images/pro_drop4_2b.gif);}

.prodrop4 *{font-size:11px;}

.prodrop4 
{
	padding:0 0 0 36px; 
	margin:0px; 
	list-style:none; 
	height:36px; 
	position:relative; 
	z-index:500;
	top: -2px;
	left: 190px;
	font-family: Arial, sans-serif;
	font-size:10px;
}

.prodrop4 li.top {display:block; float:left; font-size:11px; }

.prodrop4 li a.top_link 
{
	display:block; 
	float:left; 
	height:30px; 
	line-height:25px;
	color:#666;
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	padding:0 0 0 4px; 
	cursor: pointer; 
	background: url(images/pro_drop4_0a.gif) no-repeat;
}

.prodrop4 li a.top_link span 
{
	float:left; 
	display:block; 
	padding: 0 8px 0 4px; 
	height:25px; 
	background:url(images/pro_drop4_0b.gif) right top;
}

.prodrop4 li a.top_link:hover
{
	color:#F0E5D2; 
	background: url(images/pro_drop4_2a.gif) no-repeat; 
	line-height:25px; 
	padding: 0 0 0 4px;
}
	.prodrop4 li a.top_link:hover span
	{
		background:url(images/pro_drop4_2b.gif) no-repeat right top;
	}

/* este só funcionam no FF */

.prodrop4 li:hover > a.top_link
{
	color:#F0E5D2; 
	background: url(images/pro_drop4_2a.gif) no-repeat; 
	line-height:25px; 
	padding: 0 0 0 4px;
}
	.prodrop4 li:hover > a.top_link span
	{
		background:url(images/pro_drop4_2b.gif) no-repeat right top;
	}

/*-------------------------------------------------------------------------------*/

.prodrop4 li a.current 
{
	display:block; 
	float:left; 
	height:30px; 
	line-height:25px; 
	color:#F0E5D2; 
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	padding:0 0 0 4px; 
	cursor: pointer; 
	background: url(images/pro_drop4_2a.gif) no-repeat;
}

.prodrop4 li a.current span 
{
	float:left; 
	display:block; 
	padding: 0 8px 0 4px; 
	height:25px; 
	background:url(images/pro_drop4_2b.gif) right top;
}

/* este só funcionam no FF */

.prodrop4 li > a.current
{
	color:#F0E5D2; 
	background: url(images/pro_drop4_2a.gif) no-repeat; 
	line-height:25px; 
	padding: 0 0 0 4px;
}
	.prodrop4 li > a.current span
	{
		background:url(images/pro_drop4_2b.gif) no-repeat right top;
	}

/*------------------------------------------------------------------------------*/




.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; font-size:9px;}
.prodrop4 ul.sub2 {width:110px; font-size:9px;}
.prodrop4 ul.sub3 {width:90px; font-size:9px;}
.prodrop4 ul.sub4 {width:112px; font-size:9px;}

.prodrop4 :hover ul {left:0px; top:20px; padding:2px; white-space:nowrap; width:auto; height:20px; z-index:300;}
.prodrop4 :hover ul li {display:inline; height:25px; position:relative; font-weight:normal; width:auto;}
.prodrop4 :hover ul li a {display:inline; font-size: 9px; height:25px; line-height:20px; width:auto; padding:0 2px; color:#000; text-decoration:none;}
.prodrop4 :hover ul li a:hover {color:#333; text-decoration:underline;}

