body {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	font: normal 10px Verdana;
	background-attachment: fixed;
	background-color: #330000;
	background-image: url(../../images/index_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #cc9966;
}

.basictab ul{
	padding: 0px;
	font: bold 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	text-decoration: none;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

.basictab li{
	display: inline;
	margin: 0;
}

a {
	color: #cc9966;
	text-decoration: none;
	font: bold 11px Verdana;
}

.basictab li a{
	text-decoration: none;
	margin-right: 0px;
	border: 1px solid #cc9966;
	border-bottom: none;
	background-color: #330000;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}


.basictab li a:hover{
	background-color: #996633;
}

.basictab li a.current{
	background-color: #996633;
}

.tabcontainer{
	clear: none;
	width:80%; /*width of 2nd level sub menus*/
	height:20px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	text-align: center;
}

.tabcontent{
	display:none;
	padding: 5px;
}

