#menu li{
	color:#FFF;
	text-align:center;
	font-size:16px;
}
#menu li > p > a{
  color:#FFFFFF;
  text-decoration:none;
}
#menu p{
	padding:0px 5px;
	margin:0;
	line-height:32px;
}
.beginmenu{
  width:105px; 
  height:32px;
  background:url(../images/menu-left.png) no-repeat; 
  background:url(../images/menu-left.png) no-repeat, url(../images/menu-line.png) no-repeat 104px 0; 
  float:left;
  color:#FFFFFF;
  text-align:center;
  display:block;
}
.beginmenuc{
  width:105px; 
  height:32px;
  background:url(../images/menu-left-click.png) no-repeat; 
  background:url(../images/menu-left-click.png) no-repeat, url(../images/menu-line.png) no-repeat 104px 0; 
  float:left;
  color:#FFFFFF;
  text-align:center;
  display:block;
}
.menuc{
  width:93px; 
  height:32px;
  background:url(../images/menu-middle.png) no-repeat; 
  background:url(../images/menu-middle.png) no-repeat, url(../images/menu-line.png) no-repeat 92px 0;   
  float:left;
  color:#FFFFFF;
  text-align:center;
  display:block;
}
.menucc{
  width:93px; 
  height:32px; 
  background:url(../images/menu-middle-click.png) no-repeat;
  background:url(../images/menu-middle-click.png) no-repeat, url(../images/menu-line.png) no-repeat 92px 0; 
  float:left;
  color:#FFFFFF;
  text-align:center;
  display:block;
}
.endmenu{
  width:104px; 
  height:32px; 
  background:url(../images/menu-right.png) no-repeat; 
  float:left;
  color:#FFFFFF;
  text-align:center;
  display:block;
}
.endmenuc{
  width:104px; 
  height:32px; 
  background:url(../images/menu-right-click.png) no-repeat; 
  float:left;
  color:#FFFFFF;
  text-align:center;
  display:block;
}
.textdivb{
  width:92px; 
  height:0; 
  position:relative;
  left:12px;
  overflow:hidden;
}
.textdiv{
  width:92px; 
  height:0; 
  position:relative;
  overflow:hidden;
}
.subtext{
  height:32px;
  background:rgb(153,153,153);
  background: transparent\9;
  background:rgba(153,153,153,0.6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99999999,endColorstr=#99999999);
  zoom: 1;
  border-bottom:1px solid #FFFFFF;
}
.subtext a{
  color:#2E319A;
}