.header {
    height:59px;
    overflow:hidden;
}

.submeniu {
/*    background-image:url(../images/submeniu_bg.gif);
    background-repeat:repeat-x;*/
    width:951px;
    height:27px;
    /*float:left;*/
    overflow:hidden;
}

.orange_blog {
    margin-left:9px;
    margin-right:54px;
    margin-top:6px;
    float:left;
}

.blog_icon {
    margin-left:4px;
    float:left;
}

ul#menu {
    list-style-type:none;
    margin:0px;
    padding:0px;
    float:left;
    width:auto;
    border-bottom:1px solid #cbcbcb;
    position:relative;
    top:2px;
}

ul#menu li {
    display:block;
    float:left;
    margin-top:9px;
    text-align:center;
    line-height:24px;
}

.selected {
    background-image:url(../images/menu_selected.gif);
    background-repeat:no-repeat;
    width:94px;
    height:23px;
    display:block;
    color:#ff5500;
    margin-right:3px;
    position:relative;
    top:2px;
}
.inactive {
    background-image:url(../images/menu_inactive.gif);
    background-repeat:no-repeat;
    width:94px;
    height:23px;
    display:block;
    color:#000000;
    margin-right:3px;
}

.rss {
    float:right;
    margin-top:12px;
    /*height:32px;*/
    text-align:right;
    /*line-height:32px;*/
}
 
.rss span {
        display:block;
        background-image:url(../images/rss.gif);
        background-repeat:no-repeat;
        height:20px;
        width:140px;
}
.rss span a {padding-left:18px;}

.sub1{
    float:left;
    background-image:url(../images/subtitle_bg_1.gif);
    background-repeat:repeat-x;
    width:612px;
    height:27px;
}
.sub2{
    background-image:url(../images/subtitle_bg_2.gif);
    background-repeat:repeat-x;
    float:left;
    width:339px;
    height:27px;
}





