    #pmenu,
    #pmenu ul {

       padding:        0;
       margin:            0;
       list-style-type:   none;
       z-index:1;
    }

    /* Set up the link size, color and borders */
    #pmenu a,
    #pmenu a:visited {
	   
       padding:10px;
       margin:10px;
       font-size:         12px;
       font-weight:bold;
       font-family:Arial, Helvetica, sans-serif;
       color:            #FFFFFF;
       text-decoration:   none;
      line-height:      40px;
    }


    /* Set up the list items */
    #pmenu li {
       float:left;
       background: url(navi_bg.png) repeat-x;
    }


    /* For Non-IE browsers and IE7 */
    #pmenu li:hover {
       position:         relative;
    }
    /* Make the hovered list color persist */
    #pmenu li:hover {
     background: url(navi_bg_hover.png) repeat-x;
    }



