@charset "utf-8"; 
/*样式声明文件*/
* {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
/*样式声明文件*/


body {
	text-align: left;
	background-image: url(../images/newercomcn_images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/*课程区*/


#main {
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

/*顶部logo区*/
#title {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 11px;
	height: 70px;
}
#title img {
	display: block;
	float: left;
}
/*顶部logo区*/

/*中国十大品牌*/
#titletxt {
	float: right;
	text-align: right;
	line-height: 150%;
	margin-top: 20px;
	color: #666666;
	margin-right: 10px;
}
.red {
	color: #FF0000;
}
/*中国十大品牌*/

/*菜单区*/
#menu {
	width: 900px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
#menuleft {
	float: left;
	height: 30px;
	width: 10px;
}
#menumid {
	float: left;
	height: 30px;
	width: 880px;
	background-image: url(../images/newercomcn_images/menu_mid.gif);
}

#menuright {
	height: 30px;
	width: 10px;
	float: right;
}
/*菜单区*/

/*菜单效果*/
#nav {
	line-height: 30px;
	list-style-type: none;
	color: #FFFFFF;
}

#nav a {
	display: block;
	text-align:center;
	/*font-weight: bold;*/
	width: 100px;
}

#nav a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover {
color:#FFF;text-decoration:none;font-weight:bold;
}

#nav li {
	float: left;
	text-align: center;
}
#nav li a:hover{
	color: #CCCCCC;
	background-image: url(../images/newercomcn_images/menu_mid_hover.gif);
	background-repeat: repeat-x;
}
#nav li ul {
	line-height: 27px;
	list-style-type: none;
	text-align:left;
	left: -999em;
	width: 100px;
	position: absolute;
}
#nav li ul li{
	float: left;
	width: 170px;
	background-color: #CC0000;
}

#nav li ul a{
display: block; width: 146px;text-align:left;padding-left:26px;
}

#nav li ul a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#nav li ul a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#nav li ul a:hover {
	color:#CC0000;
	text-decoration:none;
	font-weight:normal;
	background-color: #CCCCCC;
	background-image: none;
}

#nav li:hover ul {
left: auto;
}
#nav li.sfhover ul {
left: auto;
}

#content {
clear: left;
}
/*菜单效果*/

/*页面整体链接样式*/
a:link     {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
/*页面整体链接样式*/



/*底部版权区*/
#bottom {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../images/newercomcn_images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
}
#bottom #copyright {
	margin-top: 10px;
	color: #666666;
	line-height: 150%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#links li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
#links1 li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
#links a {
	display: block;
}
/*底部版权区*/
#space {
	clear: both;
}
