/* Naeem CSS Document */
#tabs {  
        margin:0;  
        padding:0;  
		color:#353535;
    }  
    #tabs ul {  
		color:#353535;
        display:block;  
        position:absolute;  
    }  
   #tabs ul.children {  
       margin:0;  
       padding:0;  	   
       z-index:100;  
       visibility:hidden;  
	   margin-left:-1px;
   }  
   #tabs li {  
       display:inline;  
       float:left;  
       height:auto;  
   }  
   #tabs li li {  
       background:url(../images/bg_top_menu_over.jpg) repeat-x; 
       display:block;  
       float:none;  
   }  
   #tabs a {  
       text-decoration:none;  
       background:transparent url(images/bg_grey_tab.gif) no-repeat scroll left top;  
       color:#353535;  	   
       display:block;  
       text-align:center;  
       width:155px;  
   }  
   #tabs a:hover, #tabs a.selected {  
	   background:url(../images/bg_top_menu_over.jpg) repeat-x; 
	   height:30px; 
	   font-family:verdana; 
	   font-size:11px; 
	   color:#353535; 
	   text-decoration:none; 
	   display:block; 
	   padding-top:17px;
	  
   }  
   #tabs ul a {  
	  background:url(../images/bg_top_menu.jpg) repeat-x;
       border-bottom:1px solid #0269A4;  
       border-left:1px solid #0269A4;  
       border-right:1px solid #0269A4;  
       color:#353535;  
       line-height:5px;  
	   width:225px;
   }  
   #tabs ul li a{  
   
	   height:15px;
   } 
   #tabs ul ul a {  
       background:#FFF9EA none repeat scroll 0%;  
	   
   }  
   #tabs ul li a:hover {  
     height:15px;
	   
   }  
    
   #tabs ul a:hover, #tabs ul a.selected {  
       background:transparent url(images/bg_orange_tab.gif) no-repeat scroll left bottom;  
	   
   }  
   #tabs li:hover ul, #tabs li.sf ul {  
      visibility:visible;  
   }  
   #tabs li:hover ul ul, #tabs li.sf ul ul {  
       visibility:hidden;  
   }  
   #tabs li:hover ul, #tabs li li:hover ul, #tabs li.sf ul, #tabs li li.sf ul {  
       visibility:visible;  
   }  

