@charset "utf-8";
/* CSS Document */

#header #menu{
	border-top:0px solid #006699;
	border-right:0px solid #006699;
	border-left:0px solid #d7e5ee;
	border-bottom:1px solid #006699;
	background-color:#fff;
	background-repeat:repeat-x;
	text-align:center;
	font-weight:bold;
	font-size:9px;
	padding:0em;
	height:20px;
	padding-top:.3em;
	background-image: url(/interface_do_site/qv/img/menu/a.gif);
	background-position: bottom left;
}
#header #menu ul{
	padding:0;
	margin:0;
	padding-bottom:.3em;
	text-align:left;
}
#header #menu ul li { 
	display: inline; 
	height:16px;
}
#header #menu ul li.nav_item_last a{
	border:0;
}
/* menu end */
