/* ================================================================ 
Legacy code ...
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
=================================================================== */

#menu {
	float:left;
	width:190px;
	background-color:#fff;
	background:url('images/menu/menu-left.png') top left no-repeat  !important; 
	background-image:url('images/menu/menu-left.jpg'); 
	margin:0;
	padding:0 0 40px 0;
}

/* #menu #millenium { position:relative; z-index:6; left: 16px; top:-4px; outline:none; } */
#menu #millennium-indoor { position:relative; z-index:15; left: 16px; top:-15px; width: 140px; height: 59px;  outline:none; }
#menu #millennium-outdoor { position:relative; z-index:14; left: 16px; top:-25px; width: 140px; height: 59px;  outline:none; }
/* #menu #apollo { position:relative; z-index:0; left: 12px; top: 5px; width: 140px; height: 59px;  outline:none; } */
#menu #illuminations { position:relative; z-index:13; left: 16px; top:-25px;outline:none;}
#menu #traditions { position:relative; z-index:12; left: 16px; top: -40px; outline:none; }
#menu #panels { position:relative; z-index:11; left: 16px; top: -53px;   outline:none;}
#menu #tandt { position:relative; z-index:10; left: 16px; top: -64px;  outline:none; }

#menu #brochure { position:relative; z-index:0; left:4px; top: -12px; outline:none; }
#menu #design-center { position:relative; z-index:0; left:4px; top: -6px;  outline:none; }
#menu #deck-of-the-month { position:relative; z-index:0; left:4px; top: 4px;  outline:none;}
#menu #paypal-verified { position:relative; z-index:0; left:25px; top: 10px;  outline:none;}



/* Left Column Menu */

#menu .menu {
	height:61px;
	font-size:90%;
	margin:25px 0 0 0; /* IE6 */
}

/* remove all the bullets, borders and padding from the default list styling */
#menu .menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:196px;
}
/* style the list items */
#menu .menu li {
background:transparent url(images/menu//opaque.png);
height:25px;
/* for IE7 */
float:left;
font-family: Tahoma;
font-size: 12px;
font-weight:bolder;
}
#menu .menu li.sub {background: url(images/menu/transparent.gif) no-repeat right center; text-align:left;}

/* get rid of the table  */ 
#menu .menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;} 


/* style the links */
#menu .menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:195px;
background:transparent;
color:#000;
text-indent:5px;
border:0px solid #EDE3EE;  /* pref fff */
border-width:0 1px 1px 1px;
font-family: Tahoma;
font-size: 12px;
font-weight:bolder;
}

/* hack for IE5.5 */
* html #menu .menu a, * html  #menu .menu a:visited {width:170px; w\idth:169px;}


/* style the link hover */
#menu .menu a:hover {
	background:transparent;
	color:#000; 
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bolder; 
	position:relative;
	
}

#menu .menu ul li.sub  a, #menu .menu ul  li.sub a:visited {
	border: 0px;
	background:transparent;
}

#menu .menu ul li.sub a:hover {
	border: 0px;
	background: transparent; 	/* prev #fff */
}

#menu .menu ul li.sub ul a, #menu .menu ul  li.sub ul a:visited, #menu .menu ul li.sub ul a:hover {
	border:0px solid #EDE3EE;  /* pref fff */
	border-width:0 1px 1px 1px;
}

#menu .menu ul li.sub ul a:hover {
	background: #E7DBE7; 	/* prev #fff */
}


#menu .menu li:hover {
	position:relative;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bolder; 
	
}

/* For accessibility of the top level menu when tabbing */
#menu .menu a:active, #menu .menu a:focus {
	color:#000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bolder; 
	background:#fff;
	
	
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
#menu .menu li:hover > a {
	color:#000;
	text-decoration:underline; 
	background: #E7DBE7; 	/* prev #fff */
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bolder;
	
}

#menu .menu li.sub a:hover {
	/* background:transparent; */
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu .menu li ul {
visibility:hidden;
position:absolute;
top:11px;
/* set up the overlap (minus the overrun) */
left:70px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(../images/framework/menu/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
#menu .menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
#menu .menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#menu .menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#menu .menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
#menu .menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
#menu .menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
#menu .menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#menu .menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


