/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== 
Wavehaven style by Ian "Fiks" Crawford - http://www.wavehaven.net/
=================================================================== */

.menu {width:191px; position:relative; z-index:100; border-top: 1px #e6e7e8 solid;}
/* hack to correct IE5.5 faulty box model */
 html .menu {width:191px; w\idth:190px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;z-index:100;}
.menu ul ul {width:149px;z-index:101;}
/* 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:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#000; width:191px; height:30px; background: #0071bc; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:191px; w\idth:190px;}

/* 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:-1px;left:200px; width:149px;border-top:1px solid #e6e7e8;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* 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 {background:#0071bc; color:#e6e7e8; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#27a7ce;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#27a7ce;}

/* Style the top level drop & hover -ic*/
.menu a.drop{color:#000; background:#0071bc url(../images/arrow_black.png) no-repeat 167px center;}
.menu a.drop:visited{color:#000; background:#0071bc url(../images/arrow_black.png) no-repeat 167px center;}
.menu  a.drop:hover, .menu ul ul a.drop:hover{color:#000; background:#27a7ce url(../images/arrow_black.png) no-repeat 167px center;}
.menu :hover > a.drop, .menu ul ul  :hover > a.drop {color:#000; background:#27a7ce url(../images/arrow_black.png) no-repeat 167px center;}
.menu  a.drop:hover:visited, .menu ul ul a.drop:hover:visited{color:#000; background:#27a7ce url(../images/arrow_black.png) no-repeat 167px center;}
.menu :hover:visited > a.drop, .menu ul ul  :hover:visited > a.drop {color:#000; background:#27a7ce url(../images/arrow_black.png) no-repeat 167px center;}

/* Styling us some www links -ic */
.menu a.www {background:#0071bc url(../images/www_black.png) no-repeat 167px center;}
.menu a.www:hover{background:#27a7ce url(../images/www_black.png) no-repeat 167px center;}
.menu a.www:visited{background:#0071bc url(../images/www_black.png) no-repeat 167px center;}
.menu a.www:visited:hover{background:#27a7ce url(../images/www_black.png) no-repeat 167px center;}

/* Styling the second level www links -ic */
.menu ul ul a.www {background:#0071bc url(../images/www_black.png) no-repeat 120px center;}
.menu ul ul a.www:visited {background:#0071bc url(../images/www_black.png) no-repeat 120px center;}
.menu ul ul a.www:visited:hover{background:#27a7ce url(../images/www_black.png) no-repeat 120px center;}
.menu ul ul a.www:hover{background:#27a7ce url(../images/www_black.png) no-repeat 120px center;}
.menu ul ul :hover > a.www {background:#27a7ce url(../images/www_black.png) no-repeat 120px center;}

/* Styling the second level pdf links -ic */
.menu ul ul a.pdf {background:#0071bc url(../images/pdf_black.png) no-repeat 120px center;}
.menu ul ul a.pdf:visited {background:#0071bc url(../images/pdf_black.png) no-repeat 120px center;}
.menu ul ul a.pdf:visited:hover{background:#27a7ce url(../images/pdf_black.png) no-repeat 120px center;}
.menu ul ul a.pdf:hover{background:#27a7ce url(../images/pdf_black.png) no-repeat 120px center;}
.menu ul ul :hover > a.pdf {background:#27a7ce url(../images/pdf_black.png) no-repeat 120px center;}

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


