/* CSS Document */

#menu_tab{
	width: 1000px;
	height: 30px;
}

.left_menu_corner {
	/*width: 10px;*/
	height: 25px;
	float:left;
	/*background-color:#F00;*/
}
.right_menu_corner {
	/*width: 10px;*/
	height: 25px;
	float:left;
	/*background-color:#F00;*/
}

.menu {
	width:1200px;
	height: 40px;
	float: left;
	background:#C5C5C5;
	list-style-type:none; /* lam mat bieu tuong phia truoc*/
	text-align:justify;
	display:inline;
}

.menu a {
	font-size:11px;
	font-weight:bold;
	padding-bottom: 50px;
	text-decoration:none;
	
}
.menu li.divider{
	float: left;
	width: 10px;
	height: 500x;
	border-color:#F00;
	border-style:ridge;
	border-width:thin;
	background:#F00 no-repeat center;
}
.menu a:visited{
	font-size:24px;
}
.menu a:hover{
	height: 30px;
	color:#FFF;
}
.menu img {
	width: 2px;
	height: 25px;
}
#nav_home{
	height: 40px;
	padding: 0 8px 0 8px;
	margin: 0 30px;
}

#nav_tin{
	height: 40px;
	padding: 0 8px 0 8px;
	margin: 0 30px;

}
#nav_tbao{
	height: 40px;
	padding: 0 8px 0 8px;
	margin: 0 30px;

}
#nav_ttt{
	height: 40px;
	padding: 0 8px 0 8px;
	margin: 0 30px;

}
#nav_anh{
	height: 40px;
	padding: 0 8px 0 8px;
	margin: 0 30px;
	
}
#nav_tim{
	background:url(../image/tim.png) no-repeat left;
	padding: 0 8px 0 30px;
	margin: 0 30px;

}
li.tim{
	float:left;
	padding: 0 0 0 100px;
	color:#C00;
}

.navigation {
	margin-top: 20px;
	margin-bottom:5px;
}

