#menu {
	width: 100%;
	background: #333333;
	color: #FFFFCC;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 129px;
	float: left;
}

#menu a, #menu h2 {
	font: bold 12px/14px Georgia, "Times New Roman", Times, serif;
	display: block;
	margin: 0;
	color: #FFFFCC;
	background-color: #990000;
}

/*#menu h2 {
color: #000066;
background: #FFFFFF;
padding: 4px 0px;
}*/

#menu a {
	color: #FFFFCC;
	text-decoration: none;
	border-top-width: 1px;
	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: #990000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #990000;
	padding: 8px 4px 8px 8px;
	background-color: #660000;
}

#menu a:hover {
	color: #FFFFCC;
	text-decoration: none;
	border-top-width: 1px;
	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: #990000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #990000;
	padding: 8px 4px 8px 8px;
	background-color: #990000;
}



#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);
}
