/* 
 *	Horizontal, top-2-bottom
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2004 - Aleksandar Vacic, www.aplus.co.yu
 * Some rights reserved, http://creativecommons.org/licenses/by/2.0/
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */

/*		------	Basic style	------		*/

#menu {
	display: block;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#menu a {
	display: block;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Clear-fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#menuWrapper {
	position:relative;
	zfloat:left;
	left:70px;
	width:660px;
	z-index:100;
	zdisplay:inline;
	height:30px;
	}

	
#menu {
	position: relative;
	width: 100%;
	float: left;
	z-index:100;
	}	


#menu li {
	color: transparent;
	}
	
#menu li {
	margin-top: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	}

#menu a {
	font: 10px Verdana, Tahoma, Arial, Helvetica;
	display:block;
	text-transform:none;
	width:145px;
	}

#menu ul ul {
	padding: 0 0 0 0 !important;
	}		

#menu li li {
	background: #fff;
	}

#menu li#companyinfo a {
	width:102px; height:30px;
	background: transparent top left no-repeat url(../images/nav/company_info_link.png);
	}
	
#menu li#productrange a {
	width:107px; height:30px;
	background: transparent top left no-repeat url(../images/nav/productrange_link.png);
	}
	
#menu li#applications a {
	width:100px; height:30px;
	background: transparent top left no-repeat url(../images/nav/applications_link.png);
	}
	
#menu li#deliveries_collections a {
	width:163px; height:30px;
	background: transparent top left no-repeat url(../images/nav/deliver_coll_link.png);
	}

#menu li#safety a {
	width:62px; height:30px;
	background: transparent top left no-repeat url(../images/nav/safety_link.png);
	}
	
#menu li#faq a {
	width:41px; height:30px;
	background: transparent top left no-repeat url(../images/nav/faq_link.png);
	}
	
#menu li#contact a {
	width:85px; height:30px;
	background: transparent top left no-repeat url(../images/nav/contact_us_link.png);
	}

#menu li:hover {
	background-position: left bottom !important;
	}

.primNav img {
	display: block;
	}
	
#menu ul#productsinfo li {
	width:146px;
	height: 19px;
	background:	transparent top left no-repeat url(../images/nav/li_bg.png);
	}
	
.last_bg {
	background: transparent top left no-repeat url(../images/nav/last_bg.png) !important;
	}

#menu ul#productsinfo li a {
	width:160px;
	padding-left: 5px !important; 
	height:16px;
	padding-top:2px;
	}
	
.no_bg {
	background: none !important;
	}
	
.top {
	height:15px !important;
	}
	
.bottom {
	height:5px;
	}
	
	
* html #menu ul#productsinfo li a {
	margin-left:1px !important;
	}
	
#menu ul#productsinfo {
	width:145px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
#menu ul#productsinfo li a:hover {
	color: #BC1518;
	text-decoration: none;
	}

	
a.imagelink {
	display:block !important;
	background-image:none !important;
	}
	
a.imagelink img {
	border:none !important;
	}


