@charset "utf-8";
ul{
	list-style:none;
	margin:0; padding:0;
}
html,body{
	margin:0;
	padding:0;
	height:100%;
}
* html body{
	overflow:hidden;
}
* html{
	overflow:hidden;
}
#uni_page{
	width:100%;
	/*background-color:#fff;*/
}
* html #uni_page {
	height:100%;
	overflow:auto;
	position:absolute;
	width:100%;
}
* html #uni_wrapper{
	width:expression(document.body.clientWidth <1024? "1003px" : "98.7%" ); 
}
#uni_page .spacer {
	height:30px;
}
#nav_menu_ym {
	height:25px;
	width:100%;
	z-index:9999;
	position:fixed;
	bottom:0;
}
* html #nav_menu_ym {
	bottom:expression(document.body.clientWidth < 970? "15px" :"-2px");	
	position:absolute;
	z-index:9999;
	left:-10px;
}
#nav_menu_ym .nav_menu { 
	height:23px;
	width:972px;
	margin-left:auto;
	margin-right:auto;	
	background:#e6e6e6;
	border:#dfdddd solid 1px;
	border-right:none;
	border-bottom:1px solid #e6e6e6;
	font:400 11px/23px tahoma;
	color:#333;
}
#nav_menu_ym .nav_menu .left{
	width:500px;
	height:23px;
	float:left;
	
}
#nav_menu_ym .nav_menu .right{
	width:400px;
	height:23px;
	float:right;
	position:relative;
}
#nav_menu_ym .nav_menu .left ul{
	list-style:none;
	margin:2px 0 0;
	padding:0;
	height:20px;
}
#nav_menu_ym .nav_menu .left li{
	width:25px;
	text-align:center;
	display:inline;
	height:20px;
	float:left;
	position:relative;
}
* html #nav_menu_ym .nav_menu .left li{
	width:20px;
}
#nav_menu_ym .nav_menu .left li img{
	margin:2px 5px 0 10px;
	float:left;
	cursor:pointer;
}
* html #nav_menu_ym .nav_menu .left li img{
	margin:2px 5px 0 5px;
	float:left;
	cursor:pointer;
}
#nav_menu_ym .nav_menu .left li.start{
	width:auto;
	line-height:23px;
	margin:0 5px 0 0;
	padding:0 10px 0 0;
	border-right:1px solid #aeaeae;
}
#nav_menu_ym .nav_menu .left li.start img{
	margin:2px 5px 0 10px;
}
#nav_menu_ym .nav_menu .right ul.menu{
	float:right;
	margin:0;
	height:25px;
}
#nav_menu_ym .nav_menu .right .menu li{
	float:left;
	position:relative;
}
#nav_menu_ym .nav_menu .right .menu li.end{	
	padding:0;
	width:40px;
	height:25px;
}
#nav_menu_ym .nav_menu .right .menu li a{
	padding:0 10px 0 10px;
	height:25px;
	text-align:center;
	line-height:25px;
	float:left;
	color:#333;
	text-decoration:none;
	font-size:11px;
}
#nav_menu_ym .nav_menu .right .menu li.end a{
	width:38px;
	padding:0;
	border-left:1px solid #dfdddd;
	border-right:#dfdddd solid 1px;
	background:url(images/iconantennot16x16.gif) no-repeat 10px 4px;
	text-align:center;
}
#nav_menu_ym .nav_menu .right .menu li a span{
	color:#f00;
}
#nav_menu_ym .nav_menu .right .menu li.end a.active{
	text-decoration:none;
	background:#FFFFE1 url(images/iconantennot16x16.gif) no-repeat 10px 4px;
	border:1px solid #000;
	border-top:none;
	width:38px;
	line-height:23px;
	height:23px;
}
#nav_menu_ym .nav_menu .right .menu li.end a.active span{
	color:#979797;
}


#nav_menu_ym .nav_menu .left .mymenu_top{
	width:100px;
	position:absolute;
	left:10px;
	bottom:18px;
	border-top:1px solid #000;
	padding:0px 1px 5px 1px;
	z-index:9999;
	display:none;
	background:url(images/bg_91x5.gif) no-repeat center bottom;
}
* + html #nav_menu_ym .nav_menu .left .mymenu_top{
	top:-83px;
}
.mymenu_top ul{
	width:89px;
	position:relative;
}

