﻿.PageNavigation 
{
    float: left;
    _width:216px;
    min-width:216px;
    width: 216px;
    margin-top: 40px;

    
}
.PageNavigationItem 
{
    border-bottom: 1px dotted #bbbaba;
    min-width:175px;
    max-width:175px;
    _width:175px;
    background-repeat:no-repeat;
    background-position:right;
       
}

.PageNavigationItem A IMG
{
  
    margin-right:8px;
    margin-bottom:1px;
    margin-top:1px;
}
.PageNavigationItem A
{
    _width:216px;
    min-width:216px;
    color:#ab8948;
    font-size:0.7em;
    width:900px;
    text-decoration: none;
     
}
.PageNavigationItem A DIV
{
    _width:175px;
    min-width:175px;
    height:25px;
    padding-top:10px;
    padding-left:7px;
}

.PageNavigationItem A DIV:hover
{
 cursor:pointer;
 text-decoration: underline;
}
.PageNavigationItem A:hover
{
 cursor:pointer;
}

.PageNavSelectedNode
{
    font-weight: bold;
}
