#dropmenudiv{
position:absolute;
border:1px solid #D9E7FE;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #9DC1FA;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #4D85DE;
font-family: Arial, sans-serif;
font-size:12px;
color:#FFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #3F6CB4;
}

.txt01{
font-family: Arial, sans-serif;
font-size:14px;
color:#FFF;
font-weight:normal;
text-decoration:none;
padding: 2.0px;
outline:none;
}
A.txt01{
/*text-transform:uppercase;*/
font-family: Arial, sans-serif;
font-size:12px;
color:#FFF;
font-weight:bold;
text-decoration:none;
}
A.txt01:hover{
/*text-transform:uppercase;*/
font-family: Arial, sans-serif;
font-size:12px;
color:#F4F4F4;
font-weight:bold;
text-decoration:none;
}