/********************************************************************************************/
/* AJAX Simple Tabs by developersnippets, This code is intended for practice purposes.      */
/* You may use these functions as you wish, for commercial or non-commercial applications,  */
/* but please note that the author offers no guarantees to their usefulness, suitability or */
/* correctness, and accepts no liability for any losses caused by their use.                */
/********************************************************************************************/

pre {
	text-indent: 30px;
	}

#tabmenu {
	color: #000;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
	}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	}

#tabmenu a, a.active {
	color: #000000;
	margin: 0px;
	text-decoration: none;
	cursor:hand;
	background-color: #E9E9E9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	}

#tabmenu a.active {
	border-bottom: 10px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
	}

#tabmenu a:hover {
	color: #ffffff;
	cursor:pointer;
	background-color: #000000;
	}

#tabmenu a:visited {
	color: #000000;
	}

#tabmenu a.active:hover {
	color: #FFFF00;
	background-color: #000000;
	}

#content {
	font: 12px verdana, sans-serif;
	text-align: justify;
	padding: 10px;
	z-index: 2;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #E9E9E9;
	}

#content a {
	text-decoration: none;
	color: #000066;
	}

#content a:hover {
	background: #666666;
	}
