@charset "utf-8";
/* CSS Document  This copyright notice must be untouched at all times. */

/* ================================================================ 
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.
=================================================================== */

#mainMenu {width: 186px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html #mainMenu {width:186px; w\idth:186px;}
/* remove all the bullets, borders and padding from the default list styling */
#mainMenu ul {padding:0; margin:0; list-style-type:none;}
#mainMenu ul ul {width:190px;}
#mainMenu ul ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#mainMenu li {position:relative;}
/* style the links for the top level */
#mainMenu a, #mainMenu a:visited {display:block; font-size:12px; text-decoration:none; color:#000; padding:5px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #mainMenu a, * html #mainMenu a:visited {}

/* style the second level background */
#mainMenu ul ul li { background:#FFF; width:190px; margin:0; padding:0; border-left:1px solid #ec6c00; border-right:1px solid #ec6c00; font-weight:normal; border-bottom:1px solid #ec6c00;}
#mainMenu ul ul li.last {}
#mainMenu ul ul li.first {border-top:1px solid #ec6c00;}
#mainMenu ul ul a.drop, #mainMenu ul ul a.drop:visited {height:auto; background:#FFF url(../images/black-arrow-small.gif) no-repeat 170px center; width:170px;}
/* style the second level hover */
#mainMenu ul ul a.drop:hover {background:#fdf1e6 url(../images/black-arrow-small.gif) no-repeat 170px center;}
#mainMenu ul ul :hover > a.drop {background:#fdf1e6 url(../images/black-arrow-small.gif) no-repeat 170px center;}
/* style the third level background */
#mainMenu ul ul ul a, #mainMenu ul ul ul a:visited {}
/* style the third level hover */
#mainMenu ul ul ul a:hover {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#mainMenu ul ul {visibility:hidden; position:absolute; height:0; top:-6px; left:165px; }

/* another hack for IE5.5 */
* html #mainMenu ul ul {top:-6px; t\op:-6px;}

/* position the third level flyout menu */
#mainMenu ul ul ul{left:190px; top:-1px; width:100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#mainMenu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#mainMenu ul ul a, #mainMenu ul ul a:visited {height:auto; border:5px solid #FFF; width:170px; background:#FFF;}
#mainMenu ul ul a {}
/* yet another hack for IE5.5 */
* html #mainMenu ul ul a, * html #mainMenu ul ul a:visited {}

/* style the top level hover */
#mainMenu a:hover, #mainMenu ul ul a:hover{}
#mainMenu a:hover {}
#mainMenu ul ul a:hover {background:#fdf1e6; color:#FFF;}
#mainMenu :hover > a, #mainMenu ul ul :hover > a {background-color:#fdf1e6;}
#mainMenu :hover > a.extra {background:#FFF url(../images/black-arrow-small.gif) 145px center no-repeat scroll!important;}

#mainMenu ul li.shop a {padding:0; background:#ec6c00 url(../images/shop-button-right.gif) right top no-repeat scroll; width:140px; padding-left:5px; height:29px;}
#mainMenu ul li.shop a:hover {color:#FFF;}

/* make the second level visible when hover on first level list OR link */
#mainMenu ul li:hover ul,
#mainMenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#mainMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#mainMenu ul :hover ul :hover ul{ visibility:visible;}
