﻿.nss-brightIdea
{
    position:absolute;
    height:auto;
    width:auto;
}

.nss-brightIdea dl
{
    margin:0;
    padding:0;
}

.nss-brightIdea dt
{
    width:110px;
    text-align:center;
    padding:12px 0 12px 3px;
    font-size:11px;
    font-weight:bold;
    color:#542989;
    background:#fff url(images/BrightIdeaLightIE.png) no-repeat scroll 0 0;
    cursor:pointer; 
}

.nss-brightIdea dt:hover
{
    color:#fcf396; 
}

.nss-brightIdea dt.active
{
    background:#fff url(images/BrightIdeaLightIE.png) no-repeat scroll 0 -37px; 
}

.nss-brightIdea dd
{
    display:none;
}

.nss-brightIdea dd.active
{
    position:relative;
    right:120px;
    background:#fbfba5;
    border:solid 2px #ffee33;
    padding:20px;
    margin:10px 0 0 0;
    display:block;
    cursor:pointer;
    z-index:300;
}