a:after{    
  				            background: none repeat scroll 0 0 transparent;
  				            bottom: 0;
   				            content: "";
   				            display: block;
   				            height: 2px;
   				            left: 50%;
   				            position: absolute;
   				            background: #5db616;
   				            transition: width 0.3s ease 0s, left 0.3s ease 0s;
   				            width: 0;
  				           }

                    a:hover:after{ 
   				                  width: 100%; 
   				                  left: 0; 
  				                 }
					.pres{
				font-size:20px;
				color:blue;
				font-family:titr;
				}
			.divs{
                  height:100px;
	              background-color:white;
				  text-align:right;
				 {
				a{
 				       color: #000;
  				       text-transform: uppercase;
  				       text-decoration: none;
  				       display: inline-block;
  				       padding: 5px 10px;
 				       position: relative;
 				       }

 				    a:after{    
  				            background: none repeat scroll 0 0 transparent;
  				            bottom: 0;
   				            content: "";
   				            display: block;
   				            height: 2px;
   				            left: 50%;
   				            position: absolute;
   				            background: #5db616;
   				            transition: width 0.3s ease 0s, left 0.3s ease 0s;
   				            width: 0;
  				           }

                    a:hover:after{ 
   				                  width: 100%; 
   				                  left: 0; 
  				                 }
								 a{
 				       color: #000;
  				       text-transform: uppercase;
  				       text-decoration: none;
  				       display: inline-block;
  				       padding: 5px 10px;
 				       position: relative;
 				       }
