
/* ================================================================ 
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 {width: 940px; height: 43px; padding:0; margin:0; list-style:none; position:relative; z-index:500; background: url(topnav/nav-bg.gif) no-repeat; font: normal 10px Verdana, Arial, Helvetica, sans-serif;}
#menu li {float:left; margin: 0;}
#menu li a {display:block; float:left; text-decoration:none;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
/* Style the list OR link hover. Depends on which browser is used */
#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:#c60;}
#menu li:hover {position:relative; z-index:200;}

#menu :hover ul {left:0; top:43px; width:210px;} /* First sub */

/* Keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left: 210px; top: 0; white-space:nowrap; width: 210px; z-index:200; height:auto;} 


#menu :hover ul li {margin: 0; border: 1px solid #a7c5e5; border-top: none;}

#menu :hover ul li a {width:210px; padding:0; text-indent:10px; background: #f1f8ff; color: #16436c; height: 20px; line-height: 20px;}
#menu :hover ul li a.fly {background: #f1f8ff url(topnav/right-arrow-active.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#00adef; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#00adef; color:#fff;}

#menu :hover ul li.currentsub a {background:#00adef; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#00adef url(topnav/right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width: 210px; padding:0; text-indent:10px; background: #f1f8ff; color: #16436c;}
#menu :hover ul :hover ul :hover {background-color:#00adef; color:#fff;}

#menu .sub-list-top {border-top: 1px solid #a7c5e5 !important;}

/* Nav Rollover Images */
#menu .home {background: url(topnav/nav-home.gif) no-repeat; width: 40px; height: 43px; text-indent: -9000px;}
#menu li:hover > a.home {background: url(topnav/nav-home-hov.gif) no-repeat; width: 40px; height: 43px;}

#menu .roses {background: url(topnav/nav-roses.gif) no-repeat; width: 66px; height: 43px; text-indent: -9000px;}
#menu li:hover > a.roses {background: url(topnav/nav-roses-hov.gif) no-repeat; width: 66px; height: 43px;}

#menu .carnations {background: url(topnav/nav-carnations.gif) no-repeat; width: 95px; height: 43px; text-indent: -9000px;}
#menu li:hover > a.carnations {background: url(topnav/nav-carnations-hov.gif) no-repeat; width: 95px; height: 43px;}

#menu .combopacks {background: url(topnav/nav-combopack.gif) no-repeat; width: 114px; height: 43px; text-indent: -9000px;}
#menu li:hover > a.combopacks {background: url(topnav/nav-combopack-hov.gif) no-repeat; width: 114px; height: 43px;}

#menu .bouquets {background: url(topnav/nav-bouquets.gif) no-repeat; width: 86px; height: 43px; text-indent: -9000px;}
#menu li:hover > a.bouquets {background: url(topnav/nav-bouquets-hov.gif) no-repeat; width: 86px; height: 43px;}

#menu .otherflowers {background: url(topnav/nav-other-flowers.gif) no-repeat; width: 114px; height: 43px; text-indent: -9000px;}
#menu li:hover > a.otherflowers {background: url(topnav/nav-other-flowers-hov.gif) no-repeat; width: 114px; height: 43px;}

#menu .occasions {background: url(topnav/nav-occasions.gif) no-repeat; width: 88px; height: 43px; text-indent: -9000px;}
#menu li:hover > a.occasions {background: url(topnav/nav-occasions-hov.gif) no-repeat; width: 88px; height: 43px;}

#menu .wedding {background: url(topnav/nav-wedding.gif) no-repeat; width: 113px; height: 43px; text-indent: -9000px;}
#menu li:hover > a.wedding {background: url(topnav/nav-wedding-hov.gif) no-repeat; width: 113px; height: 43px;}
