* html #main-menu ul { line-height: 0; } /* IE6 "fix" */

#main-menu ul {
	display: none;
	position: absolute;
	/* left: 0; */
	margin: 0;
	padding: 5px 0;
	list-style: none;
	top: 38px;
	width: 227px;
	background: url('/img/menu_bg.gif') bottom center;
}
#main-menu ul ul {
	top: 0;
	left: 313px;
}
#main-menu ul li {
	float: none; margin: 0;
}
#main-menu ul li a {
	width: auto;
	height: auto;
	padding: 5px 0 5px 20px !important;
	background: transparent url('/img/dot.png') no-repeat 12px 9px !important;
	color: #484848;
	text-align: left;
	line-height: 1;
	zoom: 1;
	font-size: 13px;
}
#main-menu ul li a:hover,
#main-menu ul li a.hover {
	color: #1660A9;
	background:  transparent url('/img/dot_hover.png') no-repeat 12px 9px !important;
}