.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
list-style-type: none;
text-align: right; /*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: 3px;
	border-bottom: none;
	color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
}

.basictab li a:active{
}

.tabcontainer{
clear: left;
width:95%; /*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{
	display:none;
	height:107px;
	color:#FFF;
	padding-top:18px;
	width:231px;
	padding-left:21px;
	padding-right:10px;
}
.tabcontent p{
	font-size:82%;
	width:217px;
	text-align:left;
	letter-spacing:0.1em;
}
.thrColFixHdr #container #topheader .tabcontainer p a:hover {
	text-decoration:underline;
}
.tabcontainer #sc2 {
	background-image: url(/images/dropback2.png);
	background-repeat: no-repeat;
	background-color:#0C3l;
	position:fixed;
	z-index:100;
	margin-left:610px;
	top:25px;
 }
 .tabcontainer #sc3 {
	background-image: url(/images/dropback3.png);
	background-repeat: no-repeat;
	background-color:#0C3l;
	position:fixed;
	z-index:100;
	margin-left:610px;
	top:25px;
 }
 .tabcontainer #sc1 {
	background-image: url(/images/dropback1.png);
	background-repeat: no-repeat;
	background-color:#0C3l;
	position:fixed;
	z-index:100;
	margin-left:610px;
	top:25px;
 }
