.navigation_table 	
    {
	color	: #000000;
	font-family	: verdana;
	font-size: 9px;
	font-weight: bold;
	}
	
.n1
    {
    font-family	: verdana, Arial;
    font-weight	: bold;
    font-size: 9px; color:#000000;
    background-color:#DDDDDD;
    height:20px;
    padding-left:5px;
    width: 100%;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
    }

.n2 {
    font-family	: verdana, Arial;
    font-size: 9px; color: #000000
    font-weight: bold;
    background-color:#f9f9f9;
    height:18px;
    padding-left:5px;
    width: 100%;
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
    }

.an {
    color: #000000;
    text-decoration: none;
	}
    
.an:hover
    {
    color: #800000;
    text-decoration: none;
    }