#menu {
	width: 164px;
}

ul.level1 {
	list-style:none;
}
ul.level1 li {
	background:url(images/menu_button.jpg) no-repeat;
	width:164px;
	height:30px;
	padding-left:40px;			/* to move the text towards right */
	padding-top:5px;
}
ul.level1 li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

}
ul.level1 li:hover ul.level2 {
	left:auto;					/* it will show the sub menu */
	display:inline;
	margin:0 0 0 4em;
}
ul.level2 {
	left:-999em;
	z-index:99px;
	position:absolute;			/* works for IE, hides the ul */
	list-style:none;
	background:#BA3E49;
	 
	opacity:0.9;
	filter: alpha(opacity = 90);

	margin:0px;
	padding:0px;
	width:175px;
}
ul.level2 li, ul.level1 ul li {
	background:transparent;
	height:25px;
	padding-left:0px;
	margin-left:0px;
}<!--[if lt IE 7]>

