.nav{
}
ul {
	list-style: none;
}
a{
	text-decoration: none;
}
.search{
	font-size: 18pt;
	color: #888888;
}
.search input{
	height: 30px;
	width: 220px;
	z-index: 90;
	text-indent:10px;
	letter-spacing:1px;
	border-radius:25px;
	-moz-border-radius:25px;
}
.nav>li {
	float: left;
}
.nav li {
	float: left;
}
.nav a {
	display: block;
	width: 100px;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 16px;
}
.nav li:hover a{
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	background: #fff;
	border-bottom: 2px solid #1e90dd;
}
.nav span {
	display: block;
	text-decoration: none;
	width: 120px;
	text-align: center;
	line-height: 50px;
	color: #333;
	font-size: 16px;
   	border: 1px solid #f0f0f0;
}
.nav li.active a {
	background: #f9f9f9;
	color: #red;
	border-bottom: 2px solid #15c288;	
}
.nav li.active span {
	background: #31333f;
	color: #red;
}
li.item span{
	border:1px solid #f0f0f0;
}

li.item span:hover {
	background: #fff;
	color: #38f;
	border-bottom: 2px solid #15c288;
}
li.item span:active {
	background: #f1f1f1;
	color: #000;
	border-bottom: 2px solid #15c288;
}

.divFooter{
	width: 100%;
	background: #9e9e9e;
	color: #FFFFFF; 
	font-size: 12px;
}
.hasmsg {
	position:relative;
	left:-8px;
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 50%;
}
