/*HORIZONTAL POP OUT MENU*/
#nav {
	height: 38px;
	margin: 0 auto;
	padding: 0px 0px 5px 0px;
	width: 900px;
	z-index: 800;}
#nav ul { /* remove bullets and list indents */
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	z-index: 998;}
#nav li{/* make the list elements a containing block for the nested lists */
	padding: 0px 0px;
	margin: 0px 7px 0px 7px;
	float: left;
	z-index: 998;
	position: relative;}
#nav li.menu-separator {
	background: url(../images/menu-separator.jpg) top center no-repeat !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	width: 3px;
	height: 30px;}
#nav li:hover.menu-separator {
	background: url(../images/menu-separator.jpg) top center no-repeat !important;}

#nav li li{/* make the list elements a containing block for the nested lists */
	position: relative;
	float: left;
	margin: 0px;
	width: 182px;
	padding: 0px 0px 0px 0px;
	/*background: #353c41;*/
	background: url(../images/nav-bg.png) top left repeat !important;
	z-index:998;}

/*STYLE COLOUR AND SIZE LEVEL 1 LINKS*/
#nav ul li a:link, 
#nav ul li a:visited, 
#nav ul li a:active {
	display: block;
	font-size: 14px;
	line-height: 27px;
	padding: 0px 13px 5px 13px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #737373;}
/*#nav ul li:hover,
#nav ul li.selected {
	background: url(../images/nav_right-side_hover.jpg) top right no-repeat;
	color: #ffffff !important;}*/
/*#nav ul li a:hover,
#nav ul li:hover a,
#nav ul li.selected a{
	color: #ffffff !important;
	background: url(../images/nav_left-side_hover.jpg) top left no-repeat;}*/



/*STYLE COLOUR AND SIZE LEVEL 2 LINKS*/
#nav ul ul li a:link, 
#nav ul ul li a:visited, 
#nav ul ul li a:active { 
	font: bold 10px Arial,Calibri,sans-serif;
	text-decoration: none; 
	display: block; 
	margin: 0px;
	padding: 6px 2px 6px 15px;
	width: auto;
	z-index: 998;
	color: #fff !important;
	background: none;}

#nav ul ul li a:hover {  
	color: #ff4747 !important;
	background-image: none;
	background-color: #333333;}
/*#nav ul ul li:hover {
	background-image: none;
	background-color: none;	}*/

/*POSITIONING THE POP OUTS*/
#nav ul ul {
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 990;
	top: 30px;
	left: 1px;
	width: 182px;
	background: none;}

#nav ul ul ul {
	position: absolute;
	z-index: 990;
	top: -1px;
	padding: 0px;
	margin: 0px;
	left: 182px; /* to position them to the right of their containing block */
	width: 182px; /* width is based on the containing block */}


/*HIDING & REVEALING 2 LEVEL USING :hover*/
div#nav ul ul, div#nav ul li:hover ul {
	display: none;}

div#nav ul li:hover ul, div#nav ul ul li:hover ul { 
	display: block;}

/*HIDING & REVEALING 3 LEVEL USING :hover*/
div#nav ul ul ul, div#nav ul ul li:hover ul ul {
	/*visibility: hidden;*/
	display: none !important;}

div#nav ul ul li:hover ul, div#nav ul ul ul li:hover ul {
	/*visibility: visible;*/
	display: block !important;
	width: 182px;}




#nav-home {
	background: url(../images/nav-home.jpg) top right no-repeat;
	width: 63px;}
#nav-home:hover {
	background: url(../images/nav-home-hover.jpg) top right no-repeat;}
.nav-home-hover {
	background: url(../images/nav-home-hover.jpg) top right no-repeat !important;}

#nav-aboutus {
	background: url(../images/nav-aboutus.jpg) top right no-repeat;
	width: 76px;}
#nav-aboutus:hover {
	background: url(../images/nav-aboutus-hover.jpg) top right no-repeat;}
.nav-aboutus-hover {
	background: url(../images/nav-aboutus-hover.jpg) top right no-repeat !important;}

#nav-products {
	background: url(../images/nav-products.jpg) top right no-repeat;
	width: 76px;}
#nav-products:hover {
	background: url(../images/nav-products-hover.jpg) top right no-repeat;}
.nav-products-hover {
	background: url(../images/nav-products-hover.jpg) top right no-repeat !important;}

#nav-shortlist {
	background: url(../images/nav-shortlist.jpg) top right no-repeat;
	width: 91px;}
#nav-shortlist:hover {
	background: url(../images/nav-shortlist-hover.jpg) top right no-repeat;}
.nav-shortlist-hover {
	background: url(../images/nav-shortlist-hover.jpg) top right no-repeat !important;}

#nav-contactus {
	background: url(../images/nav-contactus.jpg) top right no-repeat;
	width: 84px;}
#nav-contactus:hover {
	background: url(../images/nav-contactus-hover.jpg) top right no-repeat;}
.nav-contactus-hover {
	background: url(../images/nav-contactus-hover.jpg) top right no-repeat !important;}