
#nav #network {
bottom: 0px;
background: transparent;
height: 25px;
width: 900px;
margin: auto;
}
#nav #network li {
display:block;
background: transparent;
margin: 0px 0px 0px 0px;
float: left;
position:relative;
font-weight: bold;
font-size: 14px;
}
#nav #network a {
background: transparent;
color: #359946;
display: block;
padding: 0 100px;
line-height: 25px;
text-decoration: none;
}
#nav #network a:hover {
background: #359946;
color: #FFFFFF;
}
