#menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	height: auto;
	width: 150px;
}
#login {
	float: left;
	height: auto;
	width: 150px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B1894B;
	top: 5px;
	bottom: 5px;
	padding-left: 5px;
}
#menu_texto {
	float: left;
	height: 30px;
	width: 145px;
	top: 5px;
	bottom: 5px;
	background-color: #F0F5FB;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 5px;
	font-weight: normal;
}
.menu_texto a:link {
	float: left;
	height: 20px;
	width: 145px;
	top: 5px;
	bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #F0F5FB;
	font-weight: normal;
}
.menu_texto a:active {
	float: left;
	height: 20px;
	width: 145px;
	top: 5px;
	bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/menu/menu.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0099FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.menu_texto a:hover {
	float: left;
	height: 20px;
	width: 145px;
	top: 5px;
	bottom: 5px;
	background-image: url(../images/menu/munu_hover.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}
.menu_texto a:visited {
	float: left;
	height: 20px;
	width: 145px;
	top: 5px;
	bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #F0F5FB;
	font-weight: normal;
}
