#dropmenudiv{
position: absolute; 				/* Drop Menu Position*/				
border:1px dashed #BA9F67;			/* Menu Border */
border-bottom-width: 0;				/* Eliminates the bottom border */
border-left-width: 0;				/* Eliminates the left border */
border-right-width: 0;				/* Eliminates the right border */
border-top-width: 0;	
font:normal 11px Century Gothic;	
line-height:20px;
z-index:200;
}

#dropmenudiv a{
width: 97%;
display: block;
text-indent: 10px;
text-align: left;
border-bottom: 1px dashed #BA9F67;
border-left: 1px dashed #BA9F67;
border-right: 1px dashed #BA9F67;
padding: 1px 1px 1px 1px;
text-decoration: none;
font-weight: bold;
color: #336699;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #BA9F67;
color: white;

}

.textblue
{
    color:#336699;
    font-family: Century Gothic, Arial, Verdana;
    font-size: 12px
    
}