.h_menu {
	font: 11px verdana;
	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:Arial, Helvetica, sans-serif;
	padding:7px 8px 7px 8px;
    font-size:13px;
	font-weight:normal;
	color:#808285;
	background:#DADBDD;
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
	margin:0px 5px;
}
.h_menu .item1 {
    text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding:5px 7px 4px 7px;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px 13px 7px 13px;
    font-size:13px;
	font-weight:normal;
	color:#808285;
	background-image:none;
 }
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	padding:10px 14px 11px 14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:10px 14px 11px 14px;
	
	padding: 8px 24px 8px 14px;
	color:#5276B5;
	background-color: #336AA0;
	
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
  
}
.h_menu .item2 {
   
	color: #555958;
	text-decoration: none;
	z-index: 1000;
	background-color: #F6F6F6;
}

.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 */