/* --------------------------------MENU-----------------------------------*/


#menu 
{
	padding-left:30px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	width: 750px;

}


#nav ul
{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	width:auto;
	
}

#nav li 
{
	position: relative;
	float:left;
	list-style:none;
}

#nav li ul { /* second level lists */
	position:absolute;
	left:-999em;
	background-color:#eef6fd; /*alterado*/
	border: 1px solid #B2B2B2; /*alterado*/
	border-bottom: none;
}

#nav a 
{
	background: url(imagens/fundo_hover_menu_a.jpg) no-repeat left top;
	font-weight:normal;
	display:block;
	border-bottom:none;
	text-decoration:none;
	text-align:center;
	padding:4px 1.3em 4px 1.3em;
	color:#ffffff;
	font-size:90% !important;
	/*border-right: 1px solid #ffffff; */
	/*background-color:#6cc1f7;*/
}

#nav li li a 
{
	width:12em;
	border-right:none;
	border-left:none;
	text-align:left;
	border-bottom:solid 1px #B2B2B2;
}

#nav li a:hover
{
	
	background: #f79200 url(imagens/fundo_hover_menu.jpg) no-repeat left top;
	
	
}
#nav li li a:hover
{
	background-color:#fff;
}

#nav li a.SelectedTab
{
	/*font-size:1.12em;*/
	background-color:#FFF;
}

#nav .DisabledTab
{
	color:#ccc;
}

/*no need to chage these hover classes unless you need more than 4 levels */

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul
{
	left:-999em;
}

#nav li:hover ul,
#nav li.iehover ul
{
	top:2.2em;
	left:0;
}

#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,
#nav li li li.iehover ul
{
	top:0;
	left:12.8em;
}



/*---------------------------------/MENU----------------------------------*/