#menu {
	margin: 0;
	padding: 0;
	width: 749px;
	height: 17px;
	background: #667891 url(../images/menu/menubg.gif) top left no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

*html #menu {
	width: 751px;
}

#opciones {
	margin: 0;
	padding: 0;
	height: 17px;	
	list-style: none;
	display: inline;
}

#opciones li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#opciones a {
	float: left;
	padding: 17px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:17px; /* for IE5/Win Only */
}

#opciones a:hover, .selected {
	background-position: 0 -17px;
}

#opciones a:active, #opciones a.selected {
	background-position: 0 -17px;
}

#option-calendar a {
	width: 154px;
	background: url(../images/menu/opc-calendar.gif) top left no-repeat;
}

#option-visitor a {
	width: 143px;
	background: url(../images/menu/opc-visitor.gif) top left no-repeat;
}

#option-weather a {
	width: 82px;
	background: url(../images/menu/opc-weather.gif) top left no-repeat;
}

#option-border a {
	width: 127px;
	background: url(../images/menu/opc-border.gif) top left no-repeat;
}

#option-links a {
	width: 114px;
	background: url(../images/menu/opc-related.gif) top left no-repeat;
}

#option-videos a {
	width: 80px;
	background: url(../images/menu/opc-videos.gif) top left no-repeat;
}