/**
  * HakaWorld - General Menu Style
  * Author: Medeea WebWorks - http://www.medeeaweb.com
  */
  
.h_menu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
    display: block;
	white-space: nowrap;
	position: relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 17px 10px 17px;
    font-size:15px;
	font-weight:normal;
	color:#FFFFFF;
	background:url(img/menu_bg_hover.gif);
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
}
.h_menu .item1 {
    text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 17px 10px 17px;
    font-size:15px;
	font-weight:normal;
	color:#FFFFFF;
 }
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	padding:3px 17px 2px 17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#C2C2C2;
	background-color:#302509;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-size: 15px;
	text-align: left;
}
.h_menu .item2 {
	color: #FFFFFF;
	text-decoration: none;
	z-index: 1000;
	background-color: #302509;
}

.h_menu .arrow,
.h_menu .arrow:hover {
    padding: 7px 5px 6px 5px;
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    top: 4px;
    right: 3px;
    border: 0;
}
.h_menu .section {
    border: 0px;
	margin:0px;
	position: absolute;
    visibility: hidden;
    z-index: -1;
}

.h_menu .bottom,
.h_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix */
