body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
	color:#737272;
	font-size: 11px;
	font-family: tahoma;
}
.style1 {
	color: #999898;
	font-size: 10px;
	font-family: tahoma;
}
.style2 {
	color: #dad7e4;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.style2:hover {
	color: #dad7e4;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.style2ul {
	color: #dad7e4;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:underline;	
}
.style3 {
	color: #737272;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #3d4c5f;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none;
}
.style4:hover {
	color: #3d4c5f;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none;
}
.style4ul {
	color: #3d4c5f;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:underline;
}
.style4ul:link {
	color: #3d4c5f;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:underline;
}
.style4ul:hover {
	color: #993300;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:dotted;
}

.style5 {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none;
}
.style5:hover {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none;
}
.style6 {
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none;
}
.style6:hover {
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none;
}
.style7 {
	color: #c2c0c0;
	font-size: 11px;
	font-family: tahoma;
}
.style8 {
	color: #6d6969;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style9 {
	color: #3d4c5f;
	font-size: 11px;
	font-family: tahoma;
}
.style10 {
	color: #5c5d5f;
	font-size: 8px;
	font-family: tahoma;
	font-weight: bold;
}
.style11 {
	color: #5C5D5F;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style12 {
	color: #918e8e;
	font-size: 11px;
	font-family: tahoma;
}
.form1 {
	font-family: tahoma;
	font-size: 10px;
}
.botao {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #206106;
	width: 120px;
}
.botao_clean {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
	color: #000000;
	background-color:#ffffff;
	border: 0px;
	width: 120px;
}
.separa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #333333;
	width: 12px;
}
 
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: 0px solid #ccc;
  float:left;
}
 
ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
}
 
ul.menubar a{
  padding: 0px;
  display:block;
  text-decoration: none;
  color: #777;
  
}
 
ul.menu, ul.menu ul{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  width: 150px; /* Width of Menu Items */
  background-color: #FFFFFF; /* IE6 Bug */
}
 
ul.menu li{
  position: relative;
  list-style: none;
  border: 0px;
}
 
ul.menu li a{
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom: 0px;
  color: #777;
  padding: 5px 10px 5px 5px;
}
 
ul.menu li sup{
  font-weight:bold;
  font-size:7px;
  color: red;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
  position: absolute;
  display: none;
  left: 149px; /* Set 1px less than menu width */
  top: 0px;
}
 
ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */
 
ul.menu li.submenu { background: transparent url(arrow.gif) right center no-repeat; }
 
ul.menu li a:hover { color: #E2144A; }


<!--
#chromemenu{
width: 99%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #666666;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFCC;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
color: 83E87;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}
 
