.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/color: black;margin-left:-10px;margin-right:10px;/*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 */}.ie .ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/color: black;/*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 */}.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/margin-right: 50px;font: normal 12px Arial;}.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/float: right;color: black;background: white url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/text-decoration: none;letter-spacing: 1px;}.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/float: center;display: block;background: transparent url(toggleright.gif) no-repeat left bottom;/*background-color:#333399;*/margin-top:-3px;padding: 0px;cursor: pointer;color:black;margin-right:-23px;}.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/margin-top: 2px;margin-left: 0px;}.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/background-color: white; /*background of toggle tab onMouseover*/}.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;}