/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 3px;
	
}

.content {
color: #000000;
}
.goi {
 color:#993300;
}
.catTable {
	BORDER-RIGHT: #666666 1px solid; 
	BORDER-TOP: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #666666 1px solid; 
	BACKGROUND-COLOR: #ffffff
}
.menu_left_border {
	BORDER-RIGHT: #FFFFFF 1px solid; 
	BORDER-TOP: #FFFFFF 1px solid;
	BORDER-LEFT: #FFFFFF 1px solid; 
	COLOR: #FFFFFF; 
	BORDER-BOTTOM: #FFFFFF 1px solid
	
}
.border_table {
	BORDER-RIGHT: #666666 1px solid; 
	BORDER-TOP: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid; 
	COLOR: #666666; 
	BORDER-BOTTOM: #000000 1px solid
	
}
.menu_border {
	BORDER-TOP: #FFFFFF 1px solid;
	COLOR: #FFFFFF; 
	BORDER-BOTTOM: #FFFFFF 1px solid
	
}

.menu_title {
color: #FFFFFF;
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-decoration:none;
text-align:left; 
}

.menu_home {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
.link_pack {
color: #990000;
font-family: Arial;
padding-right:10px;
font-weight: bold;
font-size: 12px;
text-decoration:none;
text-align:left; 
}
.link_pack:hover {
color: #006699;
font-family: Arial;
font-weight: bold;
font-size: 12px;
text-decoration: underline;
padding-right:10px;
text-align:left; 
}
.menu_home {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
.menu_home:hover{
font-family:Arial;
font-size: 12px;
font-weight: bold;
color: #99CC00;
text-align:center;
}
.menu_top {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration:none;
text-align:center;
}

.menu_top:hover{
font-family:Arial;
font-size: 16px;
font-weight: bold;
color: #990000;
text-align:center;
}
.menu_left {
color: #000000;
font-family: Arial;
font-size: 12px;
font-weight: bold;
text-decoration:none;
text-align:left; 
}
.menu_left:hover{
font-family:Arial;
font-size: 12px;
font-weight: bold;
color: #990000;
text-align:left;
}
.online {
color: #000000;
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-decoration:none;
text-align:left; 
}
.value_online {
color: #FF0000;
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-decoration:none;
text-align:left; 
}
.baiviet_title {
color: #000000;
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-decoration:none;
text-align:left; 
}
.title_contact {
color: #000000;
font-family: Arial;
font-size: 12px;
font-weight: ;
text-decoration:none;
text-align:left; 
}
.title {
color: #000000;
font-family: Arial;
padding-left:10px;
font-size: 12px;
font-weight: bold;
text-decoration:none;
text-align:left; 
}
.title:hover {
color: #990000;
font-family: Arial;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
padding-left:10px;
text-align:left; 
}
.title_link {
color: #990000;
font-family: Arial;
padding-right:10px;
font-size: 11px;
text-decoration:none;
text-align:left; 
}
.title_link:hover {
color: #006699;
font-family: Arial;
font-size: 11px;
text-decoration: underline;
padding-right:10px;
text-align:left; 
}
.title_other {
color: #990000;
font-family: Arial;
padding-right:11px;
font-size: 12px;
text-decoration:none;
text-align:left; 
}
.title_other:hover {
color: #006699;
font-family: Arial;
font-size: 12px;
text-decoration: underline;
padding-right:10px;
text-align:left; 
}
.title_head {
color: #990000;
font-family: Arial;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding-left:10px;
text-align:left; 
}
.pages {
color: #990000;
font-family: Arial;
padding-left:1px;
font-size: 11px;
text-decoration:none;
text-align:left; 
}
.pages:hover {
color: #006699;
font-family: Arial;
font-size: 11px;
text-decoration: underline;
padding-left:1px;
text-align:left; 
}

.menu {
z-index:1000;
font-size:90%;
margin:1px 0 1px 1px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0 ;
margin:0;
list-style-type:none;
width:144px;
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-decoration:none;
text-align:left;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:10px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#ddd;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:144px;
font-size: 11px;
color:#000;
text-indent:5px;
font-weight: bold;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background: #CCCCCC; width:144px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#811314;}

.menu :hover > a {
color:#fff; 
background:#811314;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:144px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}



