#CSSMenu1,
#category {}

/* Level 1 */
#CSSMenu1 ul,
#category ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	#CSSMenu1 ul li,
	#category ul li {
		margin-bottom: 1px;
	}
	#CSSMenu1 ul li a,
	#category ul li a {
		display: block;
		background: transparent url(../img/menu_button.gif) no-repeat scroll center;
		padding: 0px 20px;
		min-height: 25px;
		height: 	auto !important;
		height: 	25px;
		line-height: 25px;
		
		font-size: 11px;
		color: white;
		text-decoration: none;
	}
	#CSSMenu1 ul li a:hover,
	#category ul li a:hover {
		background: transparent url(../img/menu_button_h.gif) no-repeat scroll center;
	}
	#CSSMenu1 ul li a.Selected,
	#category ul li a.open {
		background: transparent url(../img/menu_button_h.gif) no-repeat scroll center;
		font-weight: bold;
	}

	#CSSMenu1 ul li.first a 			{ background: transparent url(../img/menu_button_home.gif) no-repeat scroll center; }
	#CSSMenu1 ul li.first a:hover 	{ background: transparent url(../img/menu_button_home_h.gif) no-repeat scroll center; }
	#CSSMenu1 ul li.first a.Selected { background: transparent url(../img/menu_button_home_h.gif) no-repeat scroll center; }
	
	#CSSMenu1 ul li.first,
	#category ul li.first {
		
	}
	#CSSMenu1 ul li.last,
	#category ul li.last {}
	#CSSMenu1 ul li ul li.first, #CSSMenu1 ul li ul li.last,
	#category ul li ul li.first, #category ul li ul li.last {}
	
	/* ICONS ON MENU BUTTONS
	#category ul li.first a 		{ background: transparent url(../img/menu_button_tracks.gif) no-repeat scroll center; }
	#category ul li.first a:hover { background: transparent url(../img/menu_button_tracks_h.gif) no-repeat scroll center; }
	#category ul li.first a.open  { background: transparent url(../img/menu_button_tracks_h.gif) no-repeat scroll center; }
	
	#category ul li.m1 a 			{ background: transparent url(../img/menu_button_pilots.gif) no-repeat scroll center; }
	#category ul li.m1 a:hover		{ background: transparent url(../img/menu_button_pilots_h.gif) no-repeat scroll center; }
	#category ul li.m1 a.open		{ background: transparent url(../img/menu_button_pilots_h.gif) no-repeat scroll center; }
	
	#category ul li.last a 			{ background: transparent url(../img/menu_button_cars.gif) no-repeat scroll center; }
	#category ul li.last a:hover	{ background: transparent url(../img/menu_button_cars_h.gif) no-repeat scroll center; }
	#category ul li.last a.open	{ background: transparent url(../img/menu_button_cars_h.gif) no-repeat scroll center; }
	*/
	
/* Level 2 */
#CSSMenu1 ul li ul,
#category ul li ul {
	display: none;
	background: transparent url(../img/itm_line.gif) repeat-x scroll top;
	margin: 1px 5px;
}
	#CSSMenu1 ul li ul li,
	#category ul li ul li {
		background: transparent url(../img/itm_line.gif) repeat-x scroll bottom;
		padding-bottom: 1px;
	}
	#CSSMenu1 ul li ul li a,
	#category ul li ul li a {
		display: block;
		background: transparent url(../img/bullet_small.gif) no-repeat scroll right;
		
		min-height: 23px;
		height: 	auto !important;
		height: 	23px;
		line-height: 23px;
		
		color: black;
		text-decoration: none;
	}
	#CSSMenu1 ul li ul li a:hover,
	#category ul li ul li a:hover {
		background: transparent url(../img/bullet_small.gif) no-repeat scroll right;
	}
	#CSSMenu1 ul li ul li a.Selected,
	#category ul li ul li a.open {
		background: transparent url(../img/bullet_small.gif) no-repeat scroll right;
		font-weight: bold;
	}

/* Level 3 */
#CSSMenu1 ul li ul li ul,
#category ul li ul li ul {
	display: none;
	background: transparent url(../img/itm_line.gif) repeat-x scroll top;
	margin: 0px;
	padding: 3px 0px 4px 10px;
}
	#CSSMenu1 ul li ul li ul li,
	#category ul li ul li ul li {
		background: none;
	}
	#CSSMenu1 ul li ul li ul li a,
	#category ul li ul li ul li a {
		background: none;
		min-height: 17px;
		height: 	auto !important;
		height: 	17px;
		line-height: 17px;
	}
	#CSSMenu1 ul li ul li ul li a:hover,
	#category ul li ul li ul li a:hover {
		background: none;
	}
	#CSSMenu1 ul li ul li ul li a.Selected,
	#category ul li ul li ul li a.open {
		background: none;
	}
