.basictab ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	width: 100%;
	overflow: hidden;
	background-image: url(/img/green.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.basictab li {
	display: block;
	float: left;
	width: 16%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.basictab li a {
	text-decoration: none;
	color: #C03;
	display: block;
	height: 50px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
.basictab ul li a strong{
	display: block;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C03;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C03;
	border-left-color: #C03;
	height: 50px;
}

.basictab li a:visited {
	color: #C03;
}
.basictab li a:hover, .basictab li a.current {
	color: #F00;
}
.basictab li a:hover strong, .basictab li a.current strong {
	color: #669966;
	border-bottom-color: #FFF;
	border-top-color: #669966;
	background-color: #FFF;
	border-right-color: #669966;
	border-left-color: #669966;
}



.basictab li a:active {
	color: #C03;
}
.tabcontainer {
	clear: left; /*width of 2nd level sub menus*/
	height:49px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669966;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #669966;
	overflow: hidden;
}
.tabcontent {
	display:none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	margin: 0px;
	height: 50px;
}
.submenu {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
}
.submenu li {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.submenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-image: url(/img/green4.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.submenu li a:hover {
	color: #669966;
	text-decoration: underline;
}
.submenu li a.selected {
	cursor: default;
	color: #669966;
	text-decoration: none;
}
.submenu1 {
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.submenu1 li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 24%;
}
.submenu1_img    {
	padding: 0px;
	float: left;
	margin-top: -1px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 45px;
	width: 45px;
}
.submenu1 li p {
	font-size: 12px;
	line-height: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
}
a.submenu1_text {
	color: #333;
	text-decoration: none;
}
