#tabs {
	position:absolute;
	background:#F1DFBC;
	margin:1 0 0 0;
	padding:0;
}
#tabs ul {
	display:block;
	position:absolute;
}
#tabs ul.children {
	margin:0;
	padding:0;
	border-top:1px solid #eec88e;
	z-index:100;
	visibility:hidden;
}
#tabs li {
	background:#f1dfbc url(../images/top_menu-02.gif) no-repeat scroll right top;
	display:inline;
	float:left;
	height:auto;
}
#tabs li li {
	background:#EEC88E none repeat scroll 0%;
	display:block;
	float:none;
}
#tabs a {
	cursor:default;
	text-decoration:none;
	border-right:1px solid #a6756a;
	font-family: Arial; 
	font-size: 11px;
	color:#7c6450;
	display:block;
	font-weight:bold;
	text-align:left;
	padding:10;
	width:126px;
	padding: 8px 0px 7px 5px ;
}
#twoline a {
	text-decoration:none;
	border-right:1px solid #a6756a;
	font-family: Arial; 
	font-size: 11px;
	color:#7c6450;
	display:block;
	font-weight:bold;
	text-align:left;
	padding:10;
	width:126px;
	padding: 4px 0px 3px 5px;
	line-height:1;
}
#tabs a:hover, #tabs a.selected {
	background:#eec88e url(../images/top_menu_over-02.gif) no-repeat scroll right top;
}
#tabs ul a {
	cursor:pointer;
	font-weight:normal;
	background:#f1dfbc none repeat scroll 0%;
	border-bottom:1px solid #eec88e;
	border-left:1px solid #eec88e;
	border-right:1px solid #eec88e;
	color:#7c6450;
	width:123px;
	padding: 4px 3px;
	line-height:120%;
	
}
#tabs ul ul a {
	background:#FFF9EA none repeat scroll 0%;
}
#tabs ul a:hover, #tabs ul a.selected {
	background:transparent url(images/bg_orange_tab.gif) no-repeat scroll left bottom;
}
#tabs li:hover ul, #tabs li.sf ul {
	visibility:visible;
}
#tabs li:hover ul ul, #tabs li.sf ul ul {
	visibility:hidden;
}
#tabs li:hover ul, #tabs li li:hover ul, #tabs li.sf ul, #tabs li li.sf ul {
	visibility:visible;
}
