.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: black;
background: #FDF9C8; /*background of Drop Down Panel*/
border:#03F thin solid;
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/

}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: red;
background: #FDF9C8 url(../images/toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
font-weight:bold;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent url(../images/toggleright.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: #03F; /*background of toggle tab onMouseover*/
color:red;
font-weight:bold;
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}

#h1n1_panel a {
	text-decoration:none;
	color:#356299;
	font-size:12px;
	padding:5px;
}

#h1n1_panel a:hover {
	background-color:#03F;
	color:#FDF9C8;
}

#h1n1_panel p {
	 color:#03F;
	 font-size:14px;
	 padding:5px;
}