.menu{
    display:block;
    margin:0;
    padding:0;
    width:944px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
    }

.menu ul{
    position:absolute;
    background-color: #75af36;
    display:block;
    margin:0;
    padding:0;
    }
    
.menu li ul{
    visibility:hidden;
    }

.menu li li ul{
    background-color: #3A6A16;
    position:absolute;
    margin-left:140px;
    margin-top:-26px;
    }
	
/* barre horizontale */    
.menu li{
	line-height: 30px;
	font-size: 14px;
    list-style:none;
    width:118px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    }
    
.menu li li{
    width:180px;
	line-height: 30px;
    display:block;
    float:none;
	font-size: 12px;
	border: 0px solid #000000;
	font-weight:bold;
    }
    

.menu a{
    text-align:center;
    border:0px;
    color:#fffad6;
    display:block;
    width:auto;
    text-decoration:none;
    padding:1px;
    margin:0px;
    }
    
.menu a:hover{
    color:#fffad6;
    background-color: #3a6a16;
    border:0px;
    text-decoration:none;
    }
    
/* for a mozilla better display with key nav */
.menu a:focus{
    color:#000000;
    background-color: #3a6a16;
}

a.linkOver{
    color:#fffad6;
    background-color: #3a6a16;
    }

	
.last{
	border-bottom: 0px solid #000000;
    }
.last a{
	border-bottom: 0px solid #000000;
	}
.last a:hover{
	border-bottom: 0px solid #000000;
	}
	
.nolast{
	border-bottom: 0px;
    }
.nolast a{
	border-bottom: 0px;
	}
.nolast a:hover{
	border-bottom: 0px;
	}