#menu_container {
    position:                   absolute;
    top:                        300px;
    left:                       50px;
    background-color:           #414141;
    border:                     5px solid #fff;
    border-top:                 none;
    width:                      850px;
    min-height:                 60px;
}

#menu_blog, #menu_gallery, #menu_poetry, #menu_links, #menu_contact, #menu_articles {
    background-repeat:          no-repeat;
    background-position:        center;
    background-color:           #414141;
    position:                   absolute;
    top:                        0px;
    width:                      170px;
    text-align:                 center;
}

#menu_blog {
    left:                       0px;    
}

#menu_gallery {
    left:                       170px;        
}

#menu_poetry {
    left:                       340px;
}

#menu_links {
    left:                       510px;
}

#menu_contact, #menu_articles {
    left:                       680px;
}

/*---------------------------------------------------------------------------*/
/*- Image placement, left will affect the position inside the div           -*/
/*---------------------------------------------------------------------------*/
#menu_blog a img, #menu_gallery a img, #menu_poetry a img,
    #menu_links a img, #menu_contact a img, #menu_articles a img {
        
    position:                   absolute;
    top:                        0px;
    border:                     none;
}

#menu_blog a img {
    left:                       45px;
}

#menu_gallery a img {
    left:                       35px;
    border:                     none;
}

#menu_poetry a img {
    left:                       40px;
}

#menu_links a img {
    left:                       45px;
}

#menu_contact a img, #menu_articles a img {
    left:                       35px;
}

/*---------------------------------------------------------------------------*/
/*- Handle all the menu rollover effects                                    -*/
/*---------------------------------------------------------------------------*/
/*
#menu_blog a img.primary, #menu_gallery a img.primary,
    #menu_poetry a img.primary, #menu_links a img.primary,
    #menu_contact a img.primary {        
    
    z-index:                    100;
}

#menu_blog a img.rollover, #menu_gallery a img.rollover,
    #menu_poetry a img.rollover, #menu_links a img.rollover,
    #menu_contact a img.rollover {
        
    z-index:                    -1;
}

#menu_blog a:hover img.rollover, #menu_gallery a:hover img.rollover,
    #menu_poetry a:hover img.rollover, #menu_links a:hover img.rollover,
    #menu_contact a:hover img.rollover {
        
    z-index:                    110;
}
*/


/*---------------------------------------------------------------------------*/
/*- Misc.                                                                   -*/
/*---------------------------------------------------------------------------*/
div.image_menu_seperator {
    position:                   relative;
    top:                        1px;
    background-image:           url(images/heading/menu_seperator.jpg);
    background-repeat:          no-repeat;
    background-position:        center;
    float:                      left;
    margin-left:                170px;
    min-height:                 59px;
    width:                      5px;
}

