.basictab{
	/*border-bottom: 1px solid gray;*/
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

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

.basictab li a{
	text-decoration: none;
	margin-right: 0px;
	color: #ffffff;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}


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

.basictab li a:hover{
text-decoration: none;
color: #F6DC0B;
/*
	background-color: #F6DC0B;
	color: black;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	*/
}

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

.basictab li.selected a{ /*selected tab effect*/
color: #F6DC0B;
font-weight:bolder;
/*
	background-color: #F6DC0B;
	color: black;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	*/
}



 .submenustyle{
	padding: 2px 1px;
	width: 794px;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	padding-top:5px;
	background-color: #F6DC0B;
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 2;
	font-size: 11px;
	font-weight:bold;
	text-transform: capitalize;
}


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

.submenustyle a{
	border-right: 1px solid black;
	padding: 1px 7px;
	text-decoration: none;
	background-color: #F6DC0B;
	color: #333333;
		font-weight:bold;
}

.submenustyle a:hover{
color: #333333;;
background-color: #F6DC0B;
	text-decoration: underline;
}
.selectedlink a{
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}
.selectedlink a:link{
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}
.selectedlink a:visited{
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}
#cam {
	position:absolute;
	z-index:1000;
	background-color:#F6DC0B;
	left:450px;
	width:120px;
	margin-top:20px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: capitalize;
	font-size: 10px;
}

#cam a:hover{
	text-decoration: underline;
	color: #333333;

}
#cam a{
	text-decoration:none;
	color: #333333;

}