﻿/* ================================================================ 
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.
=================================================================== */

/*.menuArea {width:745px; height:32px; position:relative; z-index:100;border-right:1px solid #585752; font-family:arial, sans-serif;}*/
/* hack to correct IE5.5 faulty box model */
* html .menuArea {width:989px; w\idth:988px;height:41px; }
/* remove all the bullets, borders and padding from the default list styling */
.menuArea ul {padding:0;margin:0;list-style-type:none;}

/* .menuArea ul ul {width:149px;} */

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menuArea positon */
.menuArea li {float:left;position:relative;}
/* style the links for the top level */

.menuArea a, .menuArea a:visited {display:block;font-family:Verdana, Arial, Helvetica, sans-serif!important; font-size:11px; font-weight:bold; color:#4c4c4c; text-decoration:none; outline:none;text-transform: capitalize!important;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuArea a, * html .menuArea a:visited {width:50px; w\idth:30px;}

/* style the second level background */
.menuArea ul ul a.drop, .menuArea ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menuArea ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menuArea ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menuArea ul ul ul a, .menuArea ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menuArea ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuArea ul ul {visibility:hidden; position:absolute;height:0;top:41px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menuArea ul ul {top:40px;t\op:41px;}

/* position the third level flyout menu */
.menuArea ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menuArea ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menuArea table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menuArea ul ul a, .menuArea ul ul a:visited {background:#FFFFFF; color:#000; height:auto; line-height:1em; padding:5px 10px; width:170px;border-width:0 1px 1px 1px;filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 KhtmlOpacity: .9;
	 opacity: .9;}
/* yet another hack for IE5.5 */
* html .menuArea ul ul a, * html .menuArea ul ul a:visited {width:170px;w\idth:148px;}

/* style the top level hover */
.menuArea a:hover, .menuArea ul ul a:hover{color:#ffffff; background:#ba2322; text-decoration:none;}
.menuArea :hover > a, .menuArea ul ul :hover > a {color:#ffffff; background:#ba2322;}

/* make the second level visible when hover on first level list OR link */
.menuArea ul li:hover ul,
.menuArea ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menuArea ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menuArea ul :hover ul :hover ul{ visibility:visible;}


