@charset "utf-8";
#menu {
	float: left;
	width: 100%;
	color: #333333;
	clear: both;
	margin-top: 100px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 10em;
	list-style-type: none;
	font-weight: normal;
}
#menu  a   {
	color: #6c7b86;
	background: #efefef;
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

#menu h2 {
	color: #6c7b86;
	display: block;
	margin: 0;
	padding: 2px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
#menu a:hover {
	color: #6EB43F;
	background: #fff;
}
#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu ul ul {
position: absolute;
z-index: 500;
}
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);
	font-weight: normal;
}
#menu #architecture {
	width: 87px;
}
#menu #interior {
	width: 95px;
}
#menu #town {
	width: 95px;
}
#menu #land {
	width: 152px;
}
#menu #graphics {
	width: 95px;
}
#menu #development {
	width: 80px;
}
#menu #construction {
	width: 80px;
}

