#menu_container{
    margin:0 auto;
    position:relative;
    display:block;
    width:936px;
    height:61px;
}
#menu_right{
    float:right;
    width:13px;
    display:block;
    height:61px;
    background:transparent url("../images/menu_right_bg.gif") top left no-repeat;
}
#menu_center{
    float:right;
    width:907px;
    display:block;
    height:61px;
    background:transparent url("../images/menu_center_bg.gif") top right repeat-x;
}
#menu_center .menu_item_div{
    float:right;
    height:31px;
}
#menu_center a{
    height:31px;
    display:block;
    font:bold 18px sanserif;
    color:white;
    text-decoration:none;
    background:transparent url('../images/separ.gif') top left no-repeat;
}
#menu_center a:hover{
    text-decoration:none;
}
#menu_center .home_link{
    background:transparent url('../images/home_link_bg.gif') repeat-x;
    padding: 4px 30px 5px 30px;
}
#menu_center a .act_l {
        float: left;
	padding: 4px 30px 5px 30px;
}
#menu_center a.active .act_b {
	background: url(../images/act_b.gif) repeat-x 50% 0px;
        float: left;
}
#menu_center a.active1 .act_b {
	background: url(../images/act_b.gif) repeat-x 50% 0px;
        float: left;
}
#menu_center a.active .act_l {
	background: url(../images/act_l.gif) no-repeat left top;
        float: left;
	padding: 4px 30px 5px 30px;
        cursor: pointer;
}
#menu_center a.active1 .act_l {
	background: url(../images/act_l.gif) no-repeat left top;
        float: left;
	padding: 4px 30px 5px 30px;
        cursor: pointer;
}
#menu_center a.active .act_r {
	background: url(../images/act_r.gif) no-repeat right top;
        float: left
}
#menu_center a.active1 .act_r {
	background: url(../images/act_r.gif) no-repeat right top;
        float: left
}
#menu_left{
    float:right;
    width:16px;
    display:block;
    height:61px;
    background:transparent url("../images/menu_left_bg.gif") top right no-repeat;
}
