.item1 
{
    position: relative;
}
.section 
{
    position: absolute;
    visibility: hidden;
}
.navtop 
{
	margin-top: 1px;
	background-color: #003082;
	width: 137px;
	font-family: Arial;
	font-size: 10px;
}
.navtop a:link 
{ 	
    padding: 3px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
}
.navtop a:hover 
{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    background-color: #DD9917;
}

.navtop a:visited
{
    padding: 3px;
    display: block;
    color: #ffffff;
    font-weight: bold;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

}

