/* For ALL Browsers */
.clearFloat {
	clear:both;
}

#sectionFooter {
	width:510px;
}

.tab li,
.tabActive li {
	padding-top:3px;
	padding-bottom:3px;
}

.tabbedItemActive:hover {
	color:#ffffff;
	text-decoration:none;
}

.tabbedItem:hover {
	color:#765c3e;
	text-decoration:none;
}

/* For IE */
.tab {
	border:solid 1px #cccccc;
	padding:5px;
	margin-bottom:20px;
	width:620px;
	display:none;
	overflow:hidden;
	position:relative;
}

.tabActive {
	border:solid 1px #cccccc;
	padding:5px;
	margin-bottom:20px;
	width:620px;
	display:block;
	overflow:hidden;
	position:relative;
}

#tabbedMenu {
	width:620px;;
	height:30px;
	padding-top:5px;
	padding-left:0px;
	padding-right:5px;
	padding-bottom:0px;
	position:relative;
}

.tabbedItem {
	float:left;
	margin-right:10px;
	width:100px;
	height:25x;
	background:#eeeeee;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding:5px;
	text-align:center;
	position:relative;
	top:1px;
	font-weight:bold;
	font-size:12px;
	outline:none;
	color:#765c3e;
}

.tabbedItemActive {
	float:left;
	margin-right:10px;
	width:100px;
	height:20x;
	background:#765c3e;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #765c3e;
	padding:5px;
	text-align:center;
	position:relative;
	top:1px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	outline:none;
	z-index:100;
}

/* For All Other Browsers */
html>body .tab {
	border:solid 1px #cccccc;
	padding:5px;
	margin-bottom:20px;
	width:630px;
	position:relative;
}

html>body .tabActive {
	border:solid 1px #cccccc;
	padding:5px;
	margin-bottom:20px;
	width:630px;
	position:relative;
}

html>body #tabbedMenu {
	width:620px;
	height:25px;
	padding-top:5px;
	padding-left:0px;
	padding-right:5px;
	padding-bottom:0px;
}

html>body .tabbedItem {
	float:left;
	margin-right:10px;
	width:100px;
	height:20x;
	padding:5px;
	position:relative;
	top:1px;
}

html>body .tabbedItemActive {
	float:left;
	margin-right:10px;
	width:100px;
	height:20x;
	padding:5px;
	top:1px;
}