/**************** menu coding *****************/
#menu {
	display:block;
	width: 174px;
	float: left;
	background-image: url(../../gfx/hpgfx/menu-trigger.jpg);
	background-repeat: no-repeat;
	height: 23px;
	margin:0px;
	padding:0px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding:0;
	width:174px;
	height:23px;
}

#menu a {
	height:23px;
	width:174px;
	display: block;
	margin: 0;
	padding:0;
}

#menu h2 {
	height:23px;
	width:174px;
	display: block;
	margin: 0;
	padding:0;
}

#menu li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#menu h2 {
color: #fff;
text-indent:-5000px;
}

#menu a {
	color: #fff;
	text-decoration: none;
	background-image: url(../../gfx/hpgfx/transparent.png);
	background-repeat: repeat;
	text-indent: 33px;
}

#menu a:hover {
	color:#FFFFFF;
	background-color:#0B8643;
	}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

</style>
[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(css/csshover.htc);
font-size: 100%;
}

#menu ul li a {
	height: 23px;
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]
