#drop_down_menu_modal_background
{
	display: none;
	position:absolute;
	left: 0px;
	top: 315px;
	z-index: 100000;
	width: 100%;
	height: 400px;
/*	background-color: #ffffff; */
}
.drop_down_menu
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240px;
	background-color: #000000;
	z-index: 100001;
}

.drop_down_menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.drop_down_menu ul li
{
	position: relative;
	
}

.drop_down_menu ul li a
{
	text-align: left;
	font-weight: bold;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 40px;
	color: #606060;
	color: #ffffff;
	background-color: #000000;
	background-color: #244e74;
	width: 220px;
}

.drop_down_menu ul li a:hover
{
	background-color: #244e74;
	background-color: #01315f;
	text-decoration: underline;
}
