#tab_menu {
	width:800px;
	height:40px;
	margin:0;
	padding:0;
}

#tab_menu * {
	/* text-align:center; */
	color:#fff;
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#tab_menu ul, #tab_menu ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:22px;
}

#tab_menu ul li {
	display:inline;
}

#tab_menu ul li a {
	line-height:22px;
}
#tab_menu ul li a:hover {
	/* background:url(../imgs/tab_bg.jpg) top left no-repeat; */
	background-color:#003399;
}

ul#tab_bar {
	/* float:left; */
	background-color:#4c78a8;
	white-space:nowrap;
	height:20px;
	/* line-height:28px; */
}

a.unselected {}

a.selected {
	background-color:#0c2445
}

ul#tab_bar li {
	display:inline;
	padding:0;
	margin:0;
	
	padding:2px 0px 1px 0px;
	/* background-color:green; */
	line-height: 22px;
}

ul#tab_bar li a {
	/* float:left; */
	width:90px;
	height:22px;
	/* line-height:20px; */
	/* background:url(../imgs/tab_bg.jpg) 0 10px no-repeat; */
	padding:0px 8px 1px 8px;
	/* margin-left:4px; */
	/* border-left:4px solid #fff; */
	overflow:hidden; /* fixed IE display bug */
	vertical-align:bottom;
}

ul#tab_bar ul li a:hover {
	/* line-height:29px; */
	/* background:url(../imgs/tab_bg.jpg) top left no-repeat; */
	background-color:#003399;
}

#sub_tabs ul {
	display:none;
}

#sub_tabs {
	/* clear:both;*/
	height:22px;
	/* padding-left:100px; */
	/* margin:0 auto 0 auto; */
	margin:0;
	padding:0;
	background-color:#0c2445;
}

#sub_tabs ul {
	/* float:left; */
}
#sub_tabs ul li {
	display:inline;
}
#sub_tabs ul li a {
	/* display:block; */
	/* float:left; */
	/* width:90px; */
	/* text-align:center; */
	line-height:22px;
	/* margin-left:4px; */
	padding:0 8px 0 8px;
}

#sub_tabs li a:hover {
	/* color:#cde7ff; */
	background-color:#003399;
}
