/* CSS document */

/*------------------------------------- GLOBAL ELEMENTS -------------------------------------*/
body {
/* 	margin: 3% 5%; */
/* 	font: .7em "Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, sans-serif; */
/* 	width: 90%; */
}

/* a:link { color: #ff1192 } */

/*------------------------------------- CLASSES -------------------------------------*/
.hidden {display: none }

/*------------------------------------- HORIZONTAL MENU IN TWO LEVELS -------------------------------------*/
#double_menu {
	position: relative;
	width: 0%; 
 	min-height: 5em;
/* 	_height: 6.4em; /* IE 6 hack */ */
/* 	background: #0a0809 url('../images/bkg-menu.gif') left top repeat-x; */
/* 	color: #fff; */
	font-size: 12px;
	font-family: Verdana;
	color: #717d85;
/*	background-image:url(../../images/fondoMenu.jpg);
	background-repeat:no-repeat;*/
}

#double_menu a { text-align: center; text-decoration: none }

.first_menu,
.second_menu {
 	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
}

.first_menu {
	top: 0px;
	left: 0;
/* 	margin-top: 1px; */
	width: 100%;
}

.second_menu {
 	top: 4;
	left: 0;
	width: 100%;
	background-color: #a8abb0;
	/* min-height:3em;
	_height:3em; */ /* IE 6 hack */
}

.first_menu li,
.second_menu li { float: left; text-align: center;}

.first_menu li{
}

.second_menu li{
	height: 25px;
	background-color: #a8abb0;
}

.first_menu li span a:link,
.first_menu li span a:hover,
.first_menu li span a:visited {
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	color: #717d85;
}

.first_menu li span a:hover{
	color: #003366;
}

/*--- CSS class that it will applied to first level menu option selected --*/
.first_menu li span a.select:link,
.first_menu li span a.select:hover,
.first_menu li span a.select:visited{ color: white; background-color: #a8abb0; font-weight: bold; }

/*--- Second level ---*/
.second_menu li span a:link,
.second_menu li span a:visited {
	color: white;
	font-size: 11px;
	background-color: #a8abb0;
	padding: 5px;
}

.second_menu li span a:hover {
	color: white;
	font-size: 11px;
	font-weight: bold;
	
}
