/* CSS Document */

#dropmenudiv{
	position:absolute;
	
	border-color:#000000;
	border:1px 1px 0px 1px;
	border-bottom-style:solid;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}
.drop:link,.drop:visited {
	font-size:12px;
	font-weight: bold;
	/*background-color:#939598;#c9b33f;*/
	padding:1px 1px 1px 3px;
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}

.drop:hover {
	font-size:12px;
	width:100%;
	background-color:#055F98;/*#333333;*/
	padding:1px 1px 1px 3px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}
