/* CSS Document */

#newtopmenu {
width:100%;
float: left;
}

#newtopmenu a, #newtopmenu h2 {
	font: bold 11px arial, helvetica, sans-serif;
	margin: 0;
	padding: 2px;
	display: block;
	/* border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFF; */
}

#newtopmenu h2 {
color: #fff;
text-transform: uppercase;
}


#newtopmenu a {
color: #FFF;
text-decoration: none;
}

#newtopmenu a:hover {
color: #000;
background: #fff;
}

#newtopmenu li {
position: relative;
}

#newtopmenu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}


#newtopmenu ul ul {
	list-style: none;
	margin: 0;
	padding: 2px 3px;
	width: 180px;
	float: left;
	background: #bfa351;
	position: absolute;
	z-index: 500;
	color: #6384BD;
}

#newtopmenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	background: #a17800;
}
#newtopmenu ul ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	background: #5e3c00;
}

div#newtopmenu ul ul,
div#newtopmenu ul li:hover ul ul,
div#newtopmenu ul ul li:hover ul ul
{display: none;}

div#newtopmenu ul li:hover ul,
div#newtopmenu ul ul li:hover ul,
div#newtopmenu ul ul ul li:hover ul
{display: block;}
