#navBar table{
	background-color: #eee;
	padding: 0;
	margin-bottom:15px;
	width: 100%;
	line-height: 18px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#navBar td{
	padding: 10px;
	border-right: 1px solid #ccc;
 	width: 25%;
}

#navBar li.header{
	font-weight: bold;
	padding-bottom: 3px;
}	

#navBar ul{
	list-style: none;
	margin: 0 0;
}

.sizingType {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}

.sizingTypeList {
	list-style: none;
	padding: 7px 0 0 0;
}
