div#menu{
	background:transparent url(../imgs/menu_bg.png) repeat-x scroll center center;
	width:100%;
	height:42px;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}

* {
	margin: 0;
	padding: 0;
}

div#menu a{
	text-decoration: none;
}

div#menu p{
	margin: 15px 0;
}

div#menu ul{
	list-style: none;
}
/* 
	LEVEL ONE
*/
ul.dropdown{
	display: inline-block;
	position: relative;
	text-align: center;
	padding-top: 5px;
}

ul.dropdown li{
	/* COLOCAR O BG NORMAL AQUI */
	float: left;
	height: 37px;
	z-index: 50;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

ul.dropdown li a{
	display: block; 
	padding: 4px 8px; 
	color: #225289;
} 


ul.dropdown li:last-child a{ /* NAO FUNCIONA NO IE */
	border-right: none;
}

ul.dropdown li.hover, ul.dropdown li:hover{
	background: #FFF;
	position: relative;
	padding: 0;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}

/* 
	LEVEL TWO
*/
ul.dropdown ul{ 
	width: 200px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: -1px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	font-size: 9px;
	* font-size: 8px !important;
}

ul.dropdown ul li{
	font-weight: normal; 
	background: #FFF;
	color: #000;
	float: none;
	text-align: left;
	padding-right: 10px;
	height: auto;
	border: 0;
}

ul.dropdown ul li a{
	border: 0;
	color: #225289;
}

ul.dropdown ul li.hover a,ul.dropdown ul li a:hover{
	color: #968C8C;
}

ul.dropdown ul li.hover{
	border-color: #FFF;
}

/* IE 6 & 7 PRECISA INLINE BLOCK*/
ul.dropdown ul li a{
	border: 1px solid transparent;
	width: 100%; 
	display: inline-block;
}

li.separator{
	border: 0;
	padding: 0;
	margin:0;
	padding-top: 5px;
}

ul.dropdown li.one, li.one.separator{
	border-color: transparent;
	background: transparent;
}

ul.sub_menu{
	background: white;
}