﻿#multi-level {
	background: #000000;
	height: 39px;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0px; margin:0px; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display: block;float: left; position:static}

/* Default top link link styling */
.menu li.top a.top_link {
	display: block;
	float: left;
	height: 35px;
	padding-top: 9px;
	text-decoration: none;
}
.menu li.top a span {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* pre-load the hover images into the lists */
.menu li.p1 {width:125px; background:url(../Images/Menu/MenuButton-MainOver125.gif) no-repeat;;}
.menu li.p2 {width:125px; background:url(../Images/Menu/MenuButton-MainOver125.gif) no-repeat;;}
.menu li.p3 {width:200px; background:url(../Images/Menu/MenuButton-MainOver200.gif) no-repeat;;}
.menu li.p4 {width:150px; background:url(../Images/Menu/MenuButton-MainOver150.gif) no-repeat;;}
.menu li.p5 {width:200px; background:url(../Images/Menu/MenuButton-MainOver200.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:125px; background:url(../Images/Menu/MenuButton-Main125.gif) no-repeat;}
.menu li a#products {width:125px; background:url(../Images/Menu/MenuButton-Main125.gif) no-repeat;}
.menu li a#estimate {width:200px; background:url(../Images/Menu/MenuButton-Main200.gif) no-repeat;}
.menu li a#projectphoto {width:150px; background:url(../Images/Menu/MenuButton-Main150.gif) no-repeat;}
.menu li a#help {width:200px; background:url(../Images/Menu/MenuButton-Main200.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#estimate:hover, .menu li:hover a#estimate,
.menu li a#projectphoto:hover, .menu li:hover a#projectphoto,
.menu li a#help:hover, .menu li:hover a#help,
.menu li a#privacy:hover, .menu li:hover a#privacy {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;
}

/* set up the first level drop down sub level */

/* products */
.menu :hover ul.subProducts {
	left: 2px;
	top: 35px;
	background: #fff;
	border: 1px #9ADDB0 solid;
	white-space: nowrap;
	width: 118px;
	height: auto;
}
.menu :hover ul.subProducts li {
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:100px;
}
.menu :hover ul.subProducts li a {
	display:block; 
	font-size:12px;
	font-weight:bold;
	height:20px; 
	width:112px; 
	line-height:20px; 
	color:#000; 
	text-decoration:none; 
	border:3px solid #fff; 
	border-width:0 0 0 3px;}
	
.menu :hover ul.subProducts li a:hover {
	background: #9ADDB0;
}

/* information help center */
.menu :hover ul.subInformation {
	left: 2px;
	top: 35px;
	background: #fff;
	border: 1px #9ADDB0 solid;
	white-space: nowrap;
	width: 193px;
	height: auto;
}
.menu :hover ul.subInforamtion li {
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:100px;
}
.menu :hover ul.subInformation li a {
	display:block; 
	font-size:12px;
	font-weight:bold;
	height:20px; 
	width:175px; 
	line-height:20px; 
	color:#000; 
	text-decoration:none; 
	border:3px solid #fff; 
	border-width:0 0 0 3px;}
	
.menu :hover ul.subInformation li a:hover {
	background: #9ADDB0;
}

/* set up the flyout levels when hovering */
.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: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

