@charset "UTF-8";
/* CSS Document */

.navigation {
	width: 410px;
	background-image: url(../preparing/images/bluebkg2.gif);
	background-repeat: repeat-x;
	display: block;
	float: right;
	margin-bottom:20px;
}
.navigation div.graphic{
	display: inline;	
}
.researchmenu{
	width: 200px;
	margin-left: 210px;
	padding-top: 10px;
	background-position: top;
}

.text2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding:10px;
	border-bottom: 1px #FFFFFF solid;
	display: block;
}
.text2 a:link {
	color: #FFFFFF;
	text-decoration: none;
 }
.text2 a:visited {
color: #FDD677;
text-decoration: none;
 }