﻿ul.menubar{
	position:absolute;
	margin:0 0 0 76px; 
}
 
ul.menubar .submenu{
	float:left;
	padding:17px 4px;
	margin:0px;
	border:0px;
	border-left:1px solid #CCC
}
 
ul.menubar ul.menu{
  display: none;
  position: absolute;
  z-index:99999999999999999;
  top:40px;
  margin: 0px;
  background:url(http://www.itapoanfm.com.br/wp/wp-content/themes/itapoanfm/images/bg-general-menu.png) no-repeat center top #fff;
}
 
ul.menubar a{
	padding: 5px;
	color:#069;
	font-weight:bold;
	letter-spacing:-1px !important;
}

ul.menubar a:hover{
	color:#09C;
}
 
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.semborda {
  border:0;
}
 
ul.menu li a{
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #777;
  padding: 10px 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; }