/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#menu {width: auto;display:block;clear:both;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 27px;
	padding:0;
	margin: 0 auto;
	text-align: center;
}
#nav ul {
	list-style-type: none; 
	margin: 0 auto; 
	padding: 0; 
	text-transform: uppercase;
	width: 604px;
	z-index:999;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 13px 0; height: 1px;margin: 0; color: #fff; text-decoration: none;}

#nav ul li a em {display:none;}
#nav ul li ul li a em {display:block; font-style: normal;}

#nav ul li a.m1{background: url(../images/menu/home.gif) no-repeat 0 0;width:77px;}
#nav ul li a.m3{background: url(../images/menu/about-us.gif) no-repeat 0 0;width:97px;}
#nav ul li a.m4{background: url(../images/menu/our-products.gif) no-repeat 0 0;width:114px;}
#nav ul li a.m27{background: url(../images/menu/shop-now.gif) no-repeat 0 0;width:99px;}
#nav ul li a.m7{background: url(../images/menu/photo-gallery.gif) no-repeat 0 0;width:119px;}
#nav ul li a.m8{background: url(../images/menu/contact-us.gif) no-repeat 0 0;width:98px;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 11em; margin: 0; display: none; text-transform: none; border-top: 0; font-size: 11px; z-index:999;}
*+html #nav .menu li ul {left: 0; top: 27px;z-index:999;}
#nav .menu li ul li {width: 11em; text-align: left; font-weight: normal; margin: 0; padding: 0;z-index:999;}
#nav .menu li ul a {width: 10.9em; display: block;padding: 5px 0 7px 6px;margin: 0;height: 8px; background: #b3a8f6; color: #fff;  border: 0px solid #beb4f8; border-bottom-width:1px; line-height: 11px;z-index:999;}



/* 2nd Child link hover */
#nav .menu li ul a:hover{color: #4b4c4d; background: #8172d9; border: 0px solid #beb4f8; border-bottom-width:1px; color:#fff;z-index:999;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ display:none; width: 11.5em; padding: .6em .1em .6em .4em; background: #b3a8f6;  color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
