ul{
	padding-left: 15px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom:0px;
	margin: 0px;
	float: left;
}
#base #site #meio #noticias #menu {
	float: left;
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98221E;
}

.menu li{
	list-style: none;
	float: left;
}
.menu a{
	list-style: none;
	font-size: 12px;
	text-align: center;
	float: left;
	cursor: pointer;
	font-weight: bold;
	text-decoration:none;
	color:#000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	width: 95px;
	background-image: url(../imag/layout/aba_inativa.png);
	background-repeat: no-repeat;
}

.menu-sel a{
	list-style: none;
	font-size: 12px;
	text-align: center;
	float: left;
	cursor: pointer;
	font-weight: bold;
	text-decoration:none;
	color: #FFF;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	/*	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
*/	
	border-right-width: 1px;
	border-left-width: 1px;
	background-image: url(../imag/layout/aba_ativa.png);
	background-repeat: no-repeat;
	width: 95px;
}
.conteudo{
	float: left;
	width: 610px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 10px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	background-color: #f8f9f8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.conteudo p a{
	margin: 0px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.conteudo p a:hover{
	background-color: #f1f1f1;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
#vd {
	float: left;
	width: 620px;
	padding-top: 10px;
	padding-left: 15px;
}
