*
{
    margin: 0;
    padding: 0;
}
#top
{
    width: auto;
    background: #F4F4F4;
    font-size: 16px;
	
}
#dongchu {
   color: white;
   font-family: cursive;
   font-style: italic;
   font-size: 16px;
   line-height:33px;
   margin-left: 1100px;
 
}


#dong
{
	margin-top: 5px;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
#top ul
{
	list-style-type: none;
    width: auto;
    
}
#top ul li
{
    
    display: inline-table;
    height: auto;
    line-height: 40px;
}
#top ul li a
{
    
    color: #004080;
    text-decoration: none;
    display: block;
	width: 120px;
	height: auto;
	font-weight: bolder;
    font-family: sans-serif;    
    font-size: 14px;
}
#top ul li a:hover
{
    background: #000042;
    color: white;
}
.giua
{
    text-align: center;
}
#top li ul a
{
    margin: auto;
    background: white;
    color: black;
    font-family: cursive;
    text-align: center;
}
#top li ul
{
    position:absolute;
    display:none;
    width: 0px;
}
#top li:hover ul
{
    display: block;
    background: white;
}
#dongtc
{
    height: 37px;
    width: auto;
    background: #002448;
}