div#html_order_form2 ul{
	display: block;
	margin: 0 auto;
	width: 600px;
	clear: both;
}
div#html_order_form2 li {
float:left;
list-style:none outside none;
}
div#html_order_form2 ul a {
background: #F1F1F1;
display:block;
margin:1px 1px 1px 0;
padding:6px 10px;
text-decoration:none !important;
}
div#html_order_form2 ul a {
color:#999 !important;
outline: none;
}
div#html_order_form2 ul a:hover {
background: #E6E6E6;
color: #000 !important;
}
div#html_order_form2 ul a.selected {
background: #E6E6E6;
/*font-weight: bold;*/
color: #BE0000 !important;
cursor:default;
}
