#styletwo{position:relative;display:block;height:32px;font-size:11px;font-weight:bold;background:transparent url(../img/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;}
#styletwo ul{margin:0;padding:0;list-style-type:none;width:auto;}
#styletwo ul li{display:block;float:left;margin:0 1px 0 0;}
#styletwo ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:10px 30px 0 30px;height:22px;}
#styletwo ul li a:hover,#styletwo ul li a.current{color:#fff;background:transparent url(../img/bgON.gif) repeat-x top left;}


/* 
IE için Alfa Kanali PNG Destegi [ http://dean.edwards.name/ ] 
Alpha PNG support for IE [ http://dean.edwards.name/ ] 
Alfa Kanali PNG Destegi; kodlama Dean EDWARDS'a aittir. 
All Coding About Alpha PNG Support written by Dean EDWARDS. 
*/ 

* html img { 
   filter:expression( 
         this.napalmLoaded 
         ? "" : 
         ( 
            this.src.substr(this.src.length-4)==".png" 
            ? 
            ( 
               (!this.complete) 
               ? "" : 
                  this.runtimeStyle.filter= ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+" ')")+ 
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+ "'").substr(0,0)+ 
                  String(this.napalmLoaded=true).substr(0,0)+ 
                  (this.src="img/bos.gif").substr(0,0) 
            ) 
            : 
            this.runtimeStyle.filter="" 
         ) 
      ); 
}