body {
	margin:25px;
	font:12px Verdana, Arial, Helvetica;
	line-height: 150%;
}
* {
	padding:0;
	margin:0;
	border-color: #BDF1F7;
	border-width: 1;
	table-layout: auto;
}
.dropdown {
	float:left;
}
#bcs dt {
	width: 114px;
	padding:8px;
	background:url(../img/bcs.png);
	height: 28px;
}
#bcs dt:hover {
	background:url(../img/bcs_on.png)
}

#activity dt {
	width: 114px;
	padding:8px;
	background:url(../img/activity.png);
	height: 28px;
}
#activity dt:hover {
	background:url(../img/activity_on.png)
}

#media dt {
	width: 114px;
	padding:8px;
	background:url(../img/media.png);
	height: 28px;
}
#media dt:hover {
	background:url(../img/media_on.png)
}

#info dt {
	width: 114px;
	padding:8px;
	background:url(../img/info.png);
	height: 28px;
}
#info dt:hover {
	background:url(../img/info_on.png)
}
#members dt {
	width: 114px;
	padding:8px;
	background:url(../img/members.png);
	height: 28px;
}
#members dt:hover {
	background:url(../img/members_on.png)
}
#contact dt {
	width: 115px;
	padding:8px;
	background:url(../img/contact.png);
	height: 28px;
}
#contact dt:hover {
	background:url(../img/contact_on.png)
}


.dropdown dd {
	font-size:12px;
	position:absolute;
	overflow:hidden;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0
}
.dropdown ul {
	width:128px;
	border:1px solid #cecece;
	text-decoration: none;
	list-style:none;
	border-top:none
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#0292C1;
	background:#F5F5F5;
	width:118px
}
.dropdown a:hover {
	background:#0292C1;
	text-decoration:none;
	color:#fff
}
.dropdown .underline {
	border-bottom:1px solid #cecece;
}
