﻿

.navbar
{
    width: 922px;
    height: 45px;
    margin: 0 6px;
    background: url('../../images/header/bak_navbar.gif') repeat-x;
    float: left;
}
.nav_sep
{
    padding-top: 17px;
    float: left;
}
.nav_btn
{
    padding: 2px 0 0 0;
    float: left;
}
.nav_btn_on
{
    padding-top: 2px;
    float: left;
}

.subnav_btn
{
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.subnav_text
{
    padding: 7px 35px;
    color: #575a5d;
    text-decoration:none;
    background-image:url(../../images/header/img_nav_separator.gif);
    background-repeat:no-repeat;
    background-position:0px 7px;
}
.subnav_spacer
{
    padding:0px 34px;
    overflow:hidden;
    height:0px;
    clear:both;
    float:left;
}



.subnav_btn_on
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.subnav_btn_on a
{
    color: #fff;
    text-decoration: none;
}
.subnavbar_myphoto, .subnavbar_prints, .subnavbar_gifts, .subnavbar_personalized, .subnavbar_business, .subnavbar_homeart
{
    width: 920px;
    height: 30px;
    margin: 0 6px;
    float: left;
}
.subnavbar_myphoto
{
    background-color: #fdcacb;
    border-top: 1px solid #ebbcbd;
    border-left: 1px solid #f6c5c6;
    border-right: 1px solid #f6c5c6;
    border-bottom: 1px solid #e3e3e3;
}
.subnavbar_prints
{
    background-color: #bdddef;
    border-top: 1px solid #afcdde;
    border-left: 1px solid #b8d7e9;
    border-right: 1px solid #b8d7e9;
    border-bottom: 1px solid #e3e3e3;
}
.subnavbar_gifts
{
    background-color: #fde3be;
    border-top: 1px solid #ebd3b1;
    border-left: 1px solid #f6ddb9;
    border-right: 1px solid #f6ddb9;
    border-bottom: 1px solid #e3e3e3;
}
.subnavbar_personalized
{
    background-color: #e2c7c2;
    border-top: 1px solid #d2b9b4;
    border-left: 1px solid #dcc2bd;
    border-right: 1px solid #dcc2bd;
    border-bottom: 1px solid #e3e3e3;
}
.subnavbar_business
{
    background-color: #e0ecd4;
    border-top: 1px solid #d0dbc5;
    border-left: 1px solid #dae6cf;
    border-right: 1px solid #dae6cf;
    border-bottom: 1px solid #e3e3e3;
}
.subnavbar_homeart
{
    background-color: #e9d8ef;
    border-top: 1px solid #d8c9de;
    border-left: 1px solid #e3d3e9;
    border-right: 1px solid #e3d3e9;
    border-bottom: 1px solid #e3e3e3;
}



.dropdown_menu
{
    position: absolute;
    display:none;
    margin-top:-1px;
    margin-left:-1px;
    z-index:999;
}
.subnav_tab_myphoto
{
    background: url('../../images/header/bak_subnav_myphoto.gif') repeat-x;
}
.subnav_tab_prints
{
    background: url('../../images/header/bak_subnav_prints.gif') repeat-x;
}
.subnav_tab_gifts
{
    background: url('../../images/header/bak_subnav_gifts.gif') repeat-x;
}
.subnav_tab_personalized
{
    background: url('../../images/header/bak_subnav_personalized.gif') repeat-x;
}
.subnav_tab_business
{
    background: url('../../images/header/bak_subnav_business.gif') repeat-x;
}
.subnav_tab_homeart
{
    background: url('../../images/header/bak_subnav_homeart.gif') repeat-x;
}
.subnav_tab_myphoto, .subnav_tab_prints, .subnav_tab_gifts, .subnav_tab_personalized, .subnav_tab_business, .subnav_tab_homeart
{
    padding: 8px 37px;
    width: auto;
    height: 14px;
    text-align: center;
    float: left;
    color:White;
    white-space:nowrap;
    cursor:pointer;
}

.subnav_flyout
{
    border: 1px solid #e3e3e3;
    float: left;
    white-space:nowrap;
    max-width:600px;  /*bug mitigation specifically for FF2, otherwise it does infinite width*/
}


.subnav_flyout p
{
    padding: 5px 10px;
    font-weight:normal;
}

.subnav_link
{
}

.subnav_link a
{
    font-weight:normal;
    font-size:8pt;
    width:100%;
    display:block;
    color: #575a5d;
    text-decoration: none;
    padding:5px;
    white-space:nowrap;
}

.subnav_flyout_container_myphoto
{
    border: 2px solid #cd3333;
    background-color: #faebeb;
    float: left;
    clear:both;
}
.subnav_flyout_container_prints
{
    border: 2px solid #007dc3;
    background-color: #e6f2f9;
    float: left;
    clear:both;
}
.subnav_flyout_container_gifts
{
    border: 2px solid #ff8b07;
    background-color: #fff4e7;
    float: left;
    clear:both;

}
.subnav_flyout_container_personalized
{
    border: 2px solid #93260f;
    background-color: #f4eae7;
    float: left;
    clear:both;
}
.subnav_flyout_container_business
{
    border: 2px solid #8cbb55;
    background-color: #f4f8ee;
    float: left;
    clear:both;
}

.subnav_flyout_container_homeart
{
    border: 2px solid #af69c3;
    background-color: #f7f0f9;
    float: left;
    clear:both;
}



