/* CSS Document */
#menu_hor, #menu_hor ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu_hor li {
	float:left;
	position:relative;
	line-height:33px;
	min-width:13em;  
	_width:13em;
}
#menu_hor li ul {
	position:absolute;
	margin-top:0em; /*-1em*/
	margin-left:0em; /*.5em*//* for IE */
	line-height:16px;
	display:none;
	font-size:10px;
}
#menu_hor ul li ul {
	margin-top:-2.2em; /*-3em*/
	margin-left:12.9em; /*7em*/
}
#menu_hor li ul li { /*FOR IE 7*/
clear:left;
line-height:2em;
width:130px;
}
/* ******************************************************************* */
/* SHOW SUBMENU  1 */
#menu_hor li:hover ul, #menu_hor li.over ul {
	display:block;
}
#menu_hor li:hover ul ul, #menu_hor li.over ul ul {
	display:none;
}
/* SHOW SUBMENU  2 */
#menu_hor ul li:hover ul, #menu_hor ul li.over ul {
	display:block;
}
/* ******************************************************************* */
/* STYLING UP THE LINKS */
#menu_hor a {
	display:block;
	background-color:#b48757;
	background-image:url("./images/menu_bg.png");
	background-position:left center;
	background-repeat:repeat-x;
	color:white;
	text-decoration:none;
	padding:0 10px;
}
#menu_hor a:hover {
	background:#f0bd58;
	color:black;
  }
#menu_hor a:visited
  {
  color:white;
  }
#menu_hor ul {
	border-top:1px solid #fff;
}
#menu_hor ul a {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	background-image:none;
	background-color:#b48757;
}

/* ******************************************************************* */

#menu_hor {
	z-index:1;
}
#menu_hor ul {
	z-index:2;
}
#menu_hor ul ul {
	z-index:3;
}

/* ******************************************************************* */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */