*{ 
margin: 0; padding:0 
} 
#title { 
height: 24px;
} 
#title li { 
float: left; 
list-style-type: none; 
height: 24px; 
line-height: 24px; 
text-align: center; 
margin-right: 0px; 
} 
#title ul { 
background-color: #005bae; 
height: 24px; 
} 
#title a { 
text-decoration: none; 
color: #ffffff; 
display: block; 
width: auto; 
} 
#title a span{ 
display: block; 
padding: 0 15px 0 15px; 
} 
#title .selectli{ 
text-decoration: none; 
color: #ffffff; 
display: block; 
width: auto; 
background-color:#58a52a;
} 
#title a .selectspan{ 
display: block; 
padding: 0 15px 0 15px;
background-color:#58a52a;
} 
.content { 
height: 70px; 
padding: 0; 
background-color:ddfacc; 
border:#baf497 solid 1px;
padding:10px;
color:#007300;
font-size:14px;
} 
.hidecontent {display:none;} 