﻿/*-------------------------------------menu-top-------------------------------------------*/

/*MENU DOC PHAI*/

#menu-top
{
	width:980px;
	height:39px;
	background-image:url(../images/bg-menu.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;

}

 #menu-top ul
{
 line-height:39px;
 list-style: none;
 margin: 0px;
 padding: 0px;

 display:inline;
 margin-left:5px;
}

#menu-top li {
 margin-left :25px;
 font-family: Arial,Helvetica,sans-serif;
 
 display:inline;

}

#menu-top li a
{  
 
  font-size:13px;

 font-family:Arial;
 color:#999999;
 padding: 0 0 0 20px;
 text-decoration: none; 
 background: url(../images/muiten.png)  left no-repeat; 
 

}

#menu-top li a:hover{
 color: #FF0000;
 text-decoration: none;

 background: url(../images/muiten.png) left no-repeat;
}

/*----------------------------------------end menu-top----------------------------------------*/
/*-------------------------------------------logo-------------------------------------*/
#logo
{
	

	width:119px;
	height:119px;
	margin:0 auto;	
	margin-top:-40px;
/*	background-image:url("../images/logo1.png");
	background-repeat:no-repeat;
*/	
display:inline-table;
z-index:100;
	
}
.menuItemHead {
    border: 0 solid red;
    color: #000000;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    left: 0;
    line-height: 35px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-decoration: none;
    top: -10px;
    z-index: 0;
}


/*--------------------------------------------end logo------------------------------------*/
