/* buttons-11.3.css */
 
  .navbar a:link
	     {
	height: 39px;
	width: 117px;
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	border: thin none;
	padding-top:  2px;
	background-image:  url(images/button.gif);
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	      } 
		  
   .navbar a:visited
           {
	height: 39px;
	width: 117px;
	text-align: center;
	vertical-align: middle;
	padding-top:  2px;
	background-repeat: no-repeat;
	border: thin none;
	background-image: url(images/button_yellow.gif);
	display: block;
	font-size: 10px;
	color: red;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	           }
			 
   .navbar a:hover
            {
	height: 39px;
	width: 117px;
	text-align: center;
	vertical-align: middle;
	padding-top:  2px;
	background-repeat: no-repeat;
	border: thin none;
	background-image: url(images/button_green.gif);
	display: block;
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	             }
     
/*	    .navbar a:link    {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
      .navbar a:visited {
	color: red;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
      .navbar a:hover {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FF0000;

}   
*/
