/* CSS Document */

/*dropdown Menu*/
#dropmenudiv{
/*margin:0px 0px 0px 110px;*/
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px "Century Gothic";
line-height:18px;
z-index:100;




}

#dropmenudiv a{
width:inherit;
display: block;
text-indent: 0px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
padding-left:2px

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #2576D9;
text-decoration:underline;
padding-left:2px
