@CHARSET "ISO-8859-1";

#dropmenudiv{
position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 132px;

   border-width: 1px;
   border-style: solid;
   border-color: #000000;	
   background-color: #BFBFBF;
}

#dropmenudiv a{
	display: block;
   width: 132px;

   padding: 1px;
   margin: 1px;
   font-family: Sans-Serif;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;

   color: #00ff00;
   background-color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	 width: 132px;
 padding: 1px;
   margin: 1px;
   font-family: Sans-Serif;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #D4D4D4;
}

#menudiv a 
{
	font-family: verdana;
	font-size: x-small;
	color: #00ff00;
	cursor:pointer;
	
}

#menudiv a:hover
{
	font-family: sans-serif;
	font-size: x-small;
	color: white;
	cursor:pointer;
}



.menu
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


