div#menu {
	list-style: none;
	display: block;
	height: auto;
	margin: 0;
	z-index: 50;
	/*height: 350px;*/
	width: 140px;
}

div#menu a {
  margin: 0 0 0 0.1em;
}

div#menu ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	z-index: 50;
}

div#menu ul li {
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 50;
}

div#menu ul li a {
	display: block;
	color: #D9E7EB;
	font-size: 12px;
	height: auto;
	text-decoration: none;
	text-align: left;
	padding-bottom: 2px;
	padding-top: 2px;
	/*padding-left: 31px;*/
	padding-left: 22px;
	margin: 0;
	float: left;
	/*width: 140px;*/
	width: 158px;
	voice-family: "\"}\""; 
  voice-family:inherit;
  /*width: 107px;*/
  width: 127px;
}

div#menu ul li a.selected {
  color: #fff;
  background-color: #4A93A7;
	font-weight : bold;
  letter-spacing			: 1px;
}

div#menu ul li a:hover {
	color: #D9E7EB;
	background-color: #4A93A7;
}

div#menu ul li a.select {
  background-color: #4A93A7;
	color: #000;
}

div#menu ul ul li a {
	background-color: #4A93A7;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
}

div#menu ul ul li a:hover {
	background-color: #005E78;
	color:#fff;
}

div#menu ul ul, 
div#menu ul ul ul,
div#menu ul ul ul ul {
	display: none;
	left: 100%;
	top: 0;
	position: absolute;
}

div#menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul,
div#menu ul li:hover ul ul ul ul {
	display: none;
}

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

div#menu ul ul li {
	display: block;
	float: left;
	width: 200px;
	height: auto;
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 169px;
}

div#menu ul ul li a {
	display: block;
	float: left;
	height: auto;
	width: 200px;
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 167px;
}
li>ul { 
	top: auto;
	left: auto;
}
