#popitmenu{
position: absolute;
background-color: white;
border:1px solid #fb8989;
z-index: 100;
visibility: hidden;
border-radius: 10px; -moz-border-radius: 10px;
   -moz-box-shadow: 0px 0px 15px #979797; 
   -webkit-box-shadow: 0px 0px 15px #979797;
   box-shadow: 0px 0px 15px #979797;
    /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#979797')";
       /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#979797');

}
/*
#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ 
background-color: #CCFF9D;
}
*/
