* html #min-width{width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "auto");}
* html #main .container{height:1%}
* html #content{height:1%;overflow:visible}
* html #sidebar_l{margin-right:-3px}
* html #sidebar_r{margin-left:-3px}
* html .rounded .top-corners .corner_l {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system/images/c1.png',sizingMethod='crop');}
* html .rounded .top-corners .corner_r {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/c2.png',sizingMethod='crop');}
* html .rounded .bottom-corners .corner_l {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/c4.png',sizingMethod='crop');}
* html .rounded .bottom-corners .corner_r {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/c3.png',sizingMethod='crop');}
* html .rounded .box{position:relative}

* html .rounded .top-corners .corner_r{right:expression(((this.parentNode.offsetWidth % 2) > 0)? "-18px" : "-17px");} 
* html .rounded .bottom-corners .corner_r{right:expression(((this.parentNode.offsetWidth % 2) > 0)? "-18px" : "-17px");} 

#content ul li{behavior:expression(!this.before?this.before = this.innerHTML = '<span class="bull">&bull;&nbsp;</span>'+ this.innerHTML:'');}
#content ul li span.bull{vertical-align:middle;color:#bf0808;font-size:1.2em}
