/* (c) 2007, Alberto Riva (ariva@ufl.edu) */

#dropmenudiv {
   position: absolute;
   z-index: 101;
   text-align: left;
   /* These can be changed if desired */
   font-size: 10px;
   font-family: Verdana, sans-serif;

   /* This can be changed if desired */
   line-height: 16px;

   /* Opacity (Firefox) */
   -moz-opacity: 0.75;

   /* Opacity (IE) */
   filter: alpha(opacity=75);

   /* Opacity (Safari) */
   opacity: 0.75;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 6px;
	padding: 1px 0;
	text-decoration: none;
	color: #000033;
	z-index: 100;
}

#dropmenudiv A:hover {

  /* Change this to a different color
     if you want links to have a 'bar'
     appearance when hovered over. */
  background-color: white;

  /* Change this to 'none' if you don't
     want links to be underlined. */
  text-decoration: underline;
}

