#produtos-ti,#softwares,#opcionais,#consultoria {

	display:none;

}

a.arrow {

	display:block;
	background:transparent url(../images/all/button_arrow.jpg) top right no-repeat;
	width:320px; height:25px;

	padding:5px 0 0 0;

	margin:5px 0 5px 25px;

	text-decoration:none;
	color:#069;

	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;

}
a.arrow:hover {

	background:transparent url(../images/all/button_arrow.jpg) right -30px no-repeat;
	height:25px;

}

a.arrowselected {

	display:block;
	background:transparent url(../images/all/button_arrow.jpg) right -60px no-repeat;
	width:320px; height:25px;

	padding:5px 0 0 0;

	margin:5px 0 5px 25px;

	text-decoration:none;
	color:#069;

	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;

}

/* menu */

ul#news {

	margin:0; padding:2px 0 5px 10px;
	width:145px; height:auto;
	list-style:none;

}

#news li {

	float:none;
	margin:0; padding:8px 0 5px 0;
	border-bottom:1px solid #d0cfbc;
	height:14px;

}
#news li.last {

	border:0;

}
#news li a {

	display:inline;
	color:#333;
	text-decoration:none;
	text-align:left;

}
#news li a:hover {

	color:#06f;
	text-decoration:underline;

}