#navigation{
    width: 1000px;
    border-bottom: 5px solid #90A6B0;
    
}


#navigation ul {
    padding: 0;
    margin: 0;
    position: relative;
    left: 385px; /* ! moves the tabs over to the right side */
    width: 620px;
    height: 38px;
    top: 5px;
    
}
#navigation ul li{
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center;
}

#navigation li.top{
    font-family: verdana, arial, sans-serif;
    font-size: 18px;

}

#navigation li.top a { 
	text-decoration: none;
    color: white;
    cursor: pointer;
    position: relative; /* ! */
    float: left; /* ! */
    width: 200px; /* ! */
    z-index: 10; 
    padding: 0px; 
    margin: 0px;    
	text-align: center; /* IE */
}
#navigation li.top a:hover { color: #86ff11;}
#navigation .top img {
    position: absolute;
    width: 200px;
    height: 38px;
    z-index: 10;
    border: 0px;
    right: 0px;
    
}
#navigation .top label {
    position: relative; width: 200px;
    top: 7px; cursor: pointer;
}

/* Second Level Navigation Styles */
.secondlevel{
	font-size: 10pt;
    margin: 0px;
    padding: 0px;
    margin-top: -40px;
    margin-left: 6px;
	background-color: white;
	width: 994px;
	
}
.secondlevel li {
    display: inline;
    float: left;
	text-align: center;
	background-color: #126583;
	margin-right: 6px;
	padding: 3px 10px 5px 10px;
	border-top: 5px solid #126583;
}
* html .secondlevel li { /* IE Only */
	position: relative;
	width: 12%;
	padding: 5px 5px;
	margin-top: -7px;
	top: 7px;

}
* html .secondlevel li a { padding: 5px 0px;}
.secondlevel li a{
	position: relative;
	color: #fff;
	text-decoration: none;

}
.secondlevel li a:hover{
    color: #86ff11;
}

* html .transport li{ width: 9.4%;}
* html .datacenter li{ width: 19%;}
* html .about li{ width: 16%;}
* html .support li{ width: 16%;}
* html .internet li{ width: 19%;}



.secondlevel li.curr {
    border-top: 5px solid #86ff11;
}
.currtop label{
	color: #86ff11;
}
