﻿div {
   width:100%;
}
 
h2 {
  font: 200 40px/1.5 Helvetica, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}
 
ul 
{
  /*list-style-image : url('../../Images/new_1.gif');*/
  margin: 10;
  padding: 10;
  vertical-align:bottom !important;
}
 
li 
{
 
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
}
 
li:last-child {
  border: none;
}
 
li a {
  text-decoration:none  !important;
  color: #000 !important;
  display: block;
  width:100%;
  font-weight:bold !important;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
li a:hover 
{   background: #f6f6f6;
    color:Blue !important;
}
