/*/////////////////////////WHOLE NAV BAR////////////////////////*/
.lhmenu {
	margin:0px;
	padding:0px;
	height: 28px;
	background-color: #362f23;
	}


/*////////////////////NAVBAR LIST - BACKGROUNG-ETC///////////////*/
.lhmenu li {
	float:left;
	list-style:none;
	background-image: url(../images/seperator.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}

/*////////////////////NAVBAR TEXT - BACKGROUNG-ETC///////////////*/
.lhmenu li a {
	display:block;
	text-align: left;
	text-decoration:none;
	padding-right: 20px;
	padding-left: 20px;
	font-size:1.1em;
	font-weight:normal;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #cdc6c0;
	line-height: 28px;
	margin-top: auto;
	margin-bottom: auto;
		}


/*///////////////////////NAVBAR MOUSEOVER/////////////////////////*/
.lhmenu li a:hover {
	background: #cdc6c0;
	color:#362F23;
	   }
	   

/*/////////////////////MAKES LEVELS VISIBILE//////////////////////*/
.lhmenu li:hover > ul {
	visibility:visible;
	}

.lhmenu :hover > a {
	color:#362f23; 
	background:#cdc6c0;	
		
		}	
	
/*////////////FIRST LEVEL BACKGROUND- BACKGROUNG-BOX-ETC///////////*/

.lhmenu ul {
	background-color:#cdc6c0;
	margin:0px;
	position:absolute;
	visibility:hidden;
	z-index:598;
	display: block;
	padding: 0px;
}
	
/*///////FIRST LEVEL TEXT-LINKS - BACKGROUNG-BOX-ETC/////////*/   
.lhmenu ul li a{
	color:#362f23;
	display:block;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	margin:10px;
	line-height: 22px;	
}

/*FIRST */  
.lhmenu li:hover {
	position:relative;
	width:auto;
	z-index:599;
		}

/*//////////////FIRST LEVEL- MAKES INTO BLOCK////////////*/  
.lhmenu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;

	}

/*/////////////FIRST LEVEL MOUSE OVERK//////////////////*/ 
.lhmenu li ul a:hover {
	background:#362F23;
	color:#cdc6c0;
	text-decoration:none;
	}


/*///////////SECOND LEVEL BACKGROUND////////////////////*/
.lhmenu ul ul {
	width:100%;
	left:100%;
	top:-10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #b1aba7;
	
}

li.list1 a  {
	background-image: url(../images/seperator.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.list1 ul{
	width:170px;

}

.list2 ul{
	width:230px;
}

.list3 ul{
	width:160px;
}

.list6 ul{
	width:150px;
}

.lhmenu li.list6 {
	background-image:none;
}

.lhmenu li ul ul:hover > ul {
	visibility:visible;
}


li#current a {
	background-color: #cdc6c0;
	color: #362f23;
}

li#current ul li a:hover{
	background:#362F23;
	color:#cdc6c0;
	text-decoration:none;
	
}

/*///////////////////PRODUCT SEARCH BAR////////////////////////*/

#productsearchmenu {
	float: right;
	width: 170px;
	
	}

.productsearch {
	margin:0px;
	padding:0px;
	height: 18px;
	background-color: #676057;

	}

.productsearch li {
	float:left;
	list-style:none;
	background-image: url(../images/productsearchbkgbtn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:14px;
	}

.productsearch li a {
	display:block;
	text-align: left;
	text-decoration:none;
	padding-left: 30px;
	font-size:.9em;
	font-weight:normal;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #cdc6c0;
	line-height: 18px;
	margin-top: auto;
	margin-bottom: auto;
	
		}


.productsearch li:hover > ul {
	visibility:visible;
	}


.productsearch ul {
	background-color:#676057;
	margin:0px;
	position:absolute;
	visibility:hidden;
	z-index:598;
	display: block;
	width:170px;
	height:195px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: auto;
	left: 0px;
	top: 18px;
}
	

.productsearch ul li a{
	color:#cdc6c0;
	display:block;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-transform:uppercase;
}

  
.productsearch li:hover {
	position:relative;
	z-index:599;
	
		}


.productsearch li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	background-image:none;

	}

.productsearch li ul a:hover {
	text-decoration:underline;
	
	}



li.productsearchdrop  {
	width:170px;
	
	
}

	
#wrapper #header #productsearchmenu .productsearch .productsearchdrop ul .productsearchttiles {
	display:block;
	font-size:.9em;
	font-weight:normal;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color:#cdc6c0;
	background-color:#362f23;
	padding: 5px 10px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 2px;
	margin-top: 2px;
	line-height: 1.3em;
		
}

.productsearchdrop .text {
	padding-left: 25px;
	line-height:18px;
}
