/* Begin of Most Popular Tabs Styles  */

#enviroTabs1 {
	background-color: #FFF;
	font-size: 10px;
	text-align: left;
	list-style-position: outside;
	color: #2B4C6C;
	margin: 0px 0px 10px 0px;
	width: 440px;
}

.enviroTabs {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	/* Changes width of Tabs */
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.enviroTabsTabGroup {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.enviroTabsTab {
	position: relative;
	top: 1px;
	float: left;
	width: 144px;
	height: 30px;
	font: bold 11px arial;
	background-color: #d8d6bb;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align: center;
}

.enviroTabsTabHover {
	background-color: #EBE9D0;
}

.enviroTabsTabSelected {
}

.enviroTabsContentGroup {
	clear: both;
	background-color: white;
}

.enviroTabsContent {
	padding: 4px;
	background-color: #ebe9d0;
}

.enviroTabsContentVisible {
	background-color: #ebe9d0;
}

.enviroTabsContent li h3 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

.enviroTabsContent li h3 a {
	font-size: 12px;
	font-weight: normal;
}

.enviroTabsContent ul {
	margin:0 5px 0px 10px;
	padding:0;
	list-style-position: outside;
	list-style-type: none;
}

.enviroTabsContent li {
	margin-right: 5px;
	margin-top: 0px;
	font-size: 11px;
	color: black;
	text-align: left;
	background-image:url(/images/eagle/bullet5px.jpg);
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left: 7px;
	display: inline;
}

.enviroTabsTabGroup li {
	float:left;
	text-decoration:none;
}

.enviroTabsTabGroup li span {
	float:left;
	display:block;
	color: #2B4C6C;
}

.enviroTabsTabGroup li.enviroTabsTabSelected {
	float:left;
	background-color: #EBE9D0;
	text-decoration:none;
}

.enviroTabsTabGroup li.enviroTabsTabSelected span {
	float:left;
	display:block;
	color: #2B4C6C;
}

