
.button{
  background-color:#3399cc;
  color:#fff!important;
	border-radius: 5px;
		-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
}
a:hover{
	transition: color 0.2s linear 0s;
	/* Firefox 4 */
	-moz-transition: color 0.2s linear 0s;
	/* Safari and Chrome */
	-webkit-transition: color 0.2s linear 0s;
	/* Opera */
	-o-transition: color 0.2s linear 0s;
}

.jp-topmenu ul li a:hover{
  background-color:#3399cc;
  color:#fff;
  border:1px solid #eee;
}


#suckerfish li.active a{  
	color:#fff;
}

#suckerfish li.active a:hover{  
	color:#fff;
}
#suckerfish li {
	border-right:1px solid #23a6ea;
}

#suckerfish li a:hover,
#suckerfish li a:active,
#suckerfish li a:focus {
	color:#fff;
	background: url(../images/active-menu.png) top center no-repeat;

}
#suckerfish {
	background: url(../images/menu-bg-blue.gif) top repeat-x;
	border-radius: 5px;
		-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
}
.jp-footer {
	background: #3399cc;
}
