﻿#index {clear:both; height:26px; padding: 0; position:relative; z-index:100; font-family:arial, sans-serif; background: url(/lib/images/menu-back.gif) repeat-x;border-bottom: 1px solid #333333}
/* hack to correct IE5.5 faulty box model */
* html #index {width:999px; w\idth:998px;}
/* remove all the bullets, borders and padding from the default list styling */
#index ul {padding:0;margin:0;list-style-type:none;}
#index ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#index li {float:left;width:149px;position:relative;}
/* style the links for the top level */
#index a, #index a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:24px; border:1px solid #000; border-width:0px 1px 0px 0px; background: transparent; padding-left:10px; line-height:23px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #index a, * html #index a:visited {width:149px; w\idth:138px;}

/* style the second level background */
#index ul ul a.drop, #index ul ul a.drop:visited {background:#333333 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
#index ul ul a.drop:hover{background:#333 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
#index ul ul :hover > a.drop {background:#333 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
#index ul ul ul a, #index ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
#index ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#index ul ul {visibility:hidden;position:absolute;height:0;top:24px;left:-1px; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html #index ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
#index ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#index ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#index table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#index ul ul a, #index ul ul a:visited {background:#333; color:#FFF; height:auto;height:22px; line-height:22px; padding:3px 10px; width:149px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #index ul ul a, * html #index ul ul a:visited {width:171px;w\idth:149px;}

/* style the top level hover */
#index a:hover {color:#FFF; background:transparent;}
#index :hover > a{color:#FFF; background:transparent;}

#index ul ul a:hover{color:#FFF; background:#666;}
#index ul ul :hover > a {color:#FFF; background:#666;}

/* make the second level visible when hover on first level list OR link */
#index ul li:hover ul,
#index ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#index ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#index ul :hover ul :hover ul{ visibility:visible;}
