#galnavcontainer  {
   overflow: visible;
   position: relative;
   visibility: visible;
   height: 300px;
   width: 200px;
   margin-bottom: 10px;
   background-color: #000;
   margin-left: 0px;
   padding: 10px;
   float: left;
}
#galleryNav {
   height: auto;
   background-color: #000;
   padding: 0px;
}
#galleryNav li {
   height: auto;
   width: auto;
   text-align: left;
   white-space: nowrap;
   padding: 0px;
   margin: 10px 0px;
   background-image: url(none);
}

#galleryNav li#nav_hours,
#galleryNav li#nav_map,
#galleryNav li#nav_story,
#galleryNav li#nav_team
{
   float: left;
   margin-left: 5px;
   text-indent: -9999px;
   margin-right: 12px;
}

#galleryNav li#nav_hours a
{
   background-image: url(../ABC_HD/images_about_abc/icon_NAV_hours.png);
   background-repeat: no-repeat;
   height: 45px;
   width: 130px;
}
#galleryNav li#nav_map a
{
   background-image: url(../ABC_HD/images_about_abc/icon_NAV_location.png);
   background-repeat: no-repeat;
   height: 45px;
   width: 160px;
}
#galleryNav li#nav_story a
{
   background-image: url(../ABC_HD/images_about_abc/icon_NAV_story.png);
   background-repeat: no-repeat;
   height: 45px;
   width: 140px;
}
#galleryNav li#nav_team a
{
   background-image: url(../ABC_HD/images_about_abc/icon_NAV_team.png);
   background-repeat: no-repeat;
   height: 45px;
   width: 155px;
}
#galleryNav li a {
   display: block;
   color: #CCC;
   font-size: 11px;
   height: auto;
}

#galleryNav li#nav_map a:hover, #galleryNav li#nav_story a:hover
{ background-position: 0px -45px; }

#galleryNav li a:link, 
#galleryNav li a:visited
{
   background-position: 0px 0px;
   color: #999;
}
#galleryNav li a:hover,
#galleryNav li a:active
{
   background-position: 0px -45px;
   color: #F90;
}
#galleryNav li a span {
   text-align: left;
   white-space: nowrap;
}

#galnavcontainer  ul  li  ul  {
   margin: 0px;
   width: 85px;
   padding: 0;
   float: left;
   position: absolute;
   display: none;
   z-index: 1250;
   margin-left: -3px;
   background-image: url(../images/transparent-black_50.png);
}

#galnavcontainer ul li:hover ul, #galnavcontainer ul li ul:hover {
   display: block;
   color: #F90;
}

/*drop down menu items > Removed this>> background-color: #000000;*/
#galnavcontainer ul li ul li {
   line-height: 12px;
   text-align: left;
   padding-top: 4px;
   float: left;
   height: 10px;
   white-space: nowrap;
   width: 80px;
   padding-bottom: 5px;
   background-color: #333;
   padding-left: 6px;
   margin: 0px;
}
/* controls the last list item -
#galnavcontainer  ul li + li + li + li + li a  { text-align: left; }*/

/*puts a border on the top of the first element in drop down list menu - NONE is temporary while checking errors in browser*/
#galnavcontainer  ul li ul li:first-child  {
   border-top: 1px solid #990000;
   margin-left: 0px;
   padding-top: 5px;
   margin-top: 3px;
}
