/* ================================================================ 
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/image_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.
=================================================================== */

#multi-level {
	height: 30px; 
	position:relative; 
	z-index:100; 
	float: left; 
	width:685px; 
	
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */

.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif; font-size:12px;}

/* Set up the size of the list items and float left to place inline */
.menu li.top {display:block; float:right; 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; 
	/*width: 100px; */
	float:left; 
	height:20px; 
	line-height:20px; 
	text-decoration:none; 
	text-align: center;
	color:#767676; 
	margin-left:8px;
	margin-right:9px;
	_margin-left:4px;
	_margin-right:4px;
	padding-left:5px;
	padding-right:5px;
	font-size: 12px;
	margin-top:10px;
	_margin-top:35px;
	
}

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

/* Style the top level links */
.menu li.top a.top_link:hover,
.menu li.top:hover a.top_link {background-color:#ff0029; color: #FFFFFF;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu 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;}

/* Style the drop down sub level links */
.menu :hover ul.sub {
	left:0; 
	top:29px;
	text-align:left;
	white-space:nowrap; 
	width:110px; 
	line-height:20px; 
	height:auto;
	background-color:#FFFFFF;
	left:8px;
	_left:0px;
	_margin-top:-10px;
	padding-left:5px;
	padding-right:6px;
	/*filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;*/

}
.menu :hover ul.sub li {
	display:block; 
	float:left; 
	
	/*background-repeat: no-repeat;*/
}
.menu :hover ul.sub li a {
	display:block; 
	float:left; 
	height:20px; 
	width:110px; 
	line-height:20px; 
	text-decoration:none; 
	padding:0;
	color: #000000;
	
}

/* All this lot is for IE6, believe it or not, to style the fly outs */
.menu :hover ul.sub li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover{
	color: #FFFFFF;
	background-color:#ff0029;
	padding-left:5px;
	padding-right:6px;
	margin-left:-5px;
	

}

.menu :hover ul.sub li a:hover span
{color:#000000;}


/* Position the flyouts */
.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:107px; top:0; padding:5px 5px 5px 0; white-space:nowrap; width:120px; z-index:200; height:auto;}

#menu{
	margin-top:46px;
	_margin-top:20px;
	
}

/***** Products ***/
