﻿#menuConteudo
{
	float:left;
	width:180px;
	padding:5px 5px 5px 5px;
	border:solid 1px #E0E0E0;
}
#menuConteudo ul
{
	margin:0;
	padding:0;
	
}
#menuConteudo ul li
{
	list-style-type:none;
	list-style:none;
}
.menuLink
{
	font-size:12px;
	color:#666;
	text-decoration:none;
	display:block;
	width:180px;
	height:20px;
	margin:0 0 0 0;
	padding:10px 0 10px 0;
	text-align:center;
}
.menuLink:hover
{
	color:#ffffff;
	background:#666;
}
.active
{
	background:#666;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	display:block;
	width:180px;
	height:20px;
	margin:0 0 0 0;
	padding:10px 0px 10px 0px;
	text-align:center;
}
.separadorMenu
{
	width:180px;
	border-top:solid 1px #E0E0E0;
	
}
.activeTopo
{
	background:#666;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	display:block;
	width:180px;
	height:20px;
	margin:0 0 0 0;
	padding:15px 0px 15px 0px;
	text-align:center;
}
