/* CSS Document */
#dropmenudiv{
	position:absolute;
	border:1px solid #60495a;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	margin-top: 431px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../image/menu/img_menuDivBg.gif);
	background-repeat: repeat;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #c2c2c2;
	padding: 1px 0;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	font-weight:normal;
}

#dropmenudiv a:hover{
	background-color: #fcf7eb;
	color: #c76d09;
}
