#navigation {
	position:absolute;
	top:150px;
	left:20px;
	width:910px;
	height:34px;
	background-color:#FFF;
	background-image:url(../images/navigation-backgroundn.jpg);
	background-repeat:repeat-x;	
	padding:2px 0 0 0;	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#003979;	
	line-height:24px;
	z-index:4;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#navigation h2 {
	display:block;
	background-color:none;
	border:none;
	margin:0;
	padding:0 9px 2px 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	color:#FFF;
	border-right-color:#0080C0;
	border-right-style:solid;
	border-right-width:1px;
}

#navigation h2 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	line-height:24px;
	color:#FFF;
	text-decoration:none;
	padding:0;
	margin:0;
}

#navigation h2 a:hover {
	text-decoration:underline;	
}

#navigation ul ul a {
	display: block;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:24px;
	color:#000;
	text-decoration:none;
	background-color:#FFFFFF;
	background-image:url(../images/navigation-background.jpg);
	background-repeat:repeat-x;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:0;
	margin:0;
	padding-left:4px;
	font-style:normal;
}

#navigation ul ul a:hover {
	background-color:#1BADCF;
	color:#666;
}

#navigation li {
	position: relative;	
	}

#navigation ul ul {
  position: absolute;
  border-left-color:#CCCCCC;
  border-left-style:solid;
  border-left-width:2px;
  border-bottom-color:#E6E6E6;
  border-bottom-style:outset;
  border-bottom-width:1px;
  border-right-color:#CCCCCC;
  border-right-style:solid;
  border-right-width:1px;
  z-index: 500;
}

#navigation ul ul ul {
  top: 0;
  left: 100%;
}
div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}

div#navigation ul li h2:hover
{color: #FFF;
 text-decoration:underline;} 


<!--[if IE]>
<style type="text/css" media="screen">

#navigation ul li {float: left; width: 100%;}
#navigation ul li a {height: 1%;}

</style>
<!--[endif]-->


