/* CSS Document */

.basictab{
	padding: 10px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	margin-bottom: 0;
	background-color: #6699CC;
	position: relative;
	left: 200px;
	top: 18px;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: repeat-x;
}

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

.basictab li a{
	text-decoration: none;
	padding: 10px 8px;
	border-bottom: 2px none #336699;
	background-color: #6699CC;
	color: #FFFFFF;
	border-top: 2px none #336699;
	border-right: 2px none #336699;
	border-left: 2px solid #336699;
	background-repeat: repeat-x;
}


.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover{
	background-color: #336699;
	color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	text-decoration: underline;
}

.basictab li a:active{
color: #FFFFFF;
}

.basictab li.selected a{
	position: relative;
	background-color: #336699;
	color: #FFFFFF;
	background-repeat: repeat-x;
}


.submenustyle{
	padding: 6px 12px;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
-moz-opacity:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: 0 none black;
	border-right: 1px none black;
	border-bottom: 1px none black;
	border-left: 1px none black;
	position: relative;
	left: 200px;
	background-color: #99CCFF;
	clip: rect(auto,auto,auto,auto);
	top: 18px;
	margin: 0px;
}

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

.submenustyle a{
	border-right: 1px solid #FFFFFF;
	padding: 6px 12px;
	text-decoration: none;
	background-color: #99CCFF;
	color: #FFFFFF;
}

.submenustyle a:hover{
	background-color: #336699;
	background-repeat: repeat-x;
}

.submenuactive {
	background-color: #336699;
	border-right: 1px solid #FFFFFF;
	padding: 6px 12px;
	text-decoration: none;
	color: #FFFFFF;
}
