
/*=========À¸Ä¿²Ëµ¥===========*/

div#menucyrano	{
    width:100%;
	height:43px;
    margin:0px;
	padding:0px;
}

div#mainmenucyrano	{
	margin-left:6px;
	padding:0;
}

div#mainmenucyrano ul {
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    margin: 0 3px; 
}

div#mainmenucyrano li{
    float: left;
    display: inline;
    margin: 0px;
    padding: 0px;
    background: url(menu_bg.gif) no-repeat;
}

div#mainmenucyrano a{
    display: block;
    width: 102px;
    text-align: center;
    font:14px/43px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
	cursor:pointer;
	color: #fff;
	text-decoration: none;
}

div#mainmenucyrano a.lablemenu1{
    color: #fff;
    font-weight: bold;
    background: url(menu_now.gif) no-repeat;
	text-decoration: none;
}

div#mainmenucyrano a:lablemenu0{
    color: #fff;
	text-decoration: none;
}

div#mainmenucyrano a.current{
    color: #fff;
    font-weight: bold;
    background: url(menu_now.gif) no-repeat;
	text-decoration: none;
}

