/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {float:right; position:relative; top:7px;}
.menu, .menu ul {list-style-type:none; padding:0; margin:0;}

/* Set up the size of the list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
.menu li.top a.top_link {display:block; float:left; height:29px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;}

/* pre-load the hover images */
.menu li.p1 {width:89px; background:url(../images/menu_dn_06.gif) no-repeat;;}
.menu li.p2 {width:87px; background:url(../images/menu_dn_08.gif) no-repeat;;}
.menu li.p3 {width:82px; background:url(../images/menu_dn_10.gif) no-repeat;;}
.menu li.p4 {width:127px; background:url(../images/menu_dn_12.gif) no-repeat;;}
.menu li.p5 {width:103px; background:url(../images/menu_dn_14.gif) no-repeat;;}


.menu li a#home {width:89px; background:url(../images/menu_up_06.gif) no-repeat;}
.menu li a#about {width:87px; background:url(../images/menu_up_08.gif) no-repeat;}
.menu li a#products {width:82px; background:url(../images/menu_up_10.gif) no-repeat;}
.menu li a#stories {width:127px; background:url(../images/menu_up_12.gif) no-repeat;}
.menu li a#contact {width:103px; background:url(../images/menu_up_14.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu li a#home:hover, .menu li:hover a#home,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#stories:hover, .menu li:hover a#stories,
.menu li a#contact:hover, .menu li:hover a#contact
{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

.menu :hover ul.sub {left:0; top:29px; background: #ed1d24; padding:3px 0; border:none; white-space:nowrap; width:87px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:87px;}
.menu :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:87px;
	line-height:20px;
	text-indent:5px;
	color:#FFF;
	text-decoration:none;
	border:none;
}
.menu :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {
	background:#ed1d24;
	color:#3E4697;
}
.menu :hover ul.sub li a.fly:hover {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #ed1d24; padding:3px 0; border:none; white-space:nowrap; width:87px; z-index:200; height:auto;}
