/*************************/
/* Main header menu */

#menu{
	width: 875px;
	height: 40px;
	margin: 0px 25px;
	margin-bottom: 10px;
	padding: 0; 	
	background: url(../images/menu.png) left top repeat-x;
}
#menu ul{
	list-style: none;
	margin: 0px auto;
	padding-left: 0px;
	width:  810px;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	
  }
  #menu ul li{
  	float: left;
  	jpd_cursor: pointer;
  }
  #menu object{
  	jpd_cursor: pointer;
}
    #menu ul li a{
      display: block;
    	margin:  0;
    	padding: 7px 15px 5px 15px;
        text-decoration: none;
        color: #e8f4ff;
    	background: none;
    }
    #menu ul li a:hover, #menu ul li a.active:hover{
	    color: #FFF;
	    background: url(../images/menu.png) left -45px repeat-x;
    }
    #menu ul li a.active{
    	color: #a3d0e7;
    	background: url(../images/menu.png) left -45px repeat-x;
    }
    #menu ul li.divider{
     	width: 4px;
	    height:  31px;
	    background: url(../images/menu.png) left -92px no-repeat;
    }
    #menu ul li.left_corner{
      	width: 9px;
	    height:  40px;
	    position: absolute;
	    left: -9px;
	    background: url(../images/menu.png) left -138px no-repeat;
    }
    #menu ul li.right_corner{
      width: 9px;
	    height:  40px;
	    position: absolute;
	    right: -9px;
	    background: url(../images/menu.png) right -182px no-repeat;
    }
  #menu .right{ float: right; }
  #menu a.quiet{ color:  #c0e0ff; }
  #menu a.highlight{ 
  	 color: #c0e0ff;
  	 background: url(../images/menu.png) left -45px repeat-x;
  }