/* ================================================================ 
 Criado com base em modelo do CSS Play, alterado por Bruno Lima 
 para BVR N&C - 2008
===================================================================
Direitos Originais:
-------------------------------------------------------------------
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton.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:0px; 
	margin:0; 
	list-style:none; 
	font: 10px verdana, sans-serif; 
	position:relative; z-index:999;
	height:25px;
	padding:0;        
	}
	
#nav ul {
	padding:0px; 
	margin:0; 
	list-style:none; 
	font: 10px verdana, sans-serif; 
	position:relative; 
	z-index:999;
	}
	
#nav ul ul	{ 
	border: 1px solid #868686; 
	}


#nav table {
	border-collapse:collapse;
	}
	
#nav li {
	float:left; 
	padding: 0px;
	}
	
#nav li li {
	float:none; 

	background-repeat: repeat-y;
	}
	
/* a hack para IE5.x e IE6 */

#nav li a li {
	float:left;
	}
	
#nav a { 
	display:block; 
	padding: 0px 5px 0px 5px;
	}

#nav li a {
	display:block; 
	float:left; 	
	height:25px; 
	padding-right:3px; 
	line-height:25px; 
	text-decoration:none; 
	white-space:nowrap;
	}
	
#nav li li a {
	height:25px; 
	line-height:25px; 
	float:none; 
	/*padding-left: 26px; */	
	}

#nav li:hover {
	position:relative; 
	z-index:300; 
	}
	
#nav a:hover {
	position:relative; 
	z-index:300; 
	text-decoration:none; 	
	}

#nav :hover ul {
	left:0px; 
	top:25px;
	}


/* hack para IE5.5 e IE6 */

#nav a:hover ul {
	left:0px; 
	}

#nav ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
	}

/* it could have been this simple if all browsers understood */
/* sub nivel  */

#nav li:hover li:hover > ul {
	left:0px; 
	margin-left:90%; 
	top: 5px; 
	z-index: 300;
	}
	
/* mantem flutuante mesmo não estando visivel */

#nav li:hover > ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:auto;
	}

#nav li:hover > a {
	text-decoration:none; 
	/*color:#fff;*/
	}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* Exibir sub nivel */

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
	{
	left:100%; 
	top:-1px;
	}

/* mantem flutuante mesmo não estando visivel */

#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
	{
	position:absolute; 
	left:-9999px; 
	top:-9999px;
	}

#nav li li {	
	text-align: left;
	}

#navSub a{
	background: url(../seta.gif) no-repeat right center;
	}

#navSub a:hover{
	background: url(../seta.gif) no-repeat right center;
	}	
.spanMenu	{
	display: block;
	float:left;
	}