@CHARSET "UTF-8";

#top {
background: url("/images/homepage_baner.jpg") no-repeat center;
width: 940px;
height: 182px;
overflow: hidden;
}

#menu_top {
float: right;
margin-top: 58px;
height: 26px;
overflow: hidden;
margin-bottom: 5px;
}

#menu_top ul {
margin-right: 10px;
}

#menu_top ul li {
float: left;
list-style: none;
/*display: inline; */
}

#menu_top a {
display: block;
margin: 0px 0px;
padding-left: 15px;
line-height: 25px;
height: 25px;
color: #858585;
text-align: center;
font-family: Arial, Tahoma, Verdana, sans-serif;
font-weight: bold;
font-style: italic;
font-size: 15px;
}
#menu_top a span{
display: block;
cursor: pointer;
padding-right: 15px;
height: 25px;
}
#menu_top a:hover {
text-decoration: none;
background: url("/images/menu_button_left.png") repeat-x left;
color: #e22d00;
}
#menu_top a:hover span{
background: url("/images/menu_button_right.png") no-repeat right;
}

#homepage_content {
padding: 20px 0;
overflow: hidden;
}

#sections li{
float: left;
display: block;
width: 300px;
height: 302px;
margin-left: 20px
}
#sections li:first-child{
margin-left: 0;
}

#sections a {
float: left;
display: block;
width: 300px;
height: 302px;
}
