/* Remove all styling and set default margin */
#menu dt, dl, dd {
list-style-type: none;
margin: 0px;
z-index:10;
}

/* The location of the menu */

#menu dl dt a {
margin:0px;
float: left;
padding-top:7px;
width:170px;
height:20px;
background-color:#67cc67;
color: #000000;
font-family: Arial;
font-size: 12px;
}

#menu dl dt a:hover{

margin:0px;
float: left;
padding-top:7px;
width:170px;
height:20px;
background-image:url(img/menu_hover_bg.jpg);
}



/* Decoration of the menu-header */

#menu ul a:hover  {
text-decoration: none;
color: #ffffff;
font-family: Arial;
font-size: 12px;
}