#menu {
	position: absolute;
	left: 13px;
	top: 146px;
}
#menu_oa {
	position: absolute;
	left: 13px;
	top: 10px;
}
#climso_french img {
	position: absolute;
	left: 15px;
	top: 180px;
	width: 24px;	
	border: none;
}
#climso_castellano img {
	position: absolute;
	left: 45px;
	top: 180px;
	width: 24px;	
	border: none;
}
.mattblackmenu ul {
	margin: 0px;
	padding: 0px;
	font: bold 16px Verdana;
	background: #999999;
	overflow: hidden;
	width: 100 %;
}
.mattblackmenu li {
	display: inline;
	margin: 0px;
}
.mattblackmenu li a {
	float: left;
	display: block;
	margin: 0px 2px 0px;
	padding: 2px 6px;
	text-decoration: none;
	border: medium outset #CCCCCC;
}
.mattblackmenu li a:visited {
	color: #9D009D;
}
.mattblackmenu li a:hover {
	background: Teal;
}
.mattblackmenu a.selected {
   background: Teal;
}
.col_bkg1 {
	color: #000040;
   background: #ffd700;
}
.col_bkg2 {
	color: #ffd700;
   background: #000040;
}
