﻿#roundbar-blue ul li a {
	display:block;
	color:#3A2622;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	line-height:33px;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	font-family: 'lobster';
	width:120px;
	height:33px;
	background-size: 120px 33px;
}
#roundbar-blue_bottom ul li a {
	display:block;
	color:#351F05;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	font-family: 'lobster';
	width:100px;
	height:35px;
	background-size: 100px 35px;
}
