/* CSS Document */
.navmodern{
    margin:0px auto 0px auto;
	width:1000px;
	height:50px;
	border-bottom:1px solid #cce8f0;
}
.navmodernup{
    height:40px;
}
.navmodernup .nav{
    width:85px;
	float:left;
	text-align:right;
	padding-top:10px;
}
.nav a{
   font-size:14px;
   font-weight:bold;
}
.linenav{
    height:30px;
	margin:5px 0px 5px 0px;
	font-size:24px;
	float:left;
	line-height:30px;
	color:#cce8f0;
	font-weight:bold;
}
.navmoderndown{
    height:10px;
	background:#e9f8fd;
}
.more{
   text-align:center;
   line-height:26px;
   height:26px;
   font-size:12px;
   width:120px;
   margin-left:450px;
}
.more a{
  color:#ff0000;
}