#body {
	height: 100%;
    margin: 0;
	font-size:10px;
	font-style:italic;
	font-weight: bold;
	text-align:center;
}
#id1{
	/*width:1100px;
	height:800px;*/
	width:100%;
	margin:auto;
	background-color:#EEEEEE;
    line-height:23px;
  
    color:#000000;
}

#menu{
	/*width:1100px;*/
	width:100%;
	height:50px;
	margin:auto;
    margin-top: 20px;

   background-color:#184785;
    line-height:50px;
    font-style:normal;

}
#menu ul{
	list-style-type:none;
        padding:0px;
}
#menu ul li{
	float:left;
    width:219px;
    border-left: 0px solid #FF0000;
    position:relative;/*co dinh li ma hover*/
}


#menu ul li a:hover {
  color: #FF0000;
}
#menu ul li a{
	text-decoration:none;
    color:#FFFF00;
}
#wrapper{
	width:1100px;
        margin:auto;
	height:100px;
}
#id3{
	width:220px;
	height:500px;
	background-color:#A9A9A9;
    float:left;
}
#id4{
	width:660px;
	height:500px;
	background-color:#A9A9A9;
    float:left;
}
#id5{
	width:220px;
	height:500px;
	background-color:#A9A9A9;

    float:left;
}
#id6{
	width:1100px;
	height:80px;
    margin:auto;
	background-color:#A9A9A9;
}
.submenu{
	display:none;
    position:absolute;z-index:90;/* menu con noi len li da chon*/
    background:#184785;
}
.submenu li{
	border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
#menu li:hover .submenu {
	display:block;
}


.ssubmenu{
	display:none;
    position:absolute;z-index:90;/* menu con noi len li da chon*/
    background:#444444;
}
.ssubmenu li{
	border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
#menu li:hover .submenu li:hover .ssubmenu {
	display:  inline;
}
