@charset "UTF-8";
/* CSS Document */

#drop
{	position:absolute;
    top:183px;
    margin: 0;
	padding: 0;
	z-index: 30}

#drop li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	z-index:30;
	
	
	}

#drop li a
{	display: block;
	margin: 0 1px 0 0;
	
	width:auto;
	background: #000000;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none
	z-index:30;}

#drop li a:hover
{	background:#00FF00}

#drop div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background:#000000;
	border: 1px solid #FF0000;
	z-index:30;
	}

	#drop div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 4px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration:none;
		background:#000000;
		color:#FFFFFF;
		font-family:"Times New Roman", Times, serif;
		font-size:12px;
		z-index:30;
		
		}

	#drop div a:hover
	{	background: #FF0000;
		color: #000000;
		text-decoration:line-through;
		}