
  #nav {
     margin-left:5px;
     float:left;    
     background:#ffffff;
     font-size:0.9em;
     font-weight:bold;
     line-height:normal;
     width:456px;
     height:20px;      
    }
	*html #nav{
	margin-left:20px;
	width:426px;
	}
    #nav ul {
          margin:0;
          padding:0px 0px 0px 30px;
          list-style:none; 
          width:456px;
	 	height:20px; 
    }
	
 	* html #nav ul{
 	font-size:11px;
	 display:inline;
 	width:auto; 
 	height:auto;  
	}
    #nav li {    
      display:inline;
      margin:0;
      padding:0;	 
    }
    #nav a {
      float:left;
      margin:0;
      padding:0;
      height:20px;
      text-decoration:none; 
      cursor:pointer;
    }
	* html #nav a {
      float:left; display:block;
      margin:0 auto;
      padding:0;
      height:20px;

      text-decoration:none; 
      cursor:pointer;
    }
    #nav a span  {
      float:left;
      display:block;
      padding:3px 6px 4px 6px;
      color:#ce1e25 ;
      height:20px;
    }
   * html  #nav a span  {
      float:left;
      display:block;
      padding:0px 6px 0px 6px;  
      color:#ce1e25 ;
	  height:20px;
	 
      }
    #nav a:hover {
		color:#666666;  
/*		background:#ce1e25 url(../imgleft_on.gif) top left no-repeat  ;	  
  */    }  
   #nav a:hover  span{
	color:#666666;
  /*	  color:#ffffff;
	  background:url(../img/right_on.gif) top right no-repeat;*/
   }
   
   #nav #current a { 	
	background:#ce1e25 url(../img/left_on.gif) top left no-repeat  ;
   }
   #nav #current a span {
	  color:#FFF; 
           padding:3px 12px 4px 12px;
	  background:url(../img/right_on.gif) top right no-repeat;
   }
   * html #nav #current a span {
	  color:#FFF; 
       padding:0px 15px 0px 15px;
	  background:url(../img/right_on.gif) top right no-repeat;
   }

   #pfadmenu {
   padding-left:75px;
   	padding-top:25px;
   
   }
   #pfadmenu a{
   color:#666666;
   font-weight:bold;
   text-decoration:none;
   display:inline;
   
   }
   