.Dropdown
{z-index:80;width:800px;margin:0 auto;position:relative;}

.Dropdown ul
{margin:0;padding:0;list-style-type:none;}

.Dropdown ul li
{float:left;position:relative;width:100px;height:41px;}

.Dropdown ul li#programs {background: url('../img/header/d_programs.jpg') no-repeat;}
.Dropdown ul li#media {background: url('../img/header/d_media.jpg') no-repeat;}
.Dropdown ul li#videos {background: url('../img/header/d_video.jpg') no-repeat;}
.Dropdown ul li#clients {background: url('../img/header/d_clients.jpg') no-repeat;}
.Dropdown ul li#testimonials {background: url('../img/header/d_testimonials.jpg') no-repeat;}
.Dropdown ul li#planners {background: url('../img/header/d_planners.jpg') no-repeat;}
.Dropdown ul li#bookstore {background: url('../img/header/d_bookstore.jpg') no-repeat;}
.Dropdown ul li#about {background: url('../img/header/d_about.jpg') no-repeat;}
.Dropdown ul li#contact {background: url('../img/header/d_contact.jpg') no-repeat;}

.Dropdown ul li:hover
{border-color:#bdbdbd;}

.Dropdown ul li a
{display:block;color:#444;height:41px;}

.Dropdown ul li a:hover
{}

.Dropdown ul li:hover a /* Maintains hover state on the top level */
{}

.Dropdown ul li ul
{display:none;width:195px;z-index:82;}

.Dropdown ul li ul li
{border:none;height:auto;}

.Dropdown ul li:hover ul
{display:block;position:absolute;top:26px;left:2px;}

.Dropdown ul li:hover ul#lastdrop
{display:block;position:absolute;top:26px;left:-78px;}

.Dropdown ul li:hover ul li a
{width:155px;display:block;padding:.35em .1em .35em .5em;
 background-color:#fff;border:solid 1px #bdbdbd;border-bottom:0px;
 text-align:left;margin:0;color:#444;height:auto;}

.Dropdown ul li:hover ul li.last-child a
{border-bottom:solid 1px #bdbdbd;}

.Dropdown ul li:hover ul li a:hover
{background-color:#eee;}