#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	width: 113px;
	float: left;
}


#menu a, #menu h2 {
	font: 11px/13px MS Sans Serif4, Geneva, sans-serif;
	display: block;
	margin: 0;
	color: #000066;
	background-color: #FFFFFF;
}

#menu h2 {
color: #000066;
background: #FFFFFF;
padding: 4px 0px;
}

#menu a {
	color: #000066;
	background: url(0images/bkgrndBrushedSteel.jpg) -200px;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding: 8px 4px 8px 8px;

}

#menu a:hover {
	color: #000066;
	background: #FFFFFF url(0images/bkgrndBrushedSteel.jpg) center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}



#menu li {
	position: relative;

}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}


#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 180px;
	text-align: left;
	left: 0px;
}


div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;}


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;
;
}


body {
behavior: url(csshover.htc);
}
