@charset "utf-8";
#BBSRCwrapper
 {
	/* the width controls the overall width of the entire banner and can be varied to fit institute designs*/
	/* the background image is for example purposes only and can be replaced with one which fits institute designs*/
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 980px;
	height: 43px;
	z-index: 1000;
	background-image: url(/assets/bbsrc-banner/bbsrc-banner-bg.png);
	background-repeat: no-repeat;
}
/* bbsrc_bar holds the BBSRC logo and the tagline text */
#BBSRCwrapper #bbsrc_bar {
	margin: 0px;
	height: 30px;
	width: 670px;
	padding-top: 4px;
	padding-bottom: 0px;
	list-style-type:none;
	float: left;
	padding-left: 27px;
}
/*the following class styles the "BBSRC logo" .png image*/
#BBSRCwrapper .img {
	border: none;

}
/*the following class positions the "institute of the BBSRC" text*/
#BBSRCwrapper .tagline {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: normal;
	margin-left:160px;
	letter-spacing:0px;
	margin-top: -20px;
	font-size: 11px;
}
#BBSRCwrapper .tagline a {
	color: #FFFFFF;
	text-decoration: none;
}
/*the following class positions the "institute menu"*/
#BBSRCwrapper #menu{
	float:left;
	padding-top: 4px;
}
/*the following classes style the "institute menu" and its dropdown list*/
#BBSRCwrapper .menu ul, .institutes ul  {
	list-style-type:none;
	padding:0;
	margin:0;
}
/* style the "institute menu" */
#BBSRCwrapper .menu a,#BBSRCwrapper .menu :visited :hover {
	display:block;
	font-size:11px;
	line-height: normal;
	font-weight:bold;
	width:195px;
	padding:5px 5px 5px 5px;
	color:#009999;
    text-decoration:none;
	margin-right:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	background-image: url(/assets/bbsrc-banner/menu-down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFF;
	cursor:pointer;
    cursor:hand;
	}
/* Position the BBSRC RSS image */
#BBSRCwrapper #bbsrcrss {
	float:left;
	text-decoration:none;
	border:0;
}
#BBSRCwrapper .bbsrcrss  img {
	text-decoration:none;
	border:0;
	padding-top: 2px;
	}

/* style the "institute menu" dropdown list */
.institutes a    {
	display:block;
	font-size:11px;
	line-height: normal;
	font-weight:bold;
	width:190px;
	padding:5px 2px 5px 5px;
	color:#009999;
    text-decoration:none;
	margin-right:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}
.institutes :hover   {
	color: #FF0000;
}
#hide_institutes  {
	display: none;
}
