/*
		File: 	nav_horizontal.css
		Auth:	Creativeink Design Group | web@creativeink.ca
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/*---------------------------------------------------------------------------- 
 HORIZONTAL NAVIGATION SETUP
-----------------------------------------------------------------------------*/
#navH_wrapper {		
	display:block;
	float:left;
	margin:0 auto;
	width:100%;
}
div.menuH_style {
	width:100%;
}
div.menuH_style ul {
	list-style:none;
	margin:0;
}
div.menuH_style li {
	margin:0;
	float:left;
	position:relative;
}
#navH_wrapper a {
	display:block;												
}
#navH_wrapper ul li {
	padding-left:0px; /* DISABLE LI PADDING (font.css) (*/
}
#navH_wrapper ul li, #navH_wrapper ul ul li, #navH_wrapper ul ul ul li {
	background-image:none; /* DISABLE LI ICON */
}
#navH_wrapper ul ul {
	display:none;
	position:absolute;
	left:0px;
	float:left;
}
#navH_wrapper ul ul li {
	max-height:none;
	min-width:100% !important; /* ALL SAME WIDTH */
	width:auto !important;
	height:auto !important;
	white-space: nowrap; /* TEXT IN SAME LINE */
}
#navH_wrapper ul ul ul {
	left:100%; /* AUTO LEFT */
	top:0; /* AUTO TOP */
}
#navH_wrapper ul ul a {
	width:auto !important;
	height:auto !important;							
}
#navH_wrapper ul li:hover > ul {
	display:block !important;
	height:auto !important;
}

#navH_wrapper ul ul,
* #navH_wrapper ul li:hover, /* IE 7 */
* #navH_wrapper ul li:hover > ul,
* #navH_wrapper ul li:hover > li { z-index:2147483647 !important; } /* Z-INDEX SUB */