/* CSS Document */
 
/* Begin CSS Drop Down Menu */

#menu-container
	{
	position: absolute;
	height: 29px;
	background-image: url(images/main-nav-bkgd.jpg);
	width: 900px;
	left: -1px;
	top: 242px;
	border: 1px #fff solid;
	}

#menu
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	}
		
#menu a
	{
	text-align: center;
	display: block;
	border: none;
	white-space: nowrap;
	padding: 5px;
	}
	
#menu a, #menu a:visited	/* menu at rest */
	{
	text-decoration: none;
	height: 19px;
	}
	
#menu a:hover	/* menu at mouse-over  */
	{
	color: #FF6600;
	background-image: url(images/main-nav-bkgd-roll.jpg);
	}	
			
#menu a.top_parent, #menu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#menu a.parent, #menu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menu ul
	{
	list-style: none;
	float: left;
	width: 100px;	/* width of all menu boxes */
	}

#menu li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menu ul ul ul
	{
	top:0;
	left: 136px; /* parent_products_drop position */
	width: 243px; /* parent_products property */
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#secondary-menu ul 
	{
	list-style: none;
	text-transform: uppercase;
	width: 330px;
	float: left;
	}

#secondary-menu ul li 
	{float: left;}

#secondary-menu ul a 
	{
	background: url(images/main-nav-bkgd.jpg) repeat-x top left;
	padding: 0 16px;
	line-height: 30px;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	float: left; /* for macIE5.x */
	}

#secondary-menu ul a:hover 
	{
	background: url(images/main-nav-bkgd-roll.jpg) repeat-x top left;
	color: #f60;
	}

/* MENU FORMATS */
#menu a.top_parent  /* property for home button */
	{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	height: 20px;
	}

#menu a.top_parent:hover, 
#menu a.top_parent_products:hover
	{color: #f60;}
	
#menu a.top_parent_products  /* property for products button */
	{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: -3px;
	color: #fff;
	}
	
#menu a.top_parent_products:hover 
	{
	border-left: 1px #98c2ea solid;
	border-right: 1px #98c2ea solid;
	}

#menu a.parent_products,
#menu a.parent_products:visited, 
#menu a.parent_products_function, 
#menu a.parent_products_function:visited 
	{
	width: 125px;
	text-align: left;
	text-indent: 4px;
	font-weight: bold;
	background-image: none;
	background-color: #F6FAFD;
	color: #777;
	border-left: 1px #98c2ea solid;
	border-right: 1px #98c2ea solid;
	}

#menu a.parent_products_function, #menu a.parent_products_function:visited {
	border-bottom: 1px #98c2ea solid;
}

#menu a.parent_products:hover, #menu a.parent_products_function:hover {
	background-color: #EEE;
	color: #FF6600;	
}

#menu a.parent_products_drop,
#menu a.parent_products_drop:hover,
#menu a.parent_products_drop_top, 
#menu a.parent_products_drop_top:hover,
#menu a.parent_products_drop_bottom, 
#menu a.parent_products_drop_bottom:hover
	{
	text-align: left;
	text-indent: 2px;
	background-color: #EEE;
	color: #777;
	border-left: 1px #98c2ea solid;
	border-right: 1px #98c2ea solid;
	}

#menu a.parent_products_drop:hover 
	{
	background-image: none;
	background-color: #ddd;
	color: #FF6600;
	}

#menu a.parent_products_drop_top, #menu a.parent_products_drop_top:hover 
	{border-top: 1px #98c2ea solid;}
	
#menu a.parent_products_drop_bottom, #menu a.parent_products_drop_bottom:hover 
	{border-bottom: 1px #98c2ea solid;}

#menu a.parent_products_drop_top:hover, #menu a.parent_products_drop_bottom:hover
	{
	background-image: none;
	background-color: #ddd;
	color: #FF6600;
	}

#menu a.parent_products_dropAX,
#menu a.parent_products_dropAX:visited,
#menu a.parent_products_drop2, 
#menu a.parent_products_drop2:visited, 
#menu a.parent_products_drop_bottom2, 
#menu a.parent_products_drop_bottom2:visited
	{
	text-align: left;
	text-indent: 2px;
	left: -4px;
	width: 175px;
	background-color: #EEE;
	color: #777;
	border-left: 1px #98c2ea solid;
	border-right: 1px #98c2ea solid;
	}

#menu a.parent_products_drop_top2, 
#menu a.parent_products_drop_top2:visited
	{
	text-align: left;
	text-indent: 2px;
	left: -4px;
	width: 180px;
	background-color: #EEE;
	color: #777;
	border: 1px #98c2ea solid;
	}

#menu a.parent_products_drop_top2, #menu a.parent_products_drop_top2:visited 
	{border-top: 1px #98c2ea solid;}

#menu a.parent_products_drop_bottom2, #menu a.parent_products_drop_bottom2:visited 
	{border-bottom: 1px #98c2ea solid;}

#menu a.parent_products_drop3, 
#menu a.parent_products_drop3:visited, 
#menu a.parent_products_drop_top3, 
#menu a.parent_products_drop_top3:visited, 
#menu a.parent_products_drop_bottom3, 
#menu a.parent_products_drop_bottom3:visited
	{
	text-align: left;
	text-indent: 2px;
	left: -4px;
	width: 170px;
	background-color: #EEE;
	color: #777;
	border-left: 1px #98c2ea solid;
	border-right: 1px #98c2ea solid;
	}

#menu a.parent_products_drop_top2, #menu a.parent_products_drop_top2:visited, #menu a.parent_products_drop_top3, #menu a.parent_products_drop_top3:visited 
	{border-top: 1px #98c2ea solid;}

#menu a.parent_products_drop_bottom2, #menu a.parent_products_drop_bottom2:visited, #menu a.parent_products_drop_bottom3, #menu a.parent_products_drop_bottom3:visited  
	{border-bottom: 1px #98c2ea solid;}

#menu a.parent_products_dropAX:hover,
#menu a.parent_products_drop2:hover, 
#menu a.parent_products_drop_top2:hover, 
#menu a.parent_products_drop_bottom2:hover,
#menu a.parent_products_drop3:hover, 
#menu a.parent_products_drop_top3:hover, 
#menu a.parent_products_drop_bottom3:hover 
	{
	background-image: none;
	background-color: #ddd;
	color: #FF6600;
	}

#menu a.parent_products_dropAX,
#menu a.parent_products_dropAX:visited
	{border: 1px #98c2ea solid;
	width: 145px;
	height: 18px;}
	