.header td{
	text-align:center;
}
.header td:hover{
	background-color:silver;
}
li.list{
	margin-top: -15px;
	padding-top: 5px;
	padding-bottom: 1px;
}
ul.list{
    margin-bottom: 5px;
}
ul{
    padding: 0;
	display: inline-block;
	list-style: none;
}
ul li{
	float: left;
//	min-width: 125px;
	text-align: center;
}
ul li a{
	display: block;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
}
ul li a:hover, .test:hover{
	background: #dddddd;
    line-height:30px;
}
ul li ul{
	display: none;
}
ul li:hover ul{
	position:absolute;
	border:1px solid lightgrey;
	display: block; /* display the dropdown */
	background: #eeeeee;
}
#netsel{
	padding: 5px;
    border: 2px solid lightgrey;
    -webit-border-radius: 5px;
    border-radius: 5px;
}