#header-top {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#header-top ul {
	margin: 0;
	padding: 0;
	padding: 0 0 0 0;
	color: #214CA1;
	font-weight: bold;
	font-size: 70%;
    text-align: right;
}
#header-top li {
	display: inline;
	color: #214CA1;
}
#header-top a:link, #header-top a:visited {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #214CA1;
}
#header-top a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #214CA1;
}

#mailtoaddr {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #214CA1;
	margin: 0;
	padding: 0 0 0 0;
	width: 200px;
	float: left;
	font-size: 70%;
}

#header-mid{
  width: 100%;
  margin-top: 0;
}

#pmclogo {
	background-color: none;
	padding: 8px 0 0 0;
}

#pmcquote {
	background-color: none;
	padding: 8px 0 0 150px;
}

#pmcsearch {
    background-color: none;
}

#pmcsearch .btn {
  border: 1px solid #000000;
  background-color: #5b7fc5;
  color: white;
  font-size: 85%;
  font-variant: small-caps;
  margin-top: 3px;
}

#header-alert {
  background-color: #FF3300;
  border-top: 1px solid #FFFF33;
  border-bottom: 1px solid #FFFF33;
  height: 1%;
  text-align: center;
}
#header-alert a:link, #header-alert a:visited {
	text-decoration: none;
	background-color: #FF3300;
	color: #FFFFFF;
	text-align: center;
	font-size: large;
}
#header-alert a:hover {
	text-decoration: underline;
	background-color: #FF3300;
	color: #FFFFFF;
	text-align: center;
	font-size: large;
}

/* #########  DD Color Tabs Menu CSS ######### */

.ddcolortabs{
padding: 2px 0 0 0;
width: 100%;
height: 20px;
background-color: white;
border-top: 1px solid #b9d2e3;
border-bottom: 1px solid #b9d2e3;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
text-align: right;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
font-variant: small-caps;
}


.ddcolortabs a{
float: left;
color: white;
background: #5b7fc5 url(/lib/img/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 0 1px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:right;
display:block;
background: transparent url(/lib/img/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 1px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: black;
color: white;
}

.ddcolortabs a:hover span{
background-color: black;
color: white;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: black;
color: white;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #b9d2e3; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv_a a {
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #b9d2e3;
border-bottom: 1px solid #b9d2e3; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_a a:visited{
color: black;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #eff2f4;
color: #004a79;
}