/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0; list-style:none; width:700px; height:50px; position:relative; }
#menu li {position:relative; float:left;}
#menu li a {display:block; height:50px; padding:0; width:100px; float:left; color:#444; text-decoration:none; font-family:"trebuchet MS", sans-serif; font-size:14px; text-align:center; cursor:pointer; background: url(flat-patchwork.gif); line-height:50px;}
#menu li a b {position:relative;}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.patchwork #menu li#patchwork a,
.patchword #menu li#patchword a,
.patchmath #menu li#patchmath a,
.patchpipe #menu li#patchpipe a,
.wheretobuy #menu li#wheretobuy a,
.contact #menu li#contact a
{background: url(curled-patchwork.png) no-repeat right top; cursor:pointer; color:#c60;}

* html #menu li a:hover, 
* html #menu li a:active,
* html #menu li a:focus,
* html .home #menu li#home a,
* html .patchwork #menu li#patchwork a,
* html .patchword #menu li#patchword a,
* html .patchmath #menu li#patchmath a,
* html .patchpipe #menu li#patchpipe a,
* html .wheretobuy #menu li#wheretobuy a,
* html .contact #menu li#contact a
{background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/menu/curled-patchwork.png', sizingMethod='scale');}

#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
.home #menu li#home a b,
.patchwork #menu li#patchwork a b,
.patchword #menu li#patchword a b,
.patchmath #menu li#patchmath a b,
.patchpipe #menu li#patchpipe a b,
.wheretobuy #menu li#wheretobuy a b,
.contact #menu li#contact a b
{cursor:pointer;}
