﻿/*Subnavigation */

#sub_nav { 
  width: 182px; 
  float: left; 
  padding-right: 20px;
}

#sub_nav a { 
  text-transform: uppercase;
}

#sub_nav ul { 
  margin: 0px; 
  padding: 0px; 
  list-style-position: inside; 
  list-style-type: none; 
}

#sub_nav li.deployed {
  /*border-bottom: none;
  padding-bottom: 0px;
  margin-right: 0px;*/
}

#sub_nav li.deployed > a, 
#sub_nav li a:hover {
  color: #daae35; 
}

#sub_nav > ul {
  padding-left: 3px;
}

#sub_nav > ul > li {
    margin: 0px 3px 0 0;
}

#sub_nav li { 
  border-bottom: 1px solid rgb(215, 168, 37); 
  padding-top: 7px; 
  padding-bottom: 7px; 
  list-style-position: outside; 
  list-style-type: none;
}

#sub_nav li a { 
  font-weight: bold; 
  color: #e20015; 
  text-decoration: none; 
}

#sub_nav ul li ul {
  background-image: url(sub_menu.gif);
  background-repeat: repeat-y;
  background-position: center top;
  background-color: transparent;
  position: relative;
  top: 2px;
  left: -3px;
  padding-bottom:0;
  line-height:0;
  height:100%;
}

#sub_nav .sub_nav_sub {
  background-image: none;
  border-bottom: solid 1px #ffd885;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 12px
}

#sub_nav .sub_nav_sub.first {
  background-image: url(sub_menu_top.gif);
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: none;
  padding-left: 10px;
  padding-top: 14px;
  padding-bottom: 0px;
  margin: 0;
}

#sub_nav .sub_nav_sub.last {
  background-image: url(sub_menu_bottom.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 14px;
  padding-left: 20px;
  margin: 0;
  border: none;
}

#sub_nav .sub_nav_sub.first a {
  width: 145px;
  display: block;
  padding-bottom: 7px;
  padding-left: 10px;
  border-bottom: solid 1px #ffd885;
}

#sub_nav .sub_nav_sub a {
  color: #fff;
  display: block;
}

#sub_nav li.sub_nav_sub a:hover, 
#sub_nav li.sub_nav_sub.active a {
  color: #E20015;
}

.sitemap_container
{
    border-top: solid 1px #D1AF27;    
    padding-top:5px;
}

a.sitemap_node:link, a.sitemap_node:visited, a.sitemap_node:active 
{
    color:#D1AF27;   
    text-transform:uppercase;
    font-weight:bold;
    font-size:11px;
}

a.sitemap_node:hover
{
    color:#E20015;
    text-decoration:none;
    background-color:Transparent;
}

.index_container
{
    width:100%;
    border-top: solid 1px #D1AF27;  
    font-weight:bold;
    color:#D1AF27;
    font-size:11px;
    padding-top: 5px;
    margin: 10px 0 10px 0;
}

a.index_current:link, a.index_current:visited, a.index_current:active 
{
   color:#E20015;
   text-transform:uppercase;
   font-weight:bold;
   font-size:11px; 
}



a.index_btn:link, a.index_btn:visited, a.index_btn:active 
{
   color:#D1AF27;
   text-transform:uppercase;
   font-weight:bold;
   font-size:11px; 
}

a.index_btn:hover
{
    color:#E20015;
    text-decoration:none;
}
