
#menu ul{
float:left;
height:31px;
margin:0;
padding:0;
list-style:none;
width:750px;
background:#eee url(images/fm.jpg) right no-repeat;}

#menu ul li{
float:left;
background:#eee url(images/fm.jpg) repeat-x;}


#menu ul a{
display:block;
padding: 0  4px 0 14px;
line-height:2.4em;
background: url(images/fm2.jpg) repeat-y left top; 
text-decoration:none;
color: #cc0000;
}
#menu ul li.pri a{
width:auto;
/*border:1px solid;*/
line-height:2.4em;
background:url(images/leftm.jpg) repeat-y;}

#menu ul li.pri a:hover{
display:block;
float:left;
padding: 0  4px 0 14px;
/*padding: 0 2em;*/
line-height: 2.4em;
background: url(images/leftm.jpg) repeat-y left top;
text-decoration:none;
color: #cc0000;
}


#menu ul a:hover{
display:block;
float:left;
padding: 0  4px 0 14px;
/*padding: 0 2em;*/
line-height: 2.4em;
background: url(images/fm2.jpg) repeat-y left top;
text-decoration:none;
color: #001fff;
}


