#menu {
width:100px;
font-family:Verdana, Verdana, Geneva, sans-serif;
font-size:8pt;
text-align:center;
color:#000000;
font-style:normal;
border-bottom-width: 1px;
border-bottom-style:solid;
border-bottom-color:#c0c0c0;
padding-right:6px;
margin-left:-5px;
}

#menu ul {
list-style:none;
margin:0;
padding:0;
color:#000000;
font-style:normal;
}

#menu ul ul {
display:none;
color:#000000;
font-style:normal;

}

#menu ul ul li {
border-top-width:1px;
border-top-style:solid;
border-top-color:#c0c0c0;
padding-top:3px;
padding-bottom:3px;
margin-right:-6px;
}

#menu ul li:hover ul, #menu ul ul li:hover ul ul {
display:block;
color:#c0c0c0;
font-style:normal;
}

a {
color:#000000;
text-decoration:none;
}

/*img { 
border-width:0px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#c0c0c0;
} */
