#dropmenudiv {
font: bold 12px arial;
color: #000000;
background: inherit;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
padding: 3px 0px 0 0px;
line-height: 18px;
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
}
#dropmenudiv a {
font: bold 12px arial;
color: #0000FF;
background: inherit;
border-bottom: 1px solid black;
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
}
#dropmenudiv a:hover {
color: #FFFF00;
background-color: #442200;
}
.divwidth1 {
width: 150px;
}
.divwidth2 {
float:left;
width: 1px;
height: 22px;
}
.divwidth3 {
float:right;
width: 140px;
text-align: left;
}
