/* Navigation */
.clear {
	clear:both;
}	

#tabs {

	margin:0;
	padding:0;
}
#tabs ul {
	display:block;
	position:absolute;
	overflow:hidden;
}

#tabs ul.children {
	margin:0;
	padding:0;
	z-index:100;
	visibility:hidden;
	overflow:hidden;
}

#tabs li {

	display:inline;
	float:left;
	height:auto;
}

#tabs li li {
	background:#FFF0CE none repeat scroll 0%;
	display:block;
	float:none;
	overflow:hidden;
}
#tabs a {
	text-decoration:none;

	color:#333333;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-weight:bold;
	line-height:20px;
	width:100px;
}


#tabs a:hover, #tabs a.selected {
	color:#FF6600;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#tabs ul a {
	background:#FFF0CE none repeat scroll 0%;
	border-bottom:1px solid #FCD290;
	border-left:1px solid #FCD290;
	border-right:1px solid #FCD290;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-weight:bold;
	line-height:22px;
	width:200px;
	overflow:hidden;
	padding-left: 15px;
}
#tabs .home a {
	width:33px;
	height:20px;
}	
#tabs li li li {
	background:#FFF9EA none repeat scroll 0%;
}

#tabs ul ul a {
	background:#FFF9EA none repeat scroll 0%;
}
#tabs ul a:hover, #tabs ul a.selected {

}
#tabs li:hover ul, #tabs li.sf ul {
	visibility:visible;
	overflow:hidden;
}
#tabs li:hover ul ul, #tabs li.sf ul ul {
	visibility:hidden;
	overflow:hidden;
}
#tabs li:hover ul, #tabs li li:hover ul, #tabs li.sf ul, #tabs li li.sf ul {
	visibility:visible;
	overflow:hidden;
}
