#navigation{
padding-left: 0;
margin-left: 0;
border-bottom: 0px solid gray;
width: 145px;
}

#navigation li 
{
list-style: none; /* V�liviiva */
margin: 3px;
margin-left:-1.5em;
padding: 0.25em;
width: 125px;
border-top: 1px solid gray;
}

#navigation li a { text-decoration: none; }

#navigation a
{
display: block;
margin-left:-0.2em;
padding: 3px;
width: 125px;
background-color: #ffffff;
color: #100000;
}
/* correct order is link,visited,hover,focus,active */
#navigation a:link
{
color: #000000; /* Tekstin v�ri */
background-color: #fffffe;
text-decoration: none;
}

#navigation a:visited
{
color: #000001; /* Tekstin v�ri */
background-color: #d2dbdb;
text-decoration: none;
}

#navigation a:hover
{
background-color: #b6bfc4;
color: #fffffe;
}

#navigation a:focus
{
background-color: #b6bfc4;
color: #fffffe;
}

/* a:active must come after a:hover in order to work */
#navigation a:active
{
background-color: #e0e0e0;
color: #100000;
}

/* VexilliumVenum Copyright � */
/* Copyright &copy; VexilliumVenum 2008 */


