
#dropdown 				{ width: 200px; position: relative;z-index:999;margin-left:3px; cursor:pointer;}
#button 				{ height: 25px; width: 200px; margin: 0px; position:absolute}
#dropdown ul, 
#dropdown li 			{ margin:0; padding:0;list-style:none; }
.menu_class 			{ }
.the_menu 				{ display:none; width:198px; border: 1px solid #000; border-top-width:0; }
.the_menu li 			{ background-color: #ddd; }
.the_menu li a 			{ color:#000; text-decoration:none; padding:1px 5px; display:block; }
.the_menu li a:hover	{ color: #F00880; }
