
/* +++++ Navigation Holder +++++ */
.navigation {
    font-family:Verdana;
    font-size:10px;
    border-top:1px solid white;
    border-bottom:1px solid #acacac;
    height:29px;
    width:800px;
    padding-left:90px;
    background-image:url("/images/nav_bg.gif");
}
html>body .navigation {
	width:711px;
}

.header_style {
    /*background:#cc0000;*/
    border-bottom:1px solid #104273;
}

.red_header {
    background:#104273;
    border-bottom:1px solid white;
}

.footer_style {
    background:#ffffff;
}



/* +++++ Navigation Level Groups +++++ */
div.level_group_0 {
    display:block;
    z-index:1000;
    float:left;
    position:relative;
    top:8px;
    left:20px;
    height:22px;
    behavior:url("css/common/navigation.htc");
    /*border:1px solid;*/
}

div.level_group_0:hover > div.level_group_1 {
    display:block;
}

div.level_group_1 {
    display:none;
    z-index:1000;
    position:absolute;
    top:19px;
    border-top:none;
    text-align:left;
    width:160px;
    background-color:#f2f2f2;
    border:1px solid #104273;
}

/* +++++ Navigation Levels Styles +++++ */

div.nav_level0 {
    padding-right:25px;
    padding-bottom:1px;
    padding-top:0px;
    text-align:left;
    position:relative;
    cursor:hand;
    cursor:pointer;
    /*border:1px solid;*/
}

a.nav_level0 {
    color:#000000;
    text-decoration: none;
}

a.nav_level0:hover {
    color:#000000;
    text-decoration: none;
}

div.nav_level1 {
    text-align:left;
    width:153px;
    padding:1px;
    padding-left:6px;
    /*border-bottom:1px solid #cc0000;*/
    cursor:hand;
    cursor:pointer;
    behavior:url("css/idiamonds/hover.htc");
}

div.nav_level1:hover   {
    background-color:#104273;
    color:#ffffff;
    /*border-right:1px solid #cc0000;*/

}

div.nav_level1:hover > a.nav_level1 {
    color:#ffffff;
}

a.nav_level1 {
    font-family:Verdana, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;
    width:160px;
    text-decoration:none;
}

a.nav_level1_hover {
    font-family:Verdana, Helvetica, sans-serif;
    font-size:11px;
    color:#ffffff;
    width:160px;
    text-decoration:none;
}

a.nav_level1:hover {
    color:#ffffff;
}

/* --- IE Class --- */
.nav_level1_hover {
    text-align:left;

    width:167px;
    padding:1px;
    padding-left:3px;
    padding-top:0px;
    background-color:#104273;
    behavior:url("css/idiamonds/hover.htc");
    /*border-bottom:1px solid #cc0000;*/
    cursor:hand;
}



/* +++++ Subnavigation +++++ */


.subnav_top_holder {
    border-spacing:0px;
    margin-bottom:0px;
    margin-left:12px;
    margin-right:5px;
}

.subnav_bottom_holder {
    border-spacing:0px;
    margin-bottom:0px;
    padding-top:5px;
}

a.subnav_link {
    font-family:Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #104273;
    text-decoration:none;
    padding-right:10px;
    padding-left:3px;
    padding-top:30px;
}

a.subnav_link:hover { text-decoration:none; }
.subnav_separator   { font-size: 10px; color:#ffffff;}

