table.rowNavigationTable {
    background-color: #eeeeee;
    width: 200px;
	height:100%;
}

table.rowNavigationTable td.navigationHeader { /* header */
    font-size:12pt;
    font-weight:bold;
    color:#336699;
    padding-left:5px;
    padding-bottom:3px;
    padding-top:10px;
}

table.rowNavigationTable td.navigationItem { /* item */
    font-size:9pt;
    padding-left:10px;
}

table.rowNavigationTable a {
    color:#555555;
    text-decoration:none;
}

table.rowNavigationTable a:hover {
    color:#669933;
    text-decoration:underline;
}

td#leftNav {
    background-color: #eeeeee;
    width:200px;
	vertical-align:top;
}
