.basictab ul {
	margin: 0px 4px;
	padding: 0px;
	margin-left: 0;
	font: bold 12px Georgia;
	list-style-type: none;
	text-align: right;
	/*set to left, center, or right to align the menu as desired*/
}

.basictab li {
	display: inline;
	margin: 0;
}

.basictab li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7B3A8C;
	padding-right: 20px;
	padding-left: 24px;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

.basictab li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7B3A8C;
	text-decoration: none;
}

.basictab li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

.basictab li .basictab li a.current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.basictab li a:active {
	color: black;
}

.tabcontainer {
	clear: left;
	width: 100%; /*width of 2nd level sub menus*/
	height: 1.6em;
	/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.nav2 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	margin: 0px 10px 0px 10px;
}

.nav2:hover {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.tabcontent {
	display: none;
	position: relative;
	text-align: center;
}

.tabcontent_bespoke {
	display: none;
	padding-right: 32px;
	text-align: right;
}

.tabcontent_about {
	display: none;
	padding-right: 60px;
	text-align: right;
}

.tabcontent_design {
	display: none;
	padding-right: 120px;
	text-align: right;
}

.tabcontent_faq {
	display: none;
	padding-right: 20px;
	text-align: right;
}