/*------------    Style tab menu top     ------------*/

.solidblockmenu{
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 auto;
	background: url('/images/icon/bg_menutop.gif') repeat-x center bottom ; /*tab background image path*/
	min-height: 36px;
	list-style: none;
}

.solidblockmenu li{
_background: url('/images/icon/bg_menutop.gif') repeat-x center bottom ; /*tab background image path*/
display: inline;
float:left;
}

.solidblockmenu li a{
	float: left;
	display: block;
	color:#FFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 3px; /*Padding to accomodate left tab image. Do not change*/
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;		
}

.solidblockmenu li a span{
	float: left;
	display: block;
	padding: 0 12px 0 7px; /*Padding of menu items*/
}

.solidblockmenu a.current, .solidblockmenu li a:hover{
	color: #FFF;
	background: url('/images/icon/menur_hover_left.gif') no-repeat; /*left tab image path*/
	background-position: left;
}

.solidblockmenu a.current span, .solidblockmenu li a:hover span{
	color: #FFF;
	background: url('/images/icon/menur_hover_right.gif') no-repeat right top; /*right tab image path*/
}

.tabcontainer{
float:left;
background:#74E3EA url('/images/icon/c_chat_02.png') repeat-x top center;
width:944px; /*width of 2nd level sub menus*/
height:30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0px;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0px;
}

.tabcontent{
display:none;
line-height:30px;
}

/*----      Style menu con top  (khung chat)    ----*/

.menucon_top img{
padding-top:2px;
}

.menucon_top{
text-align:center;
}

.menucon_top li{
display:inline;
margin-right:10px;
}

.menucon_top li a{
text-decoration:none;
line-height:25px;
}

#l_tab_containt{
background:#74E3EA url('/images/icon/l_chat_01.png') no-repeat top left;
float:left;
width:9px;
height:30px;
clear:left;
}

#r_tab_containt{
background:#74E3EA url('/images/icon/r_chat_03.png') no-repeat top center;
float:left;
width:16px;
height:30px;
}

