


.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: white;
background: black; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;
z-index:1;
text-align:justify
}

.ddpanel .ddpanelcontent h2 {font-family:"Trebuchet MS", Trebuchet, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; font-size:22px; color:#F1D570; text-align:center}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;
z-index:999
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: black url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
     -moz-border-radius-bottomleft: 7px/*{cornerRadius}*/;
     -webkit-border-bottom-left-radius: 7px/*{cornerRadius}*/;
     -moz-border-radius-bottomright: 7px/*{cornerRadius}*/;
     -webkit-border-bottom-right-radius: 7px/*{cornerRadius}*/;
}

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


}

.corner a {

}

.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: black; /*background of toggle tab onMouseover*/
     -moz-border-radius-bottomleft: 7px/*{cornerRadius}*/;
     -webkit-border-bottom-left-radius: 7px/*{cornerRadius}*/;
     -moz-border-radius-bottomright: 7px/*{cornerRadius}*/;
     -webkit-border-bottom-right-radius: 7px/*{cornerRadius}*/;
     
}

.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;
}