/* all metadata bits */
#mdMenu, #mdMain
{ 
 border:5px solid white;
  background-color: white;
  margin-bottom:5px;
}

/*remove all ul style*/
#mdMenu ul
{ 
  margin-top:0;
  list-style: none;
  padding-left: 5px;
  padding-bottom:1px;
  margin-bottom:0px;
  color: white;
  font-weight: bold;
  margin-left:0px; /*Ie wants this*/
 }
/* but push a bit 2nd level ul*/
#mdMenu ul ul
{ 
  padding-left: 5px;
  font-weight: normal;
  margin-bottom: 10px;
  
   }
/*space up a bit li when no submenu*/
#mdMenu ul.alone li
{ 
  margin-bottom: 7px;
 }

#mdMenu a:link, #mdMenu a:visited, #mdMenu a:hover, #mdMenu a:active
{ 
  color:white;
  text-decoration: none;
 }

#mdMain
{ 
  margin-right: 0;
 }

#mdCont
{ 
background-color: #DFEDE4;
padding-bottom:1px;
padding-top: 5px;
padding-left: 5px;
 }

p.creatorLnk
{ 
  float: right;
  line-height: 24px;
  height: 43px;
  font-weight: bold;
  position:relative;
  margin-bottom:5px;
  margin-top:0px;
  width: 125px;
  padding:0'
  }


p.creatorLnk a, p.creatorLnk a:active, p.creatorLnk a:visited, p.creatorLnk a:hover  
{ 
  text-decoration: none;
  color: white;
  }

/*animation bit*/
#animation, #animExp
{ 
/*   width: 48%; */
/*   float: left; */
 }

/* Size: integer values closest to the youtube width*/ 
#animation object, #animation embed, #animStart
{ 
  display:block;
  width: 484px;
  height: 352px;
  margin: 0px auto;
   margin-right:  auto; 
   margin-left: auto; 
border: none;
 }

#animExp h3
{ 
  margin-bottom: 0px;
  }

#animExp p
{ 
  margin-top: 0px;
 }

/*alterantive formats*/
#alternate
{ 
  background-color: #EFFAF2;
  border: solid 1px #006634;
  padding: 2px;
 }
#alternate ul
{ 
  float: right;
   }

#alternate p
{ 
  float: left;
   }
#alternate ul, #alternate p
{ 
  margin-top: 2px;
  margin-bottom: 2px;
 }

#alternate ul li
{ 
  margin-left: 20px;
  margin-right: 20px;
 }