/*Copy and paste this part*/

ul#left_main_menu {
	width:220px;
	list-style:none;
	margin:0 auto;
	padding:0;
}
ul#left_main_menu li.main, ul#left_main_menu li.sub {
	float:left;
	display:block;
	border:none;
}
ul#left_main_menu li.main a {
	width:220px;
	height:27px;
	line-height:27px;
	float:left;
	background:url(../images/main-nav.jpg) no-repeat;
	font-size:14px;
	color:#fff;
	font-weight:400;
	text-indent:10px;
	text-decoration:none;
	margin:1px 0;
}
ul#left_main_menu li.main a:hover {
	background:url(../images/main-hover.jpg) no-repeat;
	color:#fff;
}
ul#left_main_menu li.sub a {
	width:210px;
	height:19px;
	float:left;
	background:url(../images/sub-nav.jpg) no-repeat;
	font-size:11px;
	color:#333;
	font-weight:400;
	text-decoration:none;
	padding:8px 0 0 10px;
}
ul#left_main_menu li.sub a:hover {
	background:url(../images/sub-hover.jpg) no-repeat;
	color:#555;
}


/*Copy and paste this part*/

ul#left_dealer_menu {
	width:220px;
	list-style:none;
	margin:0 auto;
	padding:0;
}
ul#left_dealer_menu li.main, ul#left_dealer_menu li.sub {
	float:left;
	display:block;
	border:none;
}
ul#left_dealer_menu li.main a {
	width:220px;
	height:27px;
	line-height:27px;
	float:left;
	background:url(../images/dealer-nav.jpg) no-repeat;
	font-size:14px;
	color:#fff;
	font-weight:400;
	text-indent:10px;
	text-decoration:none;
	margin:1px 0;
}
ul#left_dealer_menu li.main a:hover {
	background:url(../images/dealer-hover.jpg) no-repeat;
	color:#fff;
}
