.dm_main
{
	position:absolute;
margin-left:172px;
margin-top:-34px;
}
.dm_main td
{
	font-size:1px;
}
.dm_tl
{
	width:6px;
	height:5px;
}

.dm_tr
{
	width:9px;
	height:5px;
	background:url(/images/drop_border_tr.png);
}
* html .dm_tr
{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/drop_border_tr.png', sizingMethod='no-repeat');
}
.dm_bl
{
	width:6px;
	height:10px;
	background:url(/images/drop_border_bl.png);
}
* html .dm_bl
{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/drop_border_bl.png', sizingMethod='no-repeat');
}
.dm_br
{
	width:9px;
	height:10px;
	background:url(/images/drop_border_br.png);
}
* html .dm_br
{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/drop_border_br.png', sizingMethod='no-repeat');
}
.dm_t
{
	height:5px;
	background:url(/images/drop_border_t.png) repeat-x;
}
* html .dm_t
{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/drop_border_t.png', sizingMethod='scale');
}
.dm_b
{
	height:10px;
	background:url(/images/drop_border_b.png) repeat-x;
}
* html .dm_b
{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/drop_border_b.png', sizingMethod='scale');
}
.dm_l
{
	width:6px;
	background:url(/images/drop_border_l.png) repeat-y;
}
* html .dm_l
{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/drop_border_l.png', sizingMethod='scale');
}
.dm_r
{
	width:9px;
	background:url(/images/drop_border_r.png) repeat-y;
}
* html .dm_r
{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/drop_border_r.png', sizingMethod='scale');
}

#dropdownmenu { width:193px;}
#dropdownmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 193px; /* Width of Menu Items */
	font:8pt Arial, Helvetica, sans-serif; color:#646464;
	}

#dropdownmenu li table {
display:none;
}
#dropdownmenu ul li {
/*	position: relative;*/
	}
	
#dropdownmenu li ul {
/*	position: absolute;
	left: 170px; /* Set 1px less than menu width */
/*	top: 0;
	display: none;*/
	z-index:999;
	}

/* Styles for Menu Items */
#dropdownmenu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #f6f7f1; /* IE6 Bug */
	padding: 10px 0px 10px 10px;
	background:url(/images/non_active.gif) no-repeat;
	cursor:pointer;
	}
#dropdownmenu ul li a .item1	{ background:url(/images/menu2_article_bullet.gif) no-repeat; padding-left:15px; display:block;}
#dropdownmenu ul li a .item2	{ background:url(/images/drop_down_arrow.gif) no-repeat 95% 55%; display:block;}

/* Fix IE. Hide from IE Mac \*/
* html #dropdownmenu ul li { float: left; height: 1%; }
* html #dropdownmenu ul li a { height: 1%; }
/* End */

#dropdownmenu .border_l_r	{ background:url(/images/border_l_r.gif) repeat-y; width:179px;}
#dropdownmenu ul li a:hover { background:url(/images/active.gif) no-repeat;color:#c1584c; } /* Hover Styles */
#dropdownmenu a.active { background:url(/images/active.gif) no-repeat; }
	
#dropdownmenu li ul li a { padding: 5px 5px; background:#fff; border:0; border-bottom:1px solid #ccc; } /* Sub Menu Styles */
#dropdownmenu li ul li .last	{ border-bottom:0!important;}
#dropdownmenu li ul li a  .item1 {background:url(/images/drop_down_arrow.gif) no-repeat 0 50%; padding-left:16px;display:block;}
#dropdownmenu li ul li a:hover { background:#f8f8f8;color:#c1584c;}
/*#dropdownmenu li:hover ul, #dropdownmenu li.over ul,*/ #dropdownmenu li:hover table{ display: block;} /* The magic */