#nav1 li p+p{
 display: table-caption;
}

#nav1 li{
  display: inline;
}
.image{
  margin: 0;
}
/* hides  nested <ul> */
#nav1 li ul{
  position: absolute;
    /*background: #336633;*/
    color: black;
    background-color:   #F0F7FD;
    border: 1px solid #C4DFF4;
    font-family:Arial,Verdana, Trebuchet MS, Sans-Serif;
    font-weight:bold;
    left: -999em;
    height: auto;
    width: 155px;   
    margin-top: -100px;
    padding: 4px;
    list-style-type: none;
    opacity:.90;
  filter: alpha(opacity=90); 
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
   
}
/*  mouseover effects */
#nav1 li:hover ul{
    left: auto; 
    margin-top: -50px;
    margin-left: 40px;
}

#nav1 li ul li{
 display: block;
 margin-left:1em;
 padding-left:1em;
 background: url(../images/news/arrow-black.gif) 0px 5px no-repeat;
} 

.dropdown{
  text-align:left;
  margin: -100px 0 0 0;
}

.dropdown li a{
  font-weight:bold;
}


