	/* ================================================================ 
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.stunicholls.com/menu/pro_drop_2.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.
=================================================================== */

#nav {padding:0; margin:0; list-style:none; width:auto;  repeat-x; position:relative; z-index:500;}

/* Default list styling */
#nav li{
	float:left;
	padding-left:12px;
	padding-right:12px;
	height:20px;
	padding-top:14px;
}
#nav li a{
	float:left;
	color:#666;
	font-size:15px;
	font-family: Tahoma; 
}
#nav li.img{
	margin:0px;
	padding:0px;
	top:0px;
	vertical-align:top;
	background-image:url(../images/separador02.gif);
	background-position:middle;
	width:2px;
	height:48px;
}
#nav li.img img{
	top:-10px;
}

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:-5px; top:30px; white-space:nowrap; width:350px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:25px; position:relative; float:left; font-weight:normal; color:#fff; padding-top:0px;}
#nav li:hover ul.sub li a
{display:block; background: #eee; font-size:12px; height:15px; width:220px !important; color:#666; text-decoration:none; border:0px; font-weight:normal; padding: 7px 5px; margin-top: 10px}
#nav li:hover ul.sub li a:hover 
{background:#fff; color:#666; border:0px; font-weight:normal;}


#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; color:#FFF;}
