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

div.menus{
   float:left;
   width:400px;
}



.dhtmlgoodies_question{   
   color:white; text-transform:uppercase; font-weight:bold; padding-left:4px; background:url(../images/plus_mauve.jpg) no-repeat 392px 5px; background-color:#662d91;
   width:403px;
   margin-top:2px;
   height:19px;
   overflow:hidden;
   cursor:pointer;
}

.dhtmlgoodies_answer{

   width:400px;
   visibility:hidden;
   height:0px;
   overflow:hidden;

   padding:0;
   margin:0;
}

.dhtmlgoodies_answer ul {
   list-style:none;
}

.dhtmlgoodies_answer_content{   
   
font-family:tahoma;
font-size:11px;
text-align:left;
   height:auto;
}

.block {
   background:#662d91;
   width:403px;
   height:auto;
   float:right;
   margin-top:0px;
}
div.contain {width:403px;}