/* CSS Document */

	
#header10 li {
    float:left;
    background:url("../images/norm_right.gif")
      no-repeat right top;
    margin:0;
    padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
    }
	
	
 #header10 a {
    display:block;
    background:url("../images/norm_left.gif")
      no-repeat left top;
    padding:5px 15px;
    }			
	
#header10 #current {
    background-image:url("../images/norm_right_on.gif");
    }
#header10 #current a {
    background-image:url("../images/norm_left_on.gif");
    }	
	
	
#header10 {
      width:515px;
	 float:right; text-align:right;
   /*background-color:#125ea6;*/
   background-image:url(../images/bg_topnav_wfranchising.gif);
    
    line-height:normal; 
    }
#header10 ul {
    margin:0;
    padding:9px 10px 0;
    list-style:none;
    }
	
	
	
#header10 a {
    display:block;
    background:url("../images/norm_left.gif")
      no-repeat left top;
    padding:2px 16px 5px;
	font-size:90%;
    }
	
#header10 #current a {
    background-image:url("../images/norm_left_on.gif");
    padding-bottom:5px;
    }