#drop
{	margin: 0;
	padding: 0;
	z-index: 30

}

#drop li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px Verdana, Tahoma, sans-serif
}

#drop li a
{	display: block;
	margin: 0 2px 0 0;
        padding-top: 9px;
	width: 98px;
        height: 22px;
	background: url(submenu_top.png) no-repeat;
	color: white;
	text-align: center;
	text-decoration: none
}

#drop div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #c6e2ed;
	border: 1px solid #1b6983
}

#drop div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	min-width: 76px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #c6e2ed;
	color: #1b6983;
	font: 11px arial
}

#drop div a:hover
{	background: #1b6983;
	color: white
}
