/* navigation hori */

#navigation
{ font-family: arial; font-size: 10pt; }

/* removes bullets */
#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}
/* aligns left */
#navigation li
{
list-style: none; 
float: left;
margin: 0;
}

#navigation a
{
font-weight: bold;
color: white;
text-decoration: none;
}

#navigation a:hover
{
color: red;
}

/*#navigation a:visited
{
color: green;
}*/

#inline-navigation a{
font-weight: bold;
color: navy;
text-decoration: none;
}

#inline-navigation a:hover
{
color: red;
}

/* Nav format */

#leftcol{
background-color: navy;
vertical-align:top;
}

li {list-style: square;}

#inline-navigation{
list-style: none;
padding: 0;
margin: 8px;

}


#blocknav1 a
{
text-decoration: none;
font-family: verdana;
font-size: 10pt;
color: white;
}

#blocknav1 a:hover
{
font-family: verdana;
font-size: 10pt;
color: red;
}

#blocknav1 a:visited
{
font-family: verdana;
font-size: 10pt;
/*text-decoration: underline;*/
/*color: #FFCC00;*/
}

#footernav a{
text-decoration: none;
font-family: verdana;
font-size: 8pt;
color: white;
}

#footernav a:hover
{
font-family: verdana;
font-size: 8pt;
color: yellow;
}

#navigation{
width: 800px;
height: 19px;
border-spacing: 0;
padding: 1px;
background-color: #666699; /*#D3E2F8;*/
}