@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=ABeeZee);



.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: #ffffff;
background: #2e2e2e;
z-index:10000;
margin-top: 65px;
font: normal 18px ABeeZee;

/*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*/
top: 80px;
background-color: #000;
margin-right: 300px;
font: normal 16px ABeeZee;
z-index:5000;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
top: 300px;
float: right;
color: #ffffff;
background: #2e2e2e 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: left;
display: block;
background: transparent url(toggleright.gif) no-repeat right bottom;
padding: 1px 1px 1px 1px;
cursor: pointer;
z-index:5000;
}

.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: #2e2e2e; /*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;
}