#menu-bg {
background-color: #ccc;
height:35px;
background: url(../img/head_bg.gif) repeat-x;
-webkit-background-size:auto 35px;
background-size:auto 35px;
}

#menuList {
list-style: none;
margin: 0;
padding:0;
text-align: center;
width:972px;
}

#menuList li {
width:117px;
background: url(../img/head_bg.gif) repeat-x;
-webkit-background-size:auto 35px;
background-size:auto 35px;
float: left;
text-align: center;
} 

#menuList li.plus {
width: 230px;
}
	
#menuList li a {
font-size:12px;
padding:0;
border-right: solid 1px #ccc;
border-left: solid 1px #fff;
color: #333;
display: block;
text-decoration: none;
line-height: 35px;
height: 35px;

-moz-transition: background-color 0.3s linear;
-webkit-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
text-shadow: 0px 1px 1px #ffffff;
font-weight:bold;
}

#menuList li.firstChild a {
border-left: none;
}

#menuList li.lastChild a {
border-right: none;
}

#menuList li a:hover {
background-color: #ffcc00;
}