/* ================================================================ 
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.
=================================================================== */

.menu {font-family: arial, sans-serif; width:630px; height:32px; position:relative; font-size:12px; z-index:900; background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/greybg1.jpg); background-repeat:no-repeat;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:630px; w\idth:629px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding: 2px 0 0 5px; margin:0; list-style: none;}
.menu ul ul {width:115px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;width:87px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; text-decoration:none; text-align:center; color:#fff; border:none; line-height:20px; font-size:12px; overflow:disabled;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:115px; w\idth:100px;}

/* style the second level background */
.menu ul ul a.map, .menu ul ul a.map:visited {background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/map.gif); background-repeat:no-repeat; color:#fff;}
/* style the second level hover */
.menu ul ul a.map:hover{display:block; background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/over.gif); background-repeat:no-repeat; color:#fff;}
.menu ul ul :hover > a.map {display:block; background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/over.gif); background-repeat:no-repeat; color:#fff;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/map.gif); background-repeat:no-repeat; color:#fff;}
/* style the third level hover */
.menu ul ul ul a:hover {background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/over.gif); background-repeat:no-repeat; color:#fff;}

/* ET added */

.menu ul li a:hover ul li.last a, .menu ul ul li.last a {display:block; background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/last.gif); background-repeat:no-repeat; color:#fff;}
.menu ul li a:hover ul li.last a:hover, .menu ul ul li.last a:hover {background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/over.gif); background-repeat:no-repeat; color:#fff;}

.menu ul li#quick:hover ul li.last a {display:block; background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/quicklast.gif); background-repeat:no-repeat; color:#fff;}
.menu ul li#quick:hover ul li.last a:hover {background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/quickover.gif); background-repeat:no-repeat; color:#fff;}

.menu ul li#quick ul li a {display:block; text-align:left; padding-left:5px; width: 180px; background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/quickmap.gif); background-repeat:no-repeat; color:#fff;}
.menu ul li#quick ul li a:hover{background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/quickover.gif); background-repeat:no-repeat; color:#fff;}

.menu ul li#quick ul li a.first{background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/quickfirst.gif); background-repeat:no-repeat; color:#fff;}
.menu ul li#quick ul li a.first:hover{background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/quickover.gif); background-repeat:no-repeat; color:#fff;}

.menu ul li#quick:hover ul {display:block; position:absolute; top:19px; left:-50px; width:105px;}

/**********************/

/* 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:19px;left:0; width:115px;}
/* 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:0; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.schools li, .menu ul ul ul.schools li a {left:-135px; top:-20px;}

/* style the table so that it takes no part 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 {display:block; text-decoration:none; width:115px; height:20px; text-align:center; color:#fff; border:none; line-height:20px; font-size:12px; overflow:disabled; background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/map.gif); background-repeat:no-repeat; color:#fff;}
.menu ul ul a:hover {display:block; text-decoration:none; width:115px; height:20px; text-align:center; color:#fff; border:none; line-height:20px; font-size:12px; overflow:disabled; background:url(../../../OmniTel%20Communications%20Website/Site%20Files/images/over.gif); background-repeat:no-repeat; color:#fff;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:115px;w\idth:100px;}

/* style the top level hover */
.menu a:hover {display:block; text-decoration:none; width:87px; height:20px; text-align:center; color:#fff; border:none; line-height:20px; font-size:12px; overflow:disabled;}
.menu ul ul :hover > a {display:block; text-decoration:none; width:115px; height:20px; text-align:center; color:#fff; border:none; line-height:20px; font-size:12px; overflow:disabled;}

/* 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;}
