/* Use this page to overwrite styles found in standard1.css - do not change standard1.css */

#lipsum{padding: 0 3px 0 3px;}

/*Drop down menu tags*/


#nav {
	padding: 0 0 0 80px;
	margin: 0;
	list-style: none;
	height: 20px;
	background:#609;
	
	}

	

#nav ul {

	padding: 0;

	margin: 0;

	list-style: none;

}



#nav a {

	color:#000000;

	text-decoration:none;

}



#nav li {

	font-family:Arial, Helvetica, sans-serif;

	color:#FFFFFF;

	background:#609;

	font-weight:bold;

	float: left;

	padding-right: 0px;
	
	background-image: url(file:///Macintosh%20HD/Users/gregelfers/Documents/Brazilian%20Research%20Chair/images/layout/BrazilFlagButton.jpg);
	background-position: left;
	background-repeat: no-repeat;

}
#nav li ul {

	position: absolute;

	left: -999em;

	background-color: #FFFFFF;

	border-top-color: #093;

	border-top-style: solid;

	border-top-width: 1px;

	border-right-color: #093;

	border-right-style: solid;

	border-right-width: 5px;

	border-left-color: #093;

	border-left-style: solid;

	border-left-width: 1px;

}



#nav li ul li {

	width:119px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:10px;

	font-weight:normal;

	border-bottom: 1px solid #093;

	clear:left;

	padding: 3px;

	background: #fff;

}



#nav li ul li a {

	color: #093;

	background-color:#fff;

	display:block;

	}





#nav li ul li a:hover{

	color: #093;

	background-color:#ccc;

	margin:0px;

	display:block;

}



#nav li:hover ul, #nav li.sfhover ul {

	left: auto;

}



/*End Drop down menu tags*/



#rightcol ul {

	margin: 0;

	padding: 0;

	list-style: none;

	font-size: 10px;

	border-top: solid #b4b4b4 1px;

	}

	

#rightcol ul li {

	position: relative;

	border-bottom: solid #b4b4b4 1px;

	text-align: center;

	margin: 0px;

	padding: 0px;

	background-color: #FFFFFF;

	width: 190px;

	}

	

#rightcol li ul {

	position: absolute;

	right: 190px; /* Set 1px less than menu width */

	width: 190px;

	top: 0;

	display: none;

	background-color: #FFFFFF;

	border-top-color: #093;

	border-top-style: solid;

	border-top-width: 1px;

	border-right-color: #093;

	border-right-style: solid;

	border-right-width: 1px;

	border-left-color: #093;

	border-left-style: solid;

	border-left-width: 1px;

	}



/* Styles for Menu Items */

#rightcol ul li a {

	display: block;

	text-decoration: none;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:bold;

	color: #093;

	background: #fff; /* IE6 Bug */

	padding: 2px;

	border: 1px solid #fff; /* IE6 Bug */

	border-bottom: 0;

	}

	

/* Fix IE. Hide from IE Mac \*/

* html ul li {

	float: left;

	list-style-type: none;

}

* html ul li a { height: 1%; }

/* End */



#rightcol li:hover ul, #rightcol li.over ul { display: block; } /* The magic */



