.basictab ul{
	margin: 0px;
	padding: 6px 0px 6px 5px;
	font-size: 1em;
	font-weight:bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height:14px;
	width:955px;
	border-bottom:1px solid #ccc;
	
}

.basictab li{
display:inline;
margin-left:-5px;
}

.basictab li a{
text-decoration: none;
padding: 6px 19px 6px 18px;
background-color: #CCCCCC;
color: #fff;
text-transform:uppercase;
background-image:url(/images/mnu_bg.gif);
}

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

.basictab li a:hover, .basictab li a.current{
background-image:url(../images/mnu_hover.gif);
background-repeat:repeat-x;
background-position:left top;
background-color: #356221;
color: #356221;
border-right:1px solid #ccc;
padding-right:18px;


}

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

.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;
}

