
#dropdown, #dropdown ul, #dropdown li, #dropdown li p
          {
          font-family: arial, helvetica, sans-sherif;
		  color: #999;
		  line-height:1.5em;
		  font-size: 14px;
		  position: relative;
		  top: 5px;
		  left: 5px;
		  list-style: none;
		  padding: 0;
		  
          }
		  
#dropdown p {
    font-family: arial, helvetica, sans-sherif;
    color: #999;
	line-height:1.5em;
	background: transparent;
	font-size: 16px;
	}
		  
