
#menu {
	background: url(../img/pixel-menu-separador.jpg) bottom left no-repeat;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
	width: 100%;
}
#menu li {
	background: url(../img/pixel-menu.jpg) repeat-x;
	float: left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	margin: 0;
	padding: 10;
}
#menu a {
	background: url(../img/pixel-menu-separador.jpg) bottom right no-repeat;
	color: #656385;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url(../img/pixel-menu-hover.jpg) bottom center repeat-x;
	color: #2963D1;
	padding-bottom: 8px;}

#menu li.current
{
	background: url(../img/pixel-menu-hover.jpg) bottom center repeat-x;*/
	color: #2963D1;
}
