#header-menu{
	width: 100%;
	height: 56px;
	background: url("/images/header-menu-bg.gif") repeat-x top left;
}

#header-menu td{
	vertical-align: middle;
	color: #FFB400;
	text-align: center;
}

.header-menu-item{
	width: 10em;
}

.header-menu-item div{
	font-size: 1.25em;
	padding-top: 0.2em;
	font-weight: bolder;
}

.header-menu-item div div{
	font-size: smaller;
	padding-top: 0;
	font-weight: normal;
} 

* html #header-menu td{
	behavior: url("/iepngfix.htc");
}

#header-menu td a{
	color: #FFB400;
	text-decoration: none;
}

#header-menu td a:hover{
	color: #F70;
}

#header-menu td.header-menu-splitter{
	width: 59px;
}

#header-menu td div{
	width: 100%;
}

#header-menu td div div{
	position: relative;
	width: auto;
	margin: 0 -30px;
	display: none;
	z-index: 3;
	zoom:1;
}

#header-menu td div table{
	width: 100%;
}

#header-menu td:hover div{
	display: block;
}

.header-menu2{
	position: absolute;
	top:16px;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 5;
	zoom:1;
}

.header-menu2-center{
	background-color: #202020;
}

.header-menu2 ul{
	hfont-size: 0.9em;
	line-height: 2em;
	position: relative;
	top:5px;
	margin-bottom: -18px;
	
	bottom: 0;
}

.header-menu2-left{
	background: url("/images/header-menu2-left.gif") repeat-y;
	width: 5px;
}

.header-menu2-right{
	background: url("/images/header-menu2-right.gif") repeat-y;
	width: 5px;
}

.header-menu2 ul{
	list-style: none;
	text-align: center;
}

#header-menu .header-menu2-footer table{
	width: 100%;
}

#header-menu .header-menu2-footer td{
	width: 32px;
}

#header-menu .header-menu2-footer .header-menu2-center-bottom{
	width: auto;
	background: url("/images/header-menu2-center-bottom.gif") repeat-x;
}