/* CSS Document */

	
#header10 li {
    float:left;
    background:url("../images_new/norm_right.gif")
     no-repeat right top;
    margin:0;
    padding:0;
	
    }
	
	
 #header10 a {
    display:block;
    background:url("../images_new/norm_left.gif")
    no-repeat left top;
    padding:5px 15px;
    }			
	
#header10 #current {
    background-image:url("../images_new/norm_right_on.gif");
    }
#header10 #current a {
    background-image:url("../images_new/norm_left_on.gif");
    }	
	
	
#header10 {
   	margin: 0 auto;  
   /*background-color:#125ea6;*/
    font-size:10px;
	float:right;
    line-height:normal;
    }
#header10 ul {
    margin:0;
    padding:66px 10px 0 ;
    list-style:none;
    }
	
	
	
#header10 a {
    display:block;
    background:url("../images_new/norm_left.gif")
      no-repeat left top;
    padding:2px 9px 5px 20px;
    }
	
#header10 #current a {
    background-image:url("../images_new/norm_left_on.gif");
    padding-bottom:5px;
    }			