
#dropmenudiv{
width: 170px;
font:normal 12px Verdana;
line-height:18px;
position: absolute;
text-decoration:none;
text-align: center;

}

#dropmenudiv a{
padding-top: 10px;
display: block;
border: 1px solid #0069a0;
padding-left: 4px;
text-decoration: none;
background: url(images/filler3.gif) repeat-x ;
z-index: 2;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #666666;
background: url(images/fillergrey.gif) repeat-x;
border: 1px solid #999999;
z-index: 2;

}

/* Holly Hack. IE Requirement \*/
* html #dropmenudiv { float: left; height: 1%; }
* html #dropmenudiv a { height: 1%; }
/* End *//* CSS Document */



