/*menu*/

#dropmenudiv
{
  margin-top:12px;
  position:absolute;
  border:none;  
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-family:Tahoma;
  font-size:11px;
  color:white;
  text-decoration:none;
  font-weight:bold;
  line-height:22px;
  z-index:100; 
  padding:5px;
  
  background: #000; /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#000000'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#000000)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #cccccc,  #000000); /* for firefox 3.6+ */

}

#dropmenudiv a{
width:100%;
display:block;
text-indent:3px;
border-bottom:1px solid #000000;

padding:0px;
outline:none;
text-decoration:none;
font-family:Tahoma;
color:#FFFFFF;
font-weight:bold;

}
#dropmenudiv a:hover{ /*hover background color*/
color:#f49423;
}
