* Menu */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

ul li {
	position: relative;

	background:#f0f0f0;
}
li ul {
	position: absolute;
	left: 147px;
	_left: 149;
	top: -1px;
	display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: transparent url('imagens/caixa-menu.gif') left top no-repeat;
	padding: 3px 0px 3px 15px;
	border-bottom:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;
	border-top: 1px solid #FFF;
}

ul#nav li#sub{
	background: #f0f0f0 url('imagens/arrow.gif') right no-repeat;
}
ul#nav li#sub:hover,
ul#nav li#sub.over{
 	background: #f9f9f9 url('imagens/arrow.gif') right no-repeat;
}
ul#nav li#sub ul li a {
	padding: 2px 0;
	display: block;
	background: #f0f0f0 url('imagens/tip-menu.gif') left repeat-y;
	color: #777;
	width: 150px;
}
ul#nav li#sub ul li a:hover {
	color: #222;
	background-color: #f9f9f9;
}
ul#nav li:hover a,
ul#nav li.over a{
	background: transparent url('imagens/caixa-menu-hover.gif') left top no-repeat;
	text-decoration:none;
}
ul#nav li a:hover{
	color: #222;
}
ul#nav li:hover,
ul#nav li.over{
	background: #f9f9f9;
}

div#titulo{
	width: 150px;
	height:31px;
	background: #3F89C3 url('imagens/fundo-titulo.png') right no-repeat;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}
div#titulo a{
	position:relative;
	top:5px;
	left:8px;
	background: transparent;
	border:0;
	color:#fff;
	font-weight:bold;
}
div#titulo a{
	text-decoration:none;
}
li ul{
	border: 1px solid #999;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	/*border-bottom: 1px solid #ccc;*/
}
li:hover ul, li.over ul { 
	display: block; 
	}
