/* ================================================================ 
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.
=================================================================== */
#menu2 {padding:0; margin:0; list-style:none; width:700px; height:50px; position:absolute; top:375px; left:130px; z-index:100;}
#menu2 li {position:relative; float:left;}
#menu2 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.gif); line-height:50px;}
#menu2 li a b {position:relative;}


#menu2 li a:hover, 
#menu2 li a:active,
#menu2 li a:focus,
.home #menu2 li#home a,
.single #menu2 li#single a,
.dropdown #menu2 li#dropdown a,
.dropline #menu2 li#dropline a,
.flyout #menu2 li#flyout a,
.support #menu2 li#support a,
.contact #menu2 li#contact a
{background: url(curled.png) no-repeat right top; cursor:pointer; color:#9c1b3e;}

* html #menu2 li a:hover, 
* html #menu2 li a:active,
* html #menu2 li a:focus,
* html .home #menu2 li#home a,
* html .single #menu2 li#single a,
* html .dropdown #menu2 li#dropdown a,
* html .dropline #menu2 li#dropline a,
* html .flyout #menu2 li#flyout a,
* html .support #menu2 li#support a,
* html .contact #menu2 li#contact a
{background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='single_thirteen/curled.png', sizingMethod='scale');}

#menu2 li a:hover b,
#menu2 li a:active b,
#menu2 li a:focus b,
.home #menu2 li#home a b,
.single #menu2 li#single a b,
.dropdown #menu2 li#dropdown a b,
.dropline #menu2 li#dropline a b,
.flyout #menu2 li#flyout a b,
.support #menu2 li#support a b,
.contact #menu2 li#contact a b
{cursor:pointer;}
