/* The main top menu display */
a.header_nav:link { color: #FFFFFF; }
a.header_nav:visited { color: #FFFFFF; }

a.header_nav:hover {  
        background-color: #CCCCCC; 
        color: #003876;    
	font-family: helvetica,arial,sans-serif; 
	font-weight: bold;
        text-align:center;
        text-decoration: none;
        list-style: none;
        margin: 0;
/*        width: 130px; */
}

a.header_nav {
        text-decoration: none;
        color: #FFFFFF;
        height: 10px;
	font-family: helvetica,arial,sans-serif; 
        font-size: 10px;
        font-weight: bold;
        text-align:center;
        border-top: 0px solid #FFFFFF;
        border-bottom: 0px solid #FFFFFF;
        border-right: 0px solid #FFFFFF;
        border-left: 0px solid #FFFFFF;
        margin: auto;
/*        width: 130px; */
        background-color: #606096;
}

a.header_nav_on:link { color: #FFFFFF; }
a.header_nav_on:visited { color: #FFFFFF; }
a.header_nav_on {
        text-decoration: none;
        color: #FFFFFF;
        height: 10px;
	font-family: helvetica,arial,sans-serif; 
        font-size: 10px;
        font-weight: bold;
        text-align:center;
        border-top: 0px solid #FFFFFF;
        border-bottom: 0px solid #FFFFFF;
        border-right: 0px solid #FFFFFF;
        border-left: 0px solid #FFFFFF;
        margin: auto;
/*        width: 130px; */
        background-color: #666666;
}
/* End main top menu display */
