 .menu1 ul {
      margin: 0 auto;
      padding: 0;
      list-style : none;
      
    }
    .menu1 {
      margin: 0 auto;
      text-align:center;
      padding: 0;
      
    }
    .menu1 li {
      float: left;
      width: 5em;
      margin:.2em;
      background: #ff0000;
      text-align: center;
           
    }
    .menu1 a {
      display: block;
      width: 100%;
      text-decoration: none;
    }
    .menu1 a:visited, a:link {
        color: #ffffff;
    }
    .menu1 a:hover {
      background: #ff9900;
    }
  
	.vert_menu ul 
	{
	  list-style : none;
      margin: 0 auto;
      padding: 0;
    }
    
    .vert_menu {
      margin: 0 auto;
      text-align:center;
      padding: 0;
      
    }
    .vert_menu li {
      width: 9em;
      margin:.2em;
      padding: 0;
      background: #ff9900;
      text-align: center;
           
    }
    .vert_menu a {
      display: block;
      width: 100%;
      text-decoration: none;
    }
    .vert_menu a:visited, a:link {
        color: #ffffff;
    }
    .vert_menu a:hover {
      color: #7171FF;
    }
    
    .rtop, .rbottom{
			display:block;
			background:white;
			color:#ff0000;
			}
	.rtop *, .rbottom *{
			display: block;
			height: 1px;
			overflow: hidden;
			background:#ff0000;
			}
	.vertmenu_rtop, .vertmenu_rbottom{
			display:block;
			background:white;
			color:#ff9900;
			}
	.vertmenu_rtop *, .vertmenu_rbottom *{
			display: block;
			height: 1px;
			overflow: hidden;
			background:#ff9900;
			}
			
	.r1{margin: 0 6px}
	.r2{margin: 0 3px}
	.r3{margin: 0 2px}
	.r4{margin: 0 1px;	height: 1px
	}
	
	.label {
	    font-family: Century Gothic;
	    font-size: small;
	    font-weight:bold;
	    font-style:italic;
	    color: red;
	}
	.piclabel {
	    font-family: Century Gothic;
	    font-size: small;
	    font-weight: bold;
	    color: #7171FF;
	}
	
	.title {
	    font-family: Impact;
	    font-size: medium;
	    font-weight: bold;
	    color: red;
	}
	
	.pagelabel {
	    font-family: Century Gothic;
	    font-size: medium;
	    font-weight: bold;
	    color: green;
	}
	.pagetitle {
	    font-family: Century Gothic;
	    font-size: large;
	    font-weight: bold;
	    color: blue;
	}
	
	.homepage li 
	{
		color:red;
		font-weight:bold;
	}