.basictab {
	padding: 3px 0;
	margin-left: 0;
	font: bold 14px Helvetica;
	border-bottom: 2px solid #090;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.basictab li {
	display: inline;
	margin: 0;
}
.basictab li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 2px;
	border: 2px solid #090;
	border-bottom: none;
	background-color: white;
	color: #090;
}
.basictab li a:visited {
	color:#090;
}
.basictab li a:hover {
	background-color: #090;
	color: #ffffff;
}
.basictab li a:active {
	background-color: #090;
	color: #ffffff;
	}
.basictab li.selected a { /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #090;
	color: #ffffff;
}
.submenustyle {
	padding: 2px 4px;
	background-color: #090;
	border-top-width: 0;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
}
* html .submenustyle { /*IE only width definition*/
	width: 100%;
}
.submenustyle a {
	font: bold 14px Helvetica;
	font-variant:small-caps;
	border-right: 2px solid #090;
	padding: 1px 5px;
	text-decoration: none;
	background-color:#090;
	color:#ffffff;
}
.submenustyle a:hover {
	background-color: #ffffff;
	color: #090;
}
