@charset "utf-8";
/* CSS Document */

body { behavior: url("../js/csshover3.htc"); }

#submenu{background:url(../images/bg_submenu.gif) left top;
	height:26px;}
#contents{float:left;background-color:#a3c524; width:871px;}	

/*下拉菜单css控制代码*/
#menu td ul{display:none; position:absolute; top:212px; line-height:26px;}

ul.submenu1{left:90px;_width:300px;}
ul.submenu2{left:116px;_width:450px;}
ul.submenu3{left:400px;_width:120px;}
ul.submenu4{left:180px;_width:730px;}

#menu td ul a{text-decoration:none; color:#363636;}
#menu td ul a:hover{text-decoration:underline;}
#menu td:hover ul, #menu ul:hover {display:block;}


/*以上为公用的代码*/


