#nav ul#drop_ge {
	position: absolute;
	top: 0; left: 0;
	width: 115px;
	height: 85px;
	margin: 16px 0 0 -18px;
	padding: 0;
	background-color: #000;
	opacity: 0.8; 
	filter: alpha(opacity=80);
	display: none;
	}
	
#nav ul#drop_ge li {
	margin-left: 0px;
	float: none;
	font-size: 1em;
	width: 60px;
	}
	
#nav ul#drop_ge li a.aticonav {
	margin-top: 16px;
	}
	
#nav ul#drop_ge li a {
	display: block;
	text-decoration: none;
	margin: 0 0 0 18px;
	padding-top: 10px;
	}
	
#nav li:hover ul#drop_ge, #nav li.over ul#drop_ge {
	display: block;
	}
	


/* ------StayNAV for ATICO & STANDARD */	
#main ul#staynav_ge {  	
	position: absolute;
	top: 213px; left:130px;
	width: 115px;
	height: 70px;
	background-color: #000;
	opacity: 0.8;  /* CSS3 property only - won't validate yet ...Apr08 */
	filter:alpha(opacity=80); /* for IE- won't validate either */
	}

#main ul#staynav_ge li {
	margin: 10px 0px 7px 18px;
	/*font-weight: bold;*/
	font-size: 0.8em;
	}

#main ul#staynav_ge li a{
	color: #B3B3B3;
	/*font-weight: bold;*/
	}
	
#main ul#staynav_ge li a:hover {
	color: #f00;
}


/*------- GERMAN RATES PAGE---Gray Boxes at bottom------*/

#servicios_ge, #condiciones_ge {
		float: right;
		width:521px;
		padding-top:20px;
		padding-left: 44px;
		color: white;
		font-size: 0.7em;
		}

#servicios_ge, #condiciones_ge {
		margin-top: 2px;
		/*height: 170px;*/
		background-color: #B3B3B3;
		}

		
#servicios_ge {
		height: 150px;
		}
		
#condiciones_ge{
		height: 325px;
		}

#servicios_ge h3, #condiciones_ge h3{
		color: black;
		font-size: 1.1em;
		}

#condiciones_ge ul{
		list-style: outside;
		}

#servicios_ge li, #condiciones_ge li{
		/*line-height: 2.6em;*/
		padding-top: 13px;
		}

#servicios_ge p, #condiciones_ge p{
		line-height: 1.4em;
		}
