/* Accordion menu */
.racingmaterialsmenu {
	width: 180px; /*width of menu*/
	padding-left:10px;
}
.racingmaterialsmenu .headerbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	/*last 2 values are the x and y coordinates of bullet image*/
	margin: 0; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	cursor:pointer;
}

.racingmaterialsmenu .headerbar2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	/*last 2 values are the x and y coordinates of bullet image*/
	margin: 0; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.racingmaterialsmenu .headerbar a, .racingmaterialsmenu .headerbar2 a {
	text-decoration: none;
	color: white;
	display: block;
}

.racingmaterialsmenu .headerbar a:hover, .racingmaterialsmenu .headerbar2 a:hover{
	text-decoration: underline;
}

.racingmaterialsmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 25px;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.racingmaterialsmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.racingmaterialsmenu ul li a {
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	padding: 2px 0;
	line-height: 15px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.racingmaterialsmenu ul li a:hover { /*hover state CSS*/
	color: #FFF;
	text-decoration: underline;
}
