#orderTable h1 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFFF00;
}

#axisTitle, #standardTitle {
	margin: 16px 0 0 0; 
	padding: 0;
	text-align: center;
}

.odd {
/*	background-color: #0F0F0F; */
}

#axisChart, #standardChart {
	float: left;
	width: 230px;
	margin: 10px 0 0 47px;
	padding: 0;
	list-style-type: none;
	display: table;
}

/*#standardChart {
	float: left;
	width: 220px;
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}*/

#axisChart li, #standardChart li {
	float: left;
	position: relative;
	display: block;
	width: 200px;
}

#axisChart li > ul, #standardChart li > ul {
	top: auto;
	left: auto;
}

#axisChart li ul, #standardChart li ul {
	position: absolute;
	left: -999em;
	width: 300px;
	list-style: none;
	top: 30px;
	margin: 0;
	padding: 0;
}

#axisChart li:hover ul, #standardChart li:hover ul, #axisChart li.sfhover ul, #standardChart li.sfhover ul {
	left: auto;
}

/*#axisChart li:hover, #standardChart li:hover, #axisChart li.sfhover, #standardChart li.sfhover {
	position: static;
}*/


#axisChart li a, #standardChart li a {
	display: block;
	color: #F30;
	text-decoration: none;
	line-height: 125%;
}

#axisChart li ul li a, #standardChart li ul li a {
	display: block;
	width: 300px;
	padding: 5px 6px;
	color: #f30;
	background: #000;
	text-decoration: none;
	line-height: 125%;
	border-left: 1px solid #FF3300;
	border-right: 1px solid #FF3300;
	border-bottom: 1px solid #FF3300;
}

.first {
	border-top: 1px solid #FF3300;
}

#axisChart li ul li a:hover, #standardChart li ul li a:hover {
	background: #ff3300;
	color: #fff;
}

#axisHead {
	width: 220px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	border-bottom: 1px solid #ff3300;
	background: #000 url(images/down_arrow.gif) no-repeat 90%;
}

#standardHead {
	width: 220px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	border-bottom: 1px solid #ff3300;
	background: #000 url(images/down_arrow.gif) no-repeat 85%;
}

#axisHead:hover {
	background: #ff3300 url(images/down_arrow_2.gif) no-repeat 90%;
	color: #fff;
}

#standardHead:hover {
	background: #ff3300 url(images/down_arrow_2.gif) no-repeat 85%;
	color: #fff;
}
