/*******************************************************************************
	Drop down styles
*******************************************************************************/

#drop_down_wrapper { position: absolute; z-index: 199; margin-top: 0px; _margin-top: -2px; }

#drop_down_container { background: url(/images/menu_new/drop_down_bg.png) repeat-y; width: 266px; z-index: 100; }

.drop_down_bottom { background: url(/images/menu_new/drop_down_bottom.png); width: 266px; _width: 267px; height: 15px; z-index: 120; }

.drop_down_divider { background: url(/images/menu_new/drop_down_divider.png) repeat-x; width: 245px; height: 1px; line-height: 1px; _margin-bottom: -12px; margin-left: 11px; }

.drop_down_container:link, .drop_down_container:visited { display:block; font-size:10px; margin:0 7px; padding:11px 14px; text-decoration:none; width:225px; }

.drop_down_container:hover { background: url(/images/menu_new/drop_down_bg_on.png) repeat-x; text-decoration:none !important;}

.dd_sub { color: #5174a3; font-size: 10px; font-weight: bold; }

.dd_desc { color: #484848; }

.shadow_fix_left { background: url(/images/menu_new/shadow_fix.png) no-repeat; float: left; width: 10px; height: 26px; position: relative; top: 26px; _top: 24px; left: -10px; margin-top: -26px; z-index: 200; }

.shadow_fix_right { background: url(/images/menu_new/shadow_fix.png) no-repeat; float:right; height:26px; left:10px; margin-top:-26px; position:relative; top:26px; _top: 24px; width:10px; z-index:200; }



/*******************************************************************************
	IE6 Hacks
*******************************************************************************/

#drop_down_container { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/menu_new/drop_down_bg.png", sizingMethod="scale"); _background-image:none; }

.drop_down_bottom { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/menu_new/drop_down_bottom_ie6.png", sizingMethod="scale"); _background-image:none; }

.shadow_fix_left { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/menu_new/shadow_fix.png", sizingMethod="scale"); _background-image:none; }

.shadow_fix_right { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/menu_new/shadow_fix.png", sizingMethod="scale"); _background-image:none; }