.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
/*color: white;*/
color: #1a3586;
background-image: url(../images/qa-bg.gif);
background-repeat: repeat-y;
background-position: top left;
width: 164px;
 /*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 */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float:left;
color: #1a3586;
background: transparent url(../images/qa-bottom.gif) no-repeat left bottom; /*background of toggle tab*/
width: 164px;
height: 91px;
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
/*+background: transparent url(../images/qa-bottom.gif) no-repeat right bottom;*/
width: 164px;
height: 91px;
padding: 0px; 
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
/*margin-top: 2px; 
margin-left: 5px;*/
display: block;
/*background: transparent url(../images/qa-bottom.gif) no-repeat right bottom;
width: 164px;
height: 91px;*/
padding: 0px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
display: block;
/*background: transparent url(../images/qa-bottom.gif) no-repeat right bottom;
width: 164px;
height: 91px;
padding: 0px*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
display: block;
/*background: transparent url(../images/qa-bottom.gif) no-repeat right bottom;
width: 164px;
height: 91px;
padding: 0px;*/
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
display: block;
/*background: transparent url(../images/qa-bottom.gif) no-repeat right bottom;
width: 164px;
height: 91px;
padding: 0px;*/
}
