
/* Menu styles in separate file */



@media screen{

	/* ###### */
	/* MENUES */
	/* ###### */


	/* TOP MENU 1 */

	#nav0 {
		text-align:right;
		padding-right:0.5em;
		background-color:#99cc33; /* #006cad blue #99cc33 green #ff9900 #d3e188 transparent #CC6633 GCPCR Orange */
		margin-top: 1px; 
		margin-bottom: 1px; 
		padding-bottom:3px;
	}

	#nav1 {
		text-align:right;
		padding-right:0.5em;
		background-color:#99cc33; /* #006cad blue #99cc33 green #ff9900 #d3e188 transparent #CC6633 GCPCR Orange */
		margin-top: 1px; 
		margin-bottom: 1px; 
		padding-bottom:3px;
	}

	#nav1_orange {
		/* For the GCPCR skin */
		text-align:right;
		padding-right:0.5em;
		background-color:#cc6633; /* #006cad blue #99cc33 green #ff9900 #d3e188 transparent #CC6633 GCPCR Orange */
		margin-top: 1px; 
		margin-bottom: 1px; 
		padding-bottom:3px;
	}

	#nav1_pale {
		/* For the SESTO skin */
		text-align:right;
		padding-right:0.5em;
		background-color:#eeeeee; /* #006cad blue #99cc33 green #ff9900 #d3e188 transparent #CC6633 GCPCR Orange */
		margin-top: 1px; 
		margin-bottom: 1px; 
		padding-bottom:3px;
	}

	#nav1 ul {
		display:inline;
		/* background-image: url("separ_1.gif"); */
		/* background-repeat: no-repeat; */
		background-position: 0% 80%;
		list-style-type:none;
		margin-left:0.4em;
		padding-left:0;
	}

	#nav1 li {
		color:#ffffff; /* #ffffff*/ /*#ffffff*/ /*#66732d*/ /*#999999*/
		background-image: url("separ_1.gif");
		background-repeat: no-repeat;
		background-position: 100% 80%;
		padding:0em 0.4em 0em 0.4em;
		display:inline
	}

	#nav1 acronym {
		border-bottom: 0;
	}

	#nav1 a {
		font-family:arial, sans-serif, verdana;
		font-size:0.8em;
		color:#ffffff; /*#ffffff*/ /*#ffffff*/ /*#66732d*/ /*#576226*/
		text-decoration:none;
		font-weight:bold;
	}

	#nav1 a:hover {
		color: #ddddff; /*#eeeeee*/ /*#ffffff*/ /*#334400*/ /*#222222*/
	}


	/* TOP MENU 2 */

	#nav2 {
		line-height: 1.2em;
		border-top:1px solid #ffffff; /*1px solid #ffffff*/ /*1px solid #ffffff*/ /*0px solid #ffffff*/ /*1px solid #7f8d38*/
		border-bottom:0px solid #ffffff; /*1px solid #ffffff*/ /*1px solid #ffffff*/ /*1px solid #d3e188*/ /*1px solid #7f8d38*/
		border-left:0px solid #ffffff; /*0px solid #ffffff*/ /*0px solid #ffffff*/ /*0px solid #d3e188*/ /*0px solid #99999*/
		border-right:0px solid #ffffff; /*0px solid #ffffff*/ /*0px solid #ffffff*/ /*0px solid #d3e188*/ /*0px solid #99999*/
		padding-bottom:0.2em;
		background-color:#d3e189; /* #b8d6e8 lgt-blue, #637785 grey, #637048 drk-green, #343434 drk-gray, #d3e189 lgt-grn */
		margin-top:1px;
	}

	#nav2 ul {
		display: inline;
		background-image: url("separ_2.gif");
		background-repeat: no-repeat;
		background-position: 0% 80%;
		margin-left: 0.4em;
		list-style-type:none;
		display:inline;
		padding:0em;
	}

	#nav2 li {
		background-image: url("separ_2.gif");
		background-repeat: no-repeat;
		background-position: 100% 80%;
		padding:0em 0.4em 0em 0.4em;
		display:inline;
	}

	#nav2 a {
		font-family:arial, sans-serif, verdana;
		font-size:0.8em;
		color:#006cae; /*#ffffff*/ /*#ffffff*/ /*#d3e188*/ /*#576226*/
		text-decoration:none;
		font-weight:bold;
	}

	#nav2 a:hover {
		color:#005588; /*#eeeeee*/ /*#eeeeee*/ /*#eeff99*/ /*#778030*/
	}

	#nav2 a:visited {
	}


}
