body{
	background-color: #CCFF99 ;
}

ul{
	margin : 0px ;
	padding : 0px ;
	font-size : 12px ;
	font-weight : bold ;
	list-style-type : none ;
}

li {
	margin : 0px ;
	padding : 0px 0px 0px 0px ;

}
a{
	margin : 0px ;
	padding : 4px ;
	text-decoration: none;
	text-align : center ;
	display : block ;
	width : 115px ;
	background-image : url(../img/menu/bg.jpg) ;
	background-repeat: repeat-x;
	color : #ffffff ;
	text-align : center ;
}

a.link{
	border-color : #ff6634;
}

a:active {

}

a:visited{
	color : #cccccc ;
}

a:hover{
	text-decoration:underline ;
	color : #333333 ;
	background-image : url(../img/menu/bgHover.jpg) ;
	background-repeat: repeat-x;
}

.banner{
	background-image : url() ;
	margin : 0px ;
	padding : 0px ;
	position:absolute ; bottom : 0% ; 
}
#english a{
	margin : 0px ;
	padding :0px ;
	text-decoration: none;
	text-align : center ;
	display : block ;
	width : 115px ;
	background-image : url() ;
	background-repeat: repeat-x;
	color :#003366;
	text-align : center ;
        position: bottom ;
}
.now{
	background-image : url(../img/menu/bgNow.jpg) ;
}
