@charset "utf-8";
/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

div#menu { position: relative; top: 40px; }

.menu { width: 720px; height: 33px; background: url(../images/menu/nav_bar.png) repeat-x; font-size: 0.85em; position: relative; z-index: 100; margin: 0px auto; }
/* hack to correct IE5.5 faulty box model */
* html .menu { width: 720px; w\idth: 719px; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul { list-style-type: none; }
.menu ul ul { width: 120px; }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { float: left; width: 120px; position: relative; }
/* style the links for the top level */
.menu a, .menu a:visited { display: block; font: normal bold 11px Verdana, Arial, Helvetica, sans-serif; color: #fff; width: 110px; height: 33px; border: 1px solid #000; border-width: 1px 0 1px 1px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited { width: 120px; w\idth: 110px; }


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { background: #d4d8bd url(../images/menu/drop.gif) bottom right no-repeat; }
/* style the second level hover */
.menu ul ul a.drop:hover{ background: #c9ba65 url(../images/menu/drop.gif) bottom right no-repeat; }
.menu ul ul :hover > a.drop { background: #a6b6bf url(../images/menu/drop.gif) bottom right no-repeat; } 
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited { background: #dfd9ca; }
/* style the third level hover */
.menu ul ul ul a:hover { background: #baac8b; }


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { visibility: hidden; position: absolute; height: 0; top: 31px; left: 0; width: 120px; border-top: 1px solid #000; }
/* another hack for IE5.5 */
* html .menu ul ul { top: 30px; t\op: 31px; }

/* position the third level flyout menu */
.menu ul ul ul{ left: 120px; top: -1px; width: 120px; }

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left { left: -120px; }

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table { position: absolute; top: 0; left: 0; border-collapse: collapse; }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background: #d4d8bd; color: #000; height: auto; line-height: 12px; padding: 5px 10px; width: 99px; border-width: 0 1px 1px 1px; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited { width: 121px; w\idth: 99px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background: #710101; }
.menu :hover > a, .menu ul ul :hover > a { color:#fff; background:#710101; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility: visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility: hidden; }
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility: visible; }

.menu ul li a.btn_1 { width: 120px; height: 33px; background: url(../images/menu/speaking_home.jpg) no-repeat 0 0; text-indent: -9999px; border: none; }
.menu ul li a.btn_2 { width: 120px;  height: 33px; background: url(../images/menu/speaking_programs.jpg) no-repeat 0 0; text-indent: -9999px; border: none; }
.menu ul li a.btn_3 { width: 120px;  height: 33px; background: url(../images/menu/speaking_testimonials.jpg) no-repeat 0 0; text-indent: -9999px; border: none; }
.menu ul li a.btn_4 { width: 120px;  height: 33px; background: url(../images/menu/speaking_free_stuff.jpg) no-repeat 0 0; text-indent: -9999px; border: none; }
.menu ul li a.btn_5 { width: 120px;  height: 33px; background: url(../images/menu/speaking_publicity_photos.jpg) no-repeat 0 0; text-indent: -9999px; border: none; }
.menu ul li a.btn_6 { width: 120px;  height: 33px; background: url(../images/menu/speaking_contact.jpg) no-repeat 0 0; text-indent: -9999px; border: none; }
.menu ul li:hover a.btn_1, .menu ul li a.btn_1:hover { background: url(../images/menu/speaking_hover_home.png) no-repeat 0 0; }
.menu ul li:hover a.btn_2, .menu ul li a.btn_2:hover { background: url(../images/menu/speaking_programs_hover.png) no-repeat 0 0; }
.menu ul li:hover a.btn_3, .menu ul li a.btn_3:hover { background: url(../images/menu/speaking_testimonials_hover.png) no-repeat 0 0; }
.menu ul li:hover a.btn_4, .menu ul li a.btn_4:hover { background: url(../images/menu/speaking_free_stuff_hover.png) no-repeat 0 0; }
.menu ul li:hover a.btn_5, .menu ul li a.btn_5:hover { background: url(../images/menu/speaking_publicity_photos_hover.png) no-repeat 0 0; }
.menu ul li:hover a.btn_6, .menu ul li a.btn_6:hover { background: url(../images/menu/speaking_contact_hover.png) no-repeat 0 0; }

div#samantha_about { position: absolute; top: 420px; left: 10px; z-index: 50; background: url(../images/menu/nav_bar.png) repeat-x; }
div#btn_about a { display: block; width: 155px; height: 33px; background: url(../images/menu/samantha_about.jpg) #fff no-repeat center; text-indent: -9999px; border: none; }
div#btn_about a:hover { background: url(../images/menu/samantha_about_hover.png) no-repeat center; }

div#samantha_speak { position: absolute; top: 440px; left: 165px; z-index: 50; background: url(../images/menu/nav_bar.png) repeat-x; }
div#btn_speak a { display: block; width: 180px; height: 33px; background: url(../images/menu/samantha_speak.jpg) #fff no-repeat center; text-indent: -9999px; border: none; }
div#btn_speak a:hover { background: url(../images/menu/samantha_speak_hover.png) no-repeat center; }

div#samantha_book { position: absolute; top: 460px; left: 345px; z-index: 50; background: url(../images/menu/nav_bar.png) repeat-x; }
div#btn_book a { display: block; width: 150px; height: 33px; background: url(../images/menu/samantha_book.jpg) #fff no-repeat center; text-indent: -9999px; border: none; }
div#btn_book a:hover { background: url(../images/menu/samantha_book_hover.png) no-repeat center; }