ul {
 padding-right: 0px;
 padding-left: 0px;
 padding-bottom: 0px;
 margin: 0px;
 padding-top: 0px
}
#announcement {
 width:100%;
 background:url(img/menu_bg.gif) repeat;
 overflow: hidden;
}
#announcement div {
 /*border: #e6e6e6 1px solid;*/
 width:460px;
 padding:0px 10px 0px 10px;
 overflow-y:hidden;
 line-height: 24px;
 height: 24px
}
#announcement li {
 font-size: 12px;
 float: left;
 list-style-type: none;
 margin-right: 20px;
 padding-left: 10px;
 margin-top:4px;
 white-space: nowrap;
 /*width:180px;*/
}
#announcement a {
 text-decoration: none;
}
#announcement a:hover {
 text-decoration:underline;
}

#exchange {
 width:100%;
 background:url(img/menu_bg.gif) repeat;
 overflow: hidden;
}
#exchange div {
 /*border: #e6e6e6 1px solid;*/
 width:460px;
 padding:0px 10px 0px 10px;
 overflow-y:hidden;
 line-height: 24px;
 height: 24px
}
#exchange li {
 font-size: 12px;
 float: left;
 list-style-type: none;
 margin-right: 20px;
 padding-left: 10px;
 margin-top:4px;
 white-space: nowrap;
 /*width:180px;*/
}
#exchange a {
 text-decoration: none;
}
#exchange a:hover {
 text-decoration:underline;
}
