﻿
#navigation
{
    background-image: url( '../images/navbar.gif' );
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom-width: 0;
    border-top-width: 0;
    border-left-style: solid;
    border-left-width: .1em;
    border-right-style: solid;
    border-right-width: .1em;
    border-top-style: solid;
    border-bottom-style: solid;
}
#navigation ul
{  
    overflow:auto;  
}
#navigation li
{
    display: inline;
}
#navigation li a
{
    display: block;
    float: left;
    padding: .4em 1.8em;
    border-right: .1em solid;
    color: White;
    text-decoration:none;
}
#navigation li a:hover {
    text-decoration:underline overline;
}
.pages {text-align:center; margin-top:30px; margin-bottom:20px;}
.pages li{padding-right:10px; display: inline;}
.pages li a{color:gray; text-decoration:none;}
.pages li a:hover{text-decoration:underline;}
.prev {color:lightgray; text-decoration:none;font-size:x-small;margin-right:20px;}
.prev:hover {text-decoration:underline;color:Gray;}
.next {color:lightgray; text-decoration:none;font-size:x-small;margin-left:20px;}
.next:hover {text-decoration:underline;color:Gray;}
.top{text-align:center; clear:both;}
.top a{color:gray; text-decoration:none; }
.top a:hover{text-decoration:underline;}