/* CSS Document */



.basictab ul {
	padding-left: 30px;
	margin: 0;
	margin-left: 0;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #777777;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	text-shadow: 0px 1px 1px #fff;
	-moz-text-shadow: 0px 1px 1px #fff;
	-webkit-text-shadow: 0px 1px 1px #fff;
}
.basictab li {
	display: inline;
	margin: 0;
	text-align: center;
}
.basictab li a {
	float: left;
	width: 87px;
	height: 26px;
	padding-top: 8px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	outline: none;
}
.basictab li a:visited {
	color: #2d2b2b;
	outline: none;
}
.basictab li a:hover, .basictab li a.current {
	background-image:url(../images/tab_selected.gif);
	background-repeat: no-repeat;
	color: black;
	outline: none;
}
.selected {
	background-image:url(../images/tab_selected.gif);
	background-repeat: no-repeat;
	color: black;
	outline: none;
}
.basictab li a:active {
	color: black;
}
.tabcontainer {
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontent {
	padding-left: 20px;
	font-size: 10pt;
	color: #777777;
	display:none;
}
