/* Navigation */
#navigation_wrap {
    position: relative;
    height: 2.5em;
    /*background: #4e4138 url(images/navigation_bg.png) repeat-x 0 0;*/
    border-bottom: 1px solid #fff;
    min-width: 1002px;
}
#navigation {
    position: relative;
    height: 2.5em;
    width: 1002px;
    margin: 0 auto;
}
#main_nav {
    position: absolute;
    bottom: -0.1em;
    left: -1;
    z-index: 99;
    list-style: none;
   /* background: url(images/border-nav-bottom.gif) repeat-x bottom;*/
    height: 2.6em;
    width: 700px;
    text-transform: uppercase;
    padding-left: 5px;
}
* html #main_nav {
    bottom: -0.3em;
    bo\ttom: -0.2em;
}
#main_nav li {
    float: left;
    margin-left: 0.1em;
    background: url(images/nav_right.gif) no-repeat 100% 0px;
}
#main_nav li.current_page_item {
    background-position: 100% -150px;
}
#main_nav li a {
    float: left;
    display: block;
    height: 2.4em;
    hei\ght: 1.8em;
    padding: 0.6em 1.3em 0.1em 1.2em;
    letter-spacing: -0.02em;
    background: url(images/nav_left.gif) no-repeat 0% 0px;
    color: #f9c549;
    text-decoration: none;
    overflow: hidden;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_nav li.current_page_item a {
    background-position: 0% -150px;
    color: #453f3a;
    border-bottom: 1px solid #e6e6e6;
}
#main_nav li:hover, #main_nav li.ieHover {
    background-position: 100% -150px;
}
#main_nav li:hover a, #main_nav li.ieHover a {
    background-position: 0% -150px;
    color: #454545;
    border-bottom:1px solid #e6e6e6;
}
#content #page_subnav {
    margin: 0px 0px 40px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
}
#content #page_subnav li {
    display: inline;
    background: none;
    margin: 0px;
    padding: 0px;
    margin-right: 7px;
}
#content #page_subnav li a:link, #content #page_subnav li a:visited {
    color: #646464;
    text-decoration: none;
    background: url(images/subnav_li.png) no-repeat 100% 50%;
    padding-right: 14px;
}
#content #page_subnav li a:hover, #content #page_subnav li.current_page_item a  {
    color: #ac0000;
    text-decoration: none;
}
#content #page_subnav li a:active {
    color: #646464;
    text-decoration: none;
}
/* RSS Nav */
.navigation_rss_icon {
    position: absolute;
    left: 940px;
    bottom: 0px;
}
#navigation_rss {
    position: absolute;
    left: 720px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #897567;
    line-height: 2.5em;
}
#navigation_rss li {
    display: inline;
}
#navigation_rss li a:link, #navigation_rss li a:visited {
    color: #fffffe;
    text-decoration: none;
    padding: 0px 2px;
    letter-spacing: -0.05em;
}
#navigation_rss li a:hover {
    color: #eed2a1;
    text-decoration: none;
}
#navigation_rss li a:active {
    color: #fffffe;
    text-decoration:none;
}
#bc_extended {
    position: absolute;
    left: 0;
    bottom: -4.5em;
    width: 50%;
    background: #ebebeb url(images/subnav_bg.png) repeat-x;
    border-bottom: 1px solid #b8babb;
    height: 4.3em;
}
