
  /* NAVIGATION - CSS CLASSES */
  
  p.nav-section-header
  {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 2px 0px;
    background-color: #5072a9;
  }
  
  p.nav-section-button
	{
		border: 4px outset #BBBFD3;
		margin: 0px auto 12px auto;
		padding: 2px 0px;
	}
      
	p.nav-section-button a
	{
		color: #FFFFFF;
		display: block;
		text-decoration: none;
	}
  
  ul.navigation-link-items
  {
    margin: 6px 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 20px;
  }
  
  a.menu-item
  {
    display: block;
    width: 100%;
    margin: 6px 0px;
    font-family : verdana;
    font-size: 12px;
    font-weight: bold;
    color: #b4b4b5;
    line-height: 20px;
    text-align : center;
    text-decoration : none;
  }
  
  a.menu-item:hover
  {
    background-color: #dad7d7;
  }