@charset "UTF-8";
/* CSS Document */

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color:#6f6f6f;
background:transparent; /*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 .ddpanelcontent p{ /*CSS for "content" DIV of Drop Down Panel*/
margin:0px;
color:#3f3f3f;
padding-bottom:12px;
margin-left:325px;
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin:0 auto;
font: normal 12px Arial;
width:1000px;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: left;
color: white;
/*background: url(sk.2/sk_images/hook_toggle.png) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 0px;
/*height:68px;
width:158px;*/
outline:none;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
/*float: left;*/
display: block;
background: transparent url(sk.2/sk_images/hook_toggle.png) no-repeat left bottom;
padding:0px;
cursor: pointer;
height:68px;
width:165px;
outline:none;
}

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

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: ; /*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;
background: transparent url(sk.2/sk_images/hook_hover.png) no-repeat left bottom;
}