#nav_menu_ym .nav_menu .left .mymenu_top li{
	width:89px;
	height:19px;	
	padding:0;
	clear:both;
}
#nav_menu_ym .nav_menu .left .mymenu_top li a{
	width:80px;
	height:19px;		
	font:400 11px/17px arial;
	text-transform:none;
	color:#3b6fad;	
	padding:0 0 0 9px;
	text-align:left;
	display:block;
	text-decoration:none;
	background:#ffffe1 url(images/bg_89x19.gif) no-repeat 1px bottom;
}
* html #nav_menu_ym .nav_menu .left .mymenu_top li a{
	padding:0;
	width:89px;
}
#nav_menu_ym .nav_menu .left .mymenu_top li.end a{
	background:#ffffe1;
}
#nav_menu_ym .nav_menu .left .mymenu_top li a:hover{

}
#nav_menu_ym .nav_menu .right .notifycation{
	width:198px;
	border:1px solid #000;
	border-bottom:none;
	position:absolute;
	bottom:23px;
	right:0;
	background:#ffffe1 url(images/bg_107x1.gif) no-repeat left bottom;
	display:none;
}	
#nav_menu_ym .nav_menu .right .notifycation .title{
	width:186px;
	height:20px;
	background:#4c84c7;
	float:left;
	font:700 12px/18px Arial;
	color:#fff;
	padding:2px 2px 2px 10px;

}
#nav_menu_ym .nav_menu .right .notifycation .title span{
	float:left;
}
#nav_menu_ym .nav_menu .right .notifycation .title img{
	float:right;
	cursor:pointer;
}
#nav_menu_ym .nav_menu .right .notifycation p.viewmore{
	width:100%;
	text-align:right;
	font:400 11px/23px Arial;
	float:left;	
	margin:0 0 5px 0;
	background:url(images/bg_194x2.gif) no-repeat center bottom;
}
* html #nav_menu_ym .nav_menu .right .notifycation p.viewmore{
	padding:5px 0;
}
#nav_menu_ym .nav_menu .right .notifycation p.viewmore a{
	color:#3b6fad;
	text-decoration:none;

}
#nav_menu_ym .nav_menu .right .notifycation p.viewmore img{
	margin:0 3px;
}	
#nav_menu_ym .nav_menu .right .notifycation ul{
	width:190px;
	float:left;
}
#nav_menu_ym .nav_menu .right .notifycation li{
	width:190px;
	float:left;
	margin:2px 0;
}
#nav_menu_ym .nav_menu .right .notifycation li .icon{
	float:left;
	margin:0;
	width:30px;
	text-align:center;
}
#nav_menu_ym .nav_menu .right .notifycation li .data{
	width:155px;
	padding:0 0 13px 5px;
	float:left;
	font:400 11px/14px Arial;
	background:url(images/bg_168x2.gif) no-repeat 5px bottom;
}
#nav_menu_ym .nav_menu .right .notifycation li.end .data{
	background:none;
}
#nav_menu_ym .nav_menu .right .notifycation li .data a{
	color:#3b6fad;
	text-decoration:none;
}
#nav_menu_ym .nav_menu .right .notifycation li .data span{
	color:#979797;
}
#nav_menu_ym .nav_menu .right .menu li.end .balloon{
	position:absolute;
	left:17px;
	top:-10px;
	overflow:hidden;
	display:block;
	float:left;
	height:14px;
	padding-right:2px;
	z-index:10;
	background:url(images/not100x14.gif) no-repeat right -14px;
	display:none;
	cursor:pointer;
}
#nav_menu_ym .nav_menu .right .menu li.end .balloon .num{
	background:url(images/not100x14.gif) no-repeat left 0px;
	float:left;
	height:14px;
	padding:1px 3px 0px 5px;
	font-size:11px;
	line-height:11px;
	color:#fff;
}
#nav_menu_ym .nav_menu .right .menu li.end img.arow{
	position:absolute;
	left:19px;
	top:3px;
	z-index:12;
	cursor:pointer;
	display:none;
}
#nav_menu_ym .nav_menu .right .menu li.end a.hasnot img.arow,
#nav_menu_ym .nav_menu .right .menu li.end a.hasnot .balloon{
	display:inline;
}