
/*//////////////////////////////////////////////////////////////////////////////
// 作    者:    Hector(张伟)
// 版权所有:    武汉理工大学学工会
// 技术支持:    myourys@gmail.com
// 程序名称:    
// 程序版本:    
// 单元名称:    
// 开始时间:    
// 最后修改:    
// 备    注:   全局样式 
//////////////////////////////////////////////////////////////////////////////*/


/* ------------------- 华丽的分割线 ---------------------- */
/* 整体样式 Start */
.{margin:0;
padding:0;}
body
{text-align:center;
}
li{ 
list-style-type:none; 
margin:5px; 
list-style-image: url(images/arrow.gif);
}
.color_red{color:Red;}
a:link { color:Black;text-decoration: none;} /* 未访问的链接 */
a:visited { text-decoration: none;} /* 已访问的链接 */
a:hover {color: red; text-decoration: none;} /* 鼠标在链接上 */
a:active { text-decoration: none;} /* 激活链接 */    
/* 整体样式 End */

#noti
{
	height:20px;
	width:100%;
	font:12px;
	padding-left:50px;
	background:#ECECEC url(icon.gif) left no-repeat;
}
#noti li
{
	float:left;
	}
/* ------------------- 华丽的分割线 ---------------------- */
#wrap {           /* 整体样式 */
	width: 922px;
	height: auto;
	 margin:0 auto;
	text-align:left;
}
#logo{              /* 页眉样式 */
width:100%;
height:165px;
background-image: url(head.jpg);}
/* ------------------- 华丽的分割线 ---------------------- */
#footer
{ WIDTH: 922px;
border:solid #99CC99 1px;
 margin-top:5px;
 margin-bottom:5px;
 background:#DBF2FA;
 font-size:15PX;
 text-align:left;}
#footer a:link {color:#810081;text-decoration: none;}

/* 布局 导航 Start */
#mainmenu{ background:url(head_re.jpg) repeat-x;}
#menu_u_r .before_mo  /*鼠标移动到上面*/
{text-align:center;float:left;font-size:18px;BACKGROUND: #dcdcdc; BORDER-LEFT: #f2f2f2 2px solid; WIDTH: 80px; CURSOR: pointer;padding-top:2px;}
#menu_u_r .after_mo      /*鼠标离开*/
{text-align:center;	font-size:18px;float:left; BACKGROUND: #c2130e; BORDER-LEFT: #f2f2f2 2px solid; WIDTH: 80px; COLOR: #fff;padding-top:2px;}
#menu_up
{height:23px;
border-bottom:#c2130e 3px solid;
width:100%;}
   #menu_up #menu_u_l
     {float:left;padding-top:3px;}
   #menu_up #menu_u_r
     {float:right;}
#menu_down
{height:18px;width:100%;}		 
#menu_down A {COLOR: #666; TEXT-DECORATION: none;}           /*链接样式*/
#menu_down A:hover {COLOR: #c2130e; TEXT-DECORATION: underline;}
.menu_bor       /*子标题*/
{  font-size:12px;
	text-align:center;
	float:right;
	width:500px;
	margin-top:5px;
	height:15px;
}
	
/* 布局 导航 End */