.dropmenudiv{
position:absolute;
top: 0;
z-index:100;
width: 146px;
visibility: hidden;
margin-top: 7px;
}

.dropmenudiv a
{	
	color: #002D6C;
}

.dropmenudiv a:hover
{	
	color: #002D6C;
}

.drop_down_content_td
{
	background: #DFF1FF;
}
.drop_down_content_td a
{
	text-decoration: none;
	font:normal 11px Arial;
	color: #002D6C;
	padding-left: 6px;
}
.drop_down_content_td a:hover
{
	text-decoration: none;
}
.drop_down_left_td
{
	/*background: url('../images/drp-dwn-left.png') repeat-y left;*/
	text-align: right;
	background: #DFF1FF;
}
.drop_down_right_td
{
	/*background: url('../images/drp-dwn-right2.png') repeat-y right;*/
	border-left: 1px solid #aaa;
}		
