.first_ul,
.first_ul2 {
	visibility: hidden;
}
li ul {
	position: absolute;
	background-color: white;
	padding: 0 !important;
	margin: 0px 0px 0px -1px !important;
	left: 0px;
	border: 1px solid black;
	top: 0px;
	font-weight: normal;
}
.li_left{
	left:200px;
}
.first_ul{
	top: 27px;
}
.first_ul2{
	top: 24px;
}
* html .first_ul2 ul {
	left: 155px;
}
ul li {
	position: relative;
	background-color: white;
	padding: 0 !important;
	margin: 0 !important;
	direction: ltr; /* We all love IE ;( */
	z-index: 99999999;
}
#menu *:hover {
	direction: ltr; /* We all love IE ;( */
	z-index: 99999999;
}
li ul a {
	background-color: white;
	width: 199px;
	padding: 0 !important;
	margin: 0 !important;
}
