
.indentmenu {
	WIDTH: 100% ;
}
.indentmenu:unknown {
	CLEAR: both; DISPLAY: inline; VISIBILITY: hidden;  content: "."
}
.indentmenu UL {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
	padding-left:20px;
}
.indentmenu UL LI {
		
	display:inline;		
	float:left;
}
.indentmenu UL LI A {
	float:left;
	width: 118px;
	height:22px;
	padding-top:10px;
	
}
.indentmenu UL LI A:link, .indentmenu UL LI A:visited {
	COLOR: #4060AA; 
	TEXT-DECORATION: none; 
	background: url(../images/tab.gif) no-repeat;
	font-weight:bold;
}
.indentmenu UL LI A:hover, .indentmenu UL LI A.selected{
	COLOR: #000 !important;
	TEXT-DECORATION: none; 
	background: url(../images/tab_a.gif) no-repeat !important;
	font-weight:bold;
}

UNKNOWN {
	content: " v"
}

.contenttab_bg{
margin:0; width:443px; height: 163px; padding:15px 15px 10px 18px; background:url(../images/tabcontent_bg.gif) no-repeat;
}
