@charset "UTF-8";

#hmenu {
	margin-left:5%;
	z-index:100;
	padding-top:10px;
	}
#hmenu li ul {
	padding-top: 2px;
	}
#hmenu li li {
	margin-left: 2px;
	}
	
#hmenu li {
	position: relative;
	float: left;
	/* higher priority than the vertical menu below: */
	z-index:200;
	width:130px;
	height: 30px;
	display: block;
	text-align: center;
	margin-left: 0;
	text-decoration: none;
	color: #FFF;
	}

#hmenu li a:link	{
	display: block;
	color: #FFF;
	text-decoration: none;
	}

#hmenu li a:visited, #hmenu li a:focus, 
#hmenu li a:active, #hmenu li a:hover {
	display: block;
	color: #FFF;
	text-decoration: none;
	}

	/* changes the colors by hover the links 
	inside the list-link items (li a:): */
#hmenu li a:active {height: 28px}

.hor span	{
	display: block;
	background:url(../images/arrow-down.png) no-repeat right;
	margin-right: 5px;
	}

#current_h span	{
	display: block;
	}

	/*-- to hide the drop-down-links while non hover --*/ 
#hmenu ul ul	{
	position: absolute;
	font: 12px verdana,helvetica,sans-serif;
	margin-left: -3px;
	/* to hide the sub items: 
	display: none; */
	visibility: hidden;
	}
	/*-- to let appear the dropdown links while hover --*/ 
#hmenu ul ul li	{
	margin-top:3px;
}
#hmenu ul li:hover ul	{
	visibility:visible;
	z-index:300;
	}
/* HORIZONTAL MENU end  */


