.invisible{
	visibility: 0;}

.white10 {
	font: bold 10px Verdana;
	color: #FFFFFF;
}


.basictab{
	padding: 3px 0px;
	margin-left: 0;
	font: bold 10px Verdana;
	color: #ffffff; 
	border-bottom: 1px solid gray;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	position:relative;
}

* html .basictab{ /*IE only width definition*/
width: 100%;
}

.basictab li{
	display: inline;
	margin: 0;
	color: #ffffff;
	position:relative; 
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 2px;
	border: 0px solid gray;
	border-bottom: none;
	background-color: #5f7d9b;
	color: #ffffff; 
}

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

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #dbffff;
	color: #ffffff; 
}


.submenustyle{
	padding: 0px 0px;
	border: 0; /*1px solid black;*/
	border-top-width: 0;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
	moz-opacity:0;
	background-color: #C6CBFD;
	font: bold 10px Verdana;color: #ffffff; /*white*/
	position:relative;
	margin-left:0;
}

* html .submenustyle{ /*IE only width definition*/
	width: 100%;
}

.submenustyle a{
	border-right: 0px;
	padding: 2px 5px;
	background-color: #5f7d9b;
	font: bold 10px Verdana;color: #ffffff; /*white*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
}

.submenustyle a:hover{
	background-color: #66CCFF;
	font: bold 10px Verdana;color: #ffffff; /*white*/
	margin-left:0;
}

