/* CSS Document */

#menu {
	height: 36px;
	background-image: url(../images/fondo_menu.jpg);
	border: 1px solid #FFFFFF;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-position: bottom;
}
#menu li {
	display: block;
	list-style-type: none;
	float: left;
	padding: 0px;
	height: 26px;
	width: 100px;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
#menu ul {
	float: left;
}
#menu a {
	color: #FFFFFF;
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 13px;
	display: block;
	padding-top: 4px;	
}
#menu li a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}




