<style type="text/css" media="screen">
/**************** menu coding *****************/
div#logo {
	float: left;
	width:147px;
}
#menu {
	height:16px;
	text-align:left;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 710px;
	position: relative;
	left: 0px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 11em;
	float: left;
	text-align: left;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

#menu h2 {
	color: #FFF;
	text-transform: uppercase;
}

#menu a {
	color: #000;
	text-decoration: none;
	background-color: #DEDEDE;
}

#menu a:hover {
background: #fff;
color: #a00;
}


#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 15%;
left: 80%;
}

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(csshover.htc);
font-size: 100%;
}

#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	font-weight: 400;
}
</style>
<![endif]

