/***** Main Formatting *****/
#wrappernovo {
	display: inline;
	width: 100%;
	height:35px;
	

	
}

/***** Menu Formatting *****/
#menunovo { 
	display: inline;
    text-decoration: none;
	margin-left:50%;
}

/*---------------------------------*/
ul.menubar{
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF; /* IE6 Bug */
  font-size: 100%;
  
}
 
ul.menubar .submenu{
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  float:left;
}
 
ul.menubar ul.menunovo{
  display: none;
  position: relative;
  margin: 0px;
}
 
ul.menubar a{
  padding: 5px;
  display:block;
  text-decoration: none;
  color: #777;
  padding: 5px;
}
 
ul.menunovo, ul.menunovo ul{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  width: 150px; /* Width of Menu Items */
  background-color: #FFFFFF; /* IE6 Bug */
}
 
ul.menunovo li{
  position: relative;
  list-style: none;
  border: 0px;
}
 
ul.menunovo li a{
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom: 0px;
  color: #777;
  padding: 5px 10px 5px 5px;
}
 
ul.menunovo li sup{
  font-weight:bold;
  font-size:7px;
  color: red;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menunovo li { float: left; height: 1%; }
* html ul.menunovo li a { height: 1%; }
/* End */
 
ul.menunovo ul{
  position: relative;
  display: none;
  left: 149px; /* Set 1px less than menu width */
  top: 0px;
}
 
ul.menunovo li.submenu ul { display: none; } /* Hide sub-menus initially */
 
ul.menunovo li.submenu { background: transparent url(..images/arrow.gif) right center no-repeat; }
 
ul.menunovo li a:hover { color: #E2144A; }
/*----------------------------*/



.Textomenutopo {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

#menunovo ul { 
	width: 100%; /*If your links text is bigger you will have to adjust this value*/
    height: 34px;
	margin: 0 auto;
	padding: 0;
	line-height: 34px; /*same as height. This will center your text verticaly*/
	text-decoration: none;
    background: url(../images/menu_bg.jpg) repeat-x left top;
}

/*Left Corner*/
#menunovo ul li.left {
	display: block;
	float: left;
	clear: left;
	margin-left: -50px;
	width: 0px; /*Espaço lado esquerdo do menu */
	height: 34px;
    background: url(../images/menu_l.jpg) no-repeat left top;
}

/*Right Corner*/
#menunovo ul li.right {
	display: block;
	float: right;
	clear: right;
	width: 150px;
	height: 34px;
    background: url(../images/menu_r.jpg) no-repeat right top;
}

#menunovo ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
}
			
#menunovo ul li a { 
	display: block;
	text-decoration: none;
	text-transform: inherit;
	padding: 0 15px;
	color: #333333;
}

#menu2 ul li a { 
	display: block;
	text-decoration: none;
	text-transform: inherit;
	padding: 0 0px;
	color: #333333;
}

#menunovo ul li em {
	display: block;
	float: left;
	width: 2px;
	height: 34px;
    background: url(../images/menu_sep.jpg) no-repeat left top;
}

/*last separator*/
/*This will add a separator after your last link*/
#menunovo ul li.sep {
	width: 2px;
    background: url(../images/menu_sep.jpg) no-repeat left top;
}
		  
#menunovo ul li a:hover, #menunovo ul li a.active { 
	background: transparent url(../images/menu_over.jpg) repeat-x center top;
	text-decoration: none;
	Color: white;
}

#menunovo ul li a.active {
	font-weight: bold;
	cursor: default;
}


/******IE hack******/
<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->


