<style type="text/css">
#menu_parent{
width: 100px;
border: 0px solid black;
background-color: #666464;
padding: 0px 0px;
font-weight: bold;
top:300px;

}

#menu_child{
background-color: #666464;
position: absolute;
visibility: hidden;
width: 200px;
border: 0px solid black;
border-bottom-width: 0;
text-align:left;
}

#menu_child a{
background-color: #666464;
display: block;
width: 98%;
border-bottom: 0px solid black;
padding: 2px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
font-family:Tahoma;
font-size:10pt;
}

#menu_child a:hover{
background-color:#c0bfbf;
}
</style>
////////////////////////////////////////////////////////////////
<style type="text/css">
#menu_parent2{
width: 100px;
border: 0px solid black;
padding: 1px 2px;
font-weight: bold;
background-color: #666464;

}

#menu_child2{
background-color: #666464;

position: absolute;
visibility: hidden;
width: 550px;
border: 0px solid black;
border-bottom-width: 0;
}

#menu_child2 a{
background-color: #666464;

display: block;
width: 98%;
border-bottom: 0px solid black;
padding: 2px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
font-family:Tahoma;
font-size:10pt;
}

#menu_child2 a:hover{
background-color:#c0bfbf;
}
</style>
////////////////////////////////////////////////////////////////
<style type="text/css">
#menu_parent3{
width: 100px;
border: 0px solid black;
padding: 1px 2px;
font-weight: bold;
font-family:Tahoma;
font-size:10pt;
background-color: #666464;

}

#menu_child3{
background-color: #666464;
position: absolute;
visibility: hidden;
width: 150px;
border: 0px solid black;
border-bottom-width: 0;
font-family:Tahoma;
font-size:10pt;
}

#menu_child3 a{
background-color: #666464;
display: block;
width: 98%;
border-bottom: 0px solid black;
padding: 2px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
text-align:left;
font-family:Tahoma;
font-size:10pt;
}

#menu_child3 a:hover{
background-color:#c0bfbf;
}
</style>