/* CSS Document */
/* criado por: razz.comunicação+tecnologia */
/* cliente: Task */

li {
	font-family: Verdana, Geneva, sans-serif;
}
li:hover ul, li.over ul {
	display: block;
}
#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 28px;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 200;
}
#nav a {
	display: block;
	color: #616161;
	font-size: 11px;
	height: 28px;
	color: #616161; 
	text-decoration: none;
	text-align: left;
}
#nav li { /* all list items */
	float: left;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 184px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#menuh {
	height: 28px;
	clear:both;
}
#menuh span {
	text-align: center;
	cursor: pointer;
	border-bottom: none !important;
}
#menuh strong {
	font-weight: normal;
	margin-left: 10px;
	text-align: left;
	border-bottom: 1px solid #C1C1C1;
	width: 158px;
	display: block;
}
#menuh em {
	width: 160px;
	font-weight: normal;
	margin-left: 10px;
	text-align: left;
	font-style: normal;
	width: 158px;
	display: block;
}
#menuh a.top_parent:hover  {
	background: url(../images/menu/bg_menu_hover.gif) repeat-x top left;
}
.dropdowntop {
	background-color: #fff;
	width: 180px;
	border: 1px solid #C1C1C1;
	height: 29px;
	border-bottom: none;
}
.dropdown {
	background-color: #fff;
	width: 180px;
	border: 1px solid #C1C1C1;
	border-top: none;
	height: 29px;
	border-bottom: none;
}
.dropdownbot {
	background-color: #fff;
	width: 180px;
	border: 1px solid #C1C1C1;
	border-top: none;
	height: 28px;
}
#menuh a:hover {
	cursor: pointer;
	color: #FFF;
	background: url(../images/bg_menu.gif) repeat-x top left;
}