#tab_menu {
	margin: 3px auto 0 auto;
	padding: 0 3px 3px 20px;
	font-family: arial,sans-serif;
	text-shadow: #fff 1px 1px 3px;
	width: 99% ;
}

h1 {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 34px;	
}
#tab_menu h3.tab-label {
	letter-spacing: 0.2em;
}
/* Non-essential Styles */
p { margin: 10px; }

ul.tabs {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 /*0 10px 0*/;
	position: relative;
	left: -5px;
}

ul.tabs *.tab-label {
	border-top: 1px solid #c5c5c5;
	border-left: 5px solid #218489;
	border-bottom: 1px solid #c5c5c5;
	border-right 5px solid #218489;
	margin: 0;
	cursor: pointer;
	padding-bottom: 2px;
	padding-top: 2px;
	background: #fffeb1 url("gbg3.jpg") repeat-x left bottom;
	font-weight: normal;
	text-align: center;
	font-size: 1.0em;
	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
/*	border-top-left-radius: 10px;
	border-top-right-radius: 10px; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px; */
}

ul.tabs a { display: block; }

/* Essential Styles */
ul.tabs a:link, ul.tabs a:visited, ul.tabs a:active { text-decoration: none; color: #3c3c3c; }

ul.tabs a:hover, ul.tabs a:focus { text-decoration: underline; color: black; }

ul.tabs li { float: left; width: 24.5%; list-style-type: none; }

ul.tabs li.selected *.tab-label {
	position: relative;
	border-bottom: none;
	top: 1px;
	padding-bottom: 4px;
	cursor: auto;
	padding-top: 5px;
	border-top: 2px solid #c5c5c5;
	margin-top: -5px;
	background: #fffeb1 url("gbg2.jpg") repeat-x left top;	
	}
