<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
	color: #333333;
}
a {
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
body {
	background:url(/Skin/s/header_bg.jpg) no-repeat center 0;
	position:relative;
	background-color: #d9d9d9;
}
-->
</style>

a.aaa{text-decoration: none;line-height:30px;letter-spacing:1px;PADDING: 0px;}
a.aaa:link {color:#000000;FONT-SIZE: 13pt;}
a.aaa:visited {color:#000000;FONT-SIZE: 13pt;}
a.aaa:hover{color:#ae0927;FONT-SIZE: 13pt;}
a.aaa:active {color:#000000;FONT-SIZE: 13pt;}

<style>
/*下拉菜单样式*/
*{margin:0;padding:0;border:0;}
#div_center { width:766px; height:23px; margin-left: auto;margin-right:auto;}  /*定义总体宽度、高度；background:003399; 控制背景颜色,居中对齐*/ 
#nav { line-height: 20px; list-style-type: none; margin-top:5px;}         /*控制一级菜单行高；上边距5px；*/   
#nav a { display: block; width: 77px; text-align:center; font-size:12px;} /*一级菜单链接总体样式：每个菜单的宽，居中对齐，文字大小*/ 
#nav a:link  { color:#000000; text-decoration:none;margin:0;}     /* 未访问的链接 */   
#nav a:visited  {color:#000000;text-decoration:none;margin:0;}    /* 已访问的颜色 */  
#nav a:hover {color:#333333;text-decoration:none;}                /* 鼠标在链接上 */
#nav li {float: left;}                   /* 一级菜左对齐 */      /* 鼠标在一级菜单上改变其背景色 */ 
#nav li ul {line-height: 24px; background:#EEEEEE; list-style-type: none;text-align:left;left: -999em; width:132px; position: absolute;border-width: 1px;border-top-style: none;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-color: #333333; padding:1px;}             /*二级菜单总体样式：行高24px；背景颜色；外框宽度；相对位置；边框一个象素，上边没样式，左右下边实线，边框颜色#003399；内边距1个象素*/
#nav li ul a{display:block; width: 130px;text-align:left;padding-left:2px;}                 /* 二级菜单链接样式；背景宽度、左对齐，左缩进2 */
#nav li ul a:link  {color:#000000; text-decoration:none;}                                   /* 未访问的链接 */ 
#nav li ul a:visited  {color:#000000;text-decoration:none;}                                 /* 已访问的链接 */
#nav li ul a:hover  {color:#333333;text-decoration:none;font-weight:normal;background:#CCCCCC;}/* 鼠标在链接上 */
#nav li:hover ul {left: auto;}
#nav li.sfhover ul {left: auto;}
#content {clear: left;}
body,td,th {
	font-size: 12px;
}
</style>