#menu {
  height: 30px;
  width: 100%;

}

#menu ul {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #272727;
  border-bottom: solid 5px #535E99;
}

#menu li {
  display:inline;
  margin:0;
  padding:0;
  border:0;
}

#menu a {
  display:block;
  float:left;
  height:100%;
  margin:0;
  padding:0 40px;
  border-right: 1px solid #444444;
  color: #CDCDCD;
  font: bold 12px "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
  line-height: 34px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
	-o-transition:background-color .5s ease;
  -moz-transition:background-color .5s ease;
  -webkit-transition:background-color .5s ease;
  transition: background-color .5s ease;
}

#menu a:active {
  background-color:#7580BC;
  color:#FFFFFF; 
  position: relative;
  top: 0px;
}

#menu a:hover {
  background-color:#7580BC;
  color:#FFFFFF;
}

.active a {
  background-color:#535E99;
  color:#FFFFFF !important;
  border:none;
}


.home a {
  width: 50px;
  padding: 0 !important;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-image:url(./images/home.png);
}

.home.active a {
  background-position: -49px 1px;
}

.home:hover a {
  background-position: -49px 1px;
}
