


/* ================================================================ 
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.
=================================================================== */

.menuDon {height:32px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menuDon {}
/* remove all the bullets, borders and padding from the default list styling */
.menuDon ul {padding:0;margin:0;list-style-type:none;}
.menuDon ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuDon li {float:left;position:relative;}
/* style the links for the top level */
.menuDon a, .menuDon a:visited {font-size:12px;text-decoration:none; color:#444444; height:30px; line-height:29px; font-weight:bold;margin-left:10px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuDon a, * html .menuDon a:visited {}

/* style the second level background */
.menuDon ul ul a.drop, .menuDon ul ul a.drop:visited {background:#ffffff url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menuDon ul ul a.drop:hover{background:#ffffff url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menuDon ul ul :hover > a.drop {background:#ffffff url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menuDon ul ul ul a, .menuDon ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menuDon ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuDon ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0;}
/* another hack for IE5.5 */
* html .menuDon ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menuDon table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menuDon ul ul a, .menuDon ul ul a:visited {background:#ffffff; color:#444444; height:auto; line-height:1em; margin-top:-10px;padding:5px 5px;text-align:left;}
/* yet another hack for IE5.5 */
/* html .menuDon ul ul a, * html .menuDon ul ul a:visited {width:150px;w\idth:128px;}-*/

/* style the top level hover */
.menuDon a:hover, .menuDon ul ul a:hover{color:#CF000C; background:#ffffff;}
.menuDon :hover > a, .menuDon ul ul :hover > a {color:#CF000C; background:#ffffff;}

/* make the second level visible when hover on first level list OR link */
.menuDon ul li:hover ul,
.menuDon ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menuDon ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menuDon ul :hover ul :hover ul{ visibility:visible;}

