.left_menu{
	position: relative;
	width: 133px;
	}
	
	/* get rid of the default padding - margin and bullets */					
	.left_menu UL{
		padding: 0px;
		list-style-type: none;
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
		/* make menu horizontal */
		.left_menu UL LI{
			position: relative;
			}
			
			/* TOP LINKS */
			#FR {
				background-image: url(../images/aboutFR-new.gif);
				background-repeat:no-repeat;
				display:block;
				height:42px;
				position:relative;
				width:133px;
				margin-bottom: 10px;
				}
			#SR {
				background-image: url(../images/aboutSR-new.gif);
				background-repeat:no-repeat;
				display:block;
				height:42px;
				position:relative;
				width:133px;
				margin-bottom: 10px;
				}
			#EBP {
				background-image: url(../images/aboutEBP-new.gif);
				background-repeat:no-repeat;
				display:block;
				height:42px;
				position:relative;
				width:133px;
				margin-bottom: 10px;
				}
			#MB {
				background-image: url(../images/aboutMB-new.gif);
				background-repeat:no-repeat;
				display:block;
				height:42px;
				position:relative;
				width:133px;
				margin-bottom: 10px;
				}
			#SS {
				background-image: url(../images/aboutSS-new.gif);
				background-repeat:no-repeat;
				display:block;
				height:42px;
				position:relative;
				width:133px;
				margin-bottom: 10px;
				}
			#BS {
				background-image: url(../images/aboutBS-new.gif);
				background-repeat:no-repeat;
				display:block;
				height:42px;
				position:relative;
				width:133px;
				margin-bottom: 10px;
				}
				
				
			/* ============================================================================ */			
				
			#b4 {
				background-image: url(../images/used-new.gif);
				background-repeat:no-repeat;
				display:block;
				height:42px;
				position:relative;
				width:133px;
				margin-bottom: 10px;
				}
			
			#b2 {
				background-image: url(../images/entiremix-new-07.gif);
				background-repeat:no-repeat;
				display:block;
				height:42px;
				position:relative;
				width:133px;
				margin-bottom: 10px;
				}
				
				
			#b3 {
				background-image: url(../images/07AR-new.gif);
				background-repeat:no-repeat;
				display:block;
				height:42px;
				position:relative;
				width:133px;
				margin-bottom: 10px;
				}
			
	/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */
	/* style the top level hover */
	.menu ul li:hover a,
	.menu ul li a:hover {
			background-position: 0px -42px;
			}