/* ************************************************************************** */
/* * BASIS INSTELLINGEN HORIZONTAAL UL LI MENU MET VERTIKALE UITKLAP        * */
/* ************************************************************************** */

#showHdrMenu ul {
	margin: 0; padding: 0 !important;
	list-style: none !important;
	}
#showHdrMenu ul li {
	position: relative !important;
	float: left !important;
	}
* html #showHdrMenu ul li {
	width: 1px;
	}

/* ************************************************************************** */
/* * STYLING LOSSE MENU ITEMS LEVEL #1                                      * */
/* ************************************************************************** */

#showHdrMenu ul li a {
	display: block;
	text-decoration: none;
	color: #808080;
	padding: 0 0.5em;
	letter-spacing: 0.25em;
	line-height: 32px;
	font-size: 1em;
	text-transform: uppercase;
	}

	/* commented backslash mac hiding hack \*/ 
	* html #showHdrMenu ul li a {height:1%}
  	/* end hack */

#showHdrMenu li:hover a, #showHdrMenu li.over a {
	color: #171410;
	}


