/**
  * HakaWorld - General Menu Style
  * Author: Medeea WebWorks - http://www.medeeaweb.com
  */
  
.h_menu {
	display:block;
	padding:0px;
	margin:0px;
	font-size:12px;
	height:28px;
	vertical-align:top;
	z-index:10;
}

.h_menu .item1,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
    display: block;
	white-space: nowrap;
	position: relative;
	padding:9px 24px 8px 24px;
	font-weight:normal;
	color:#007DC3;
	text-decoration:none;
	background:#FFFFFF url(img/menu_hover.gif) repeat-x left top;
}
.h_menu .item1 {
	background:#FFFFFF url(img/menu_bg.gif) repeat-x left top;
	color:#636363;
 }
 
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	padding:5px 20px 4px 20px;
	color:#636363;
	background-color:#DEDFE1;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-size: 12px;
	text-align: left;
}
.h_menu .item2 {
	color: #007DC3;
	text-decoration: none;
	z-index: 1000;
	background-color: #F3F3F5;
}

.h_menu .arrow,
.h_menu .arrow:hover {
    padding: 7px 5px 6px 5px;
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    top: 1px;
    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 */