#menu {
	width:680px;
	padding:80px 0 0 0;
}
#menu3 {
	width:590px;
	padding:0;
}
.menu1{
	padding:0;
	margin:0;
	list-style:none;
	height:37px;
	position:relative;
}
.menu1 li {
	float:left;
}
.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family:"Trebuchet MS";
	text-align:center;
	padding:0 8px 0 8px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:normal;
}
.menu1 li a b {
	float:left;
	display:block;
	padding:0 5px 0 5px;

}
.menu1 li.current a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	background:#fff;
	cursor:default;
}

.menu1 li a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	background:#fff;
}

.menu1 li.current a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	background:#fff;
	cursor:default;
}




.menu_categorias{
	padding:0 0 0 50px;
	margin:0;
	list-style:none;
	height:37px;
	position:relative;
}
.menu_categorias li {
	float:left;
}
.menu_categorias li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family:"Trebuchet MS";
	text-align:center;
	padding:0 8px 0 8px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:normal;
}
.menu_categorias li a b {
	float:left;
	display:block;
	padding:0 5px 0 5px;
}
.menu_categorias li.current a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	background:#fff;
	cursor:default;
}

.menu_categorias li a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	background:#fff;

}

.menu_categorias li.current a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	background:#fff;
	cursor:default;
}