.menu{
    /*position:absolute;
    top:3em;
    left:3em;*/
    margin:0;
    padding:0;
    /*width:500px;  important for Opera7 */
    }

.menu ul{
    position:absolute; /* pour sortir la liste du flux de donnée */
    width:120px;
    margin:0;
    padding:0;
    list-style: none;
	background: #f7f7f7 url(systemimages/dropdown_bg.gif) left top repeat-x;
    }
    
.menu li ul{
    visibility:hidden;
    }

.menu li li ul{
    position:absolute; /* pour sortir la liste du flux de donnée */
    top:auto;
    left:auto;
    margin-left:120px;
    margin-top:-20px; /* move the sub menu verticaly */
    }
    
.menu li{
    list-style:none;
    /*width:90px;*/
    height:auto;
    display:inline;
    display/**/:block;
    float:left;
    margin:0;
    padding:0;}
.menu li.left {
	width:130px;
	height:34px;
	background:url(systemimages/all_natural.jpg) right top repeat-y;}
    
.menu li li{
    display:block;
    float:none;
    }
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }

.menu a{
    /*text-align:center;
    background-color: #E6E6E6;
    border:1px #666 solid;*/
    color:#424822;
    display:block;
    /*width:90px;*/
    text-decoration:none;
    padding:0;
    margin:0;
    height:34px;
    /*text-indent:-9999px;*/
    /*float:left;*/}

.menu a#home {
	width:56px !important;}
.menu a#about_us {
	width:95px !important;}
.menu a#articles {
	width:83px !important;}
.menu a#products {
	width:96px !important;}
.menu a#enquiry {
	width:80px !important;}
.menu a#order {
	width:69px !important;}
.menu a#contact_us {
	width:108px !important;}
  
.menu a:hover{
    background-color: #BFBF9B;
    color:#424822;
    /*background-position:0 -20px !important;
	color:#fff;*/}
    
/* for a mozilla better display with key nav */
.menu a:focus{
    background-color: #424822;
    color:#fff;
}

/* hide some accessibility stuff */
.menu span{
    display:none;
    }

/* just for fun ;) */

.menu li li a{
	height:auto;
	background:none;
	width:104px;
	padding:3px 8px;
	text-align:left;
	border:1px #424822 solid;
	border-width:0 1px 1px;
	font-size:0.8em;
	font-weight:bold;
	text-indent:0;
	/*float:none;*/
    }
    
.menu li li li a{
    background-color: #7ad;
    border:1px #666 solid;
    }
    
.menu li li li li a{
    background-color: #69b;
    border:1px #666 solid;
    }