@charset "utf-8";
/* CSS Document */
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCB8A8;
	border-right-color: #BCB8A8;
	border-bottom-color: #BCB8A8;
	border-left-color: #BCB8A8;
	text-align: left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	
	border-bottom: 1px solid #BCB8A8;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #177cab;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #BCB8A8;
	color: #177cab;
}

