* html .tab {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_tab.png',sizingMethod='scale');
background:none;
}
* html .tab_on {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_tab_on.png',sizingMethod='scale');
background:none;
}
* html div.tab_dropdown .sh_left {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_tabdrop_left.png',sizingMethod='scale');
background:none;
}

* html div.tab_dropdown .sh_left {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_tabdrop_left.png',sizingMethod='scale');
background:none;
}

* html div.tab_dropdown .sh_right {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_tabdrop_right.png',sizingMethod='scale');
background:none;
}

* html div.tab_dropdown .sh_bottom {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_tabdrop_btm.png',sizingMethod='scale');
background:none;
}

* html .menu li li {
    display:inline; /* solve a IE PC list bug */	
}

* html .menu li li a {width:153px;}

/** html ul.menu li.onstate li a {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_nav_dropdown.png',sizingMethod='scale');
background:none;
}*/

/*These assist the iframe shim, IE6 and less only*/
* html .mlmenujs iframe{
	position: absolute;
	display: none;
	filter: alpha(opacity=0);
	z-index: 99;
}
* html select,object,iframe{
	z-index: 1;
}
* html .delay li.hide ul{
	filter: alpha(opacity=0);
}
* html .vertical li.last{
	border-bottom: none;
	position: absolute;
}
* html div.vertical{
	margin-bottom: 1.3em;
}
* html .mlmenujs a{
	padding: 0;
	padding-left: 2px;
}
* html div.horizontal ul ul{
margin-top: 0;
}
* html .mlmenujs,.mlmenu{
z-index: 50;
}

/** html #left_col blockquote .quote {padding-left:0; padding-right:0;}*/