.borderStandard {
	border: 1px solid #CCC;
}
.menu_top {
	border-left-width: 1pt;
	border-left-color: #999;
	border-left-style: solid;
}
.menu_left {
	border-bottom-width: 1pt;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
}
.menu_leftred {
	border-bottom-width: 1pt;
	border-bottom-color: #E61D30;
	border-bottom-style: solid;
}
.border_blank {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bordertable {
	border: 1px solid #000;
}

