.dropDownList{
    margin-top:1.0em;
    padding-left:1.0em;
    position:relative;
}
.dropDownList h3{
    font-size:0.93em;
    font-weight:normal;
background: white;
    margin:0;
  width:100%;
}
.dropDownList h3 a{
	
		display:block !important; 
    padding:0.2em 0.3em 0.2em 0.3em;
    margin:0;
    background: white url( ../images/arrowD.gif ) right center no-repeat;
    border: 1px solid #999;
    cursor:pointer;
}
.dropDownList ul{
    width:15.0em;
    display:block;
    position:absolute;
    padding:0;
    margin:0;
    list-style-type: none;
    left:1.0em;
}
.dropDownList ul.hidden{

left:-999999px;
    display:none;
}
.dropDownList a{
   position:static;
    font-size:0.93em;
    display:block;
       background: #efefef;
    color:black;
padding:0.2em 0.2em 0.2em 0.2em;
        border-left: 1px solid #999;
       border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.dropDownList ul a:focus, .dropDownList ul a:active, .dropDownList ul a:hover {
    background:#fbfbfb;
     color: #cc0000;
}
