

.box1 {
		height:26px;
}

.on  {
      background-color:#3333ff;
      width:100px;
      height:26px;
      margin-right:5px;
      text-align:center;
      white-space:nowrap;
	  float:left;
	  display:block;
     }

.off {
      background-color:#ccccff;
      width:100px;
      height:26px;
      margin-right:5px;
      text-align:center;
      white-space:nowrap;
	  float:left;
	  display:block;
     }

.on a         {
               text-decoration:none;
               display:block;
               margin-top:5px;
              }
.on a:link    {color:#ffffff;}
.on a:visited {color:#ffffff;}
.on a:hover   {color:#ffffff;}

.off a         {
                text-decoration:none;
                display:block;
                margin-top:5px;
               }
.off a:link    {color:#000000;}
.off a:visited {color:#000000;}
.off a:hover   {color:#ff0000;}

.box2
    {
     clear:both;
     border-top:solid 10px #3333ff;
     border-bottom:solid 1px #3333ff;
     border-left:none 1px #3333ff;
     border-right:none 1px #3333ff;
    }
.box1 
	{
    overflow: hidden;
    }
.box1 ul  
	{
		padding:0px;
		margin:0px;
	}
.box1 li  
	{
		margin-left:0px;
		list-style-type:none;
		list-style-position: outside;
	}
