

button {height:58px; width: 127px; background-color:ff8b13; 	border-radius: 69px;}

button1 {height:30px; width: 120px; background-color:red; 	border-radius: 0px;}

button2 {height:30px; width: 120px; background-color:#0EBFE9; 	border-radius: 0px;}

.abc:hover {
	cursor:pointer;
	color:#cccccc;
background-color:02739B; height:30px;width:210px;
}

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@charset "UTF-8";
/* Base Styles */


#cssmenu ul,
#cssmenu li,
#cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 2;
  font-family: 
'Lato', sans-serif;
}
#cssmenu {
 
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;

  -o-border-radius: 0px;
  border-radius: 0px;
  width: auto;
}
#cssmenu ul {
  zoom: 1;
  background: #E0E0E0  ;
  background: -moz-linear-gradient(top, #E0E0E0   0%, C8CCCF  100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E0E0E0  ), color-stop(100%, C8CCCF ));
  background: -webkit-linear-gradient(top, #E0E0E0   0%, C8CCCF  100%);
  background: -o-linear-gradient(top, #E0E0E0   0%, C8CCCF  100%);
  background: -ms-linear-gradient(top, #E0E0E0   0%, C8CCCF  100%);
  background: linear-gradient(top, #E0E0E0   0%, C8CCCF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
min-height:56px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid transparent;

}
#cssmenu li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 15px 9px 15px;
  display: block;
  text-decoration: none;
  color: 6E7071;
  border: 1px solid transparent;
  font-size: 15px;
}
#cssmenu li.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 5px solid #36b0b6;
color: white;

}
#cssmenu li.active a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  background: #02739B;
  border: 1px solid #133e40;
  -moz-box-shadow: shadow 0 5px 10px #133e40;
  -webkit-box-shadow: inset 0 5px 10px #133e40;
  box-shadow: inset 0 5px 10px #133e40;
color: white;


}
#cssmenu li:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #02739B;
color: white;
}
#cssmenu li:hover a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  display: block;
  background: #02739B;
  border: 1px solid #133e40;
  -moz-box-shadow: inset 0 5px 10px #133e40;
  -webkit-box-shadow: inset 0 5px 10px #133e40;
  box-shadow: inset 0 5px 10px #133e40;
color: white;

}
a:visited {
    color: red;
}


a:hover {
    color: hotpink;}

a:active {
    color: red;
}


a:link {
    color: red;
}




             