﻿
body
{
  color: #666;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  margin-right: 2px;
  background-image: url('images/bknd.jpg');
  background-color:#fefefe;
  height: 22px;
  padding-bottom: 0px;
}

/* Nav */
.nav_column
{
  visibility: visible;
  width: 250px;
  float: left;
  margin: 0px;
  padding:0;
}
.nav_column_header
{
  width: 250px;
  height: 23px;
  margin: 0;
  padding: 0;
  background-image: url('images/nav_column_header.png');
}

.nav_column_footer
{
  width: 250px;
  height: 23px;
  margin: 0;
  padding: 0;
  background-image: url('images/nav_footer.png');
}

.nav_wrapper
{
  width: 235px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('images/nav_column_bknd.png');
  background-repeat: repeat-y;
}
#nav ul
{
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#nav li a
{
  color: #EED05D;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: 207px;
  text-align: left;
  display: block;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left: 17px;
  letter-spacing: 0.1em;
  margin-top: 0px;
  line-height: 10px;
  background-image: url('images/nav_blue.jpg');
  background-repeat: no-repeat;
  font-weight: bold;
}


#nav a:hover
{
  color: #FFF;
}


#nav #current a
{
  color: #FFF;
  font-size: 11px;
  letter-spacing: .2em;
}
#nav #current a:hover
{
  color: #CCB251;
}


#nav_dropdown_header_bknd
{
  width: 230px;
  background-image: url('images/currentpage.jpg');
  background-repeat: no-repeat;
  height: 23px;
  margin-top: 0px;
  padding-top: 0px;
}

.nav_dropdown_header
{
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
  margin-left: 0px;
  padding-left: 15px;
  margin-right: 0px;
  padding-right: 0px;
  letter-spacing: 0.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 11px;
}

#nav_dropdown_body
{
  width: 230px;
  background-image: url('images/currentpage_bknd.jpg');
  background-repeat: repeat-y;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#nav_dropdown_footer
{
  width: 230px;
  background-image: url('images/currentpage_footer.jpg');
  background-repeat: no-repeat;
  height: 17px;
  margin: 0;
  padding: 0;
}


#sub_nav ul
{
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#sub_nav li a
{
  color: #BA9B31;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  width: 182px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 6px;
  display: block;
  padding-left: 12px;
  line-height: 11px;
  margin-left: 15px;
  font-weight: bold;
  margin-top: 2px;
  letter-spacing: 0px;
  background: none;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  border-bottom-width: 1px;
  background-image: url('images/nav_square.jpg');
  background-repeat: no-repeat;
}

#sub_nav a:hover
{
  color: #364B78;
  text-decoration: none;
}



#sub_nav_expanded ul
{
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#sub_nav_expanded li a
{
  color: #036;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  width: 170px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 0px;
  letter-spacing: 0px;
  line-height: 12px;
  padding-left: 11px;
  margin-left: 28px;
  background-image: url('images/nav_dot.jpg');
  background-repeat: no-repeat;
}

#sub_nav_expanded a:hover
{
  color: #BA9B31;
  font-weight: bold;
  text-decoration: none;
}

#sub_nav_expanded #sub_nav_expanded_current a
{
  color: #F78F1E;
  font-weight: bold;
}

#sub_nav_expanded #sub_nav_expanded_current a:hover
{
  color: #930;
  font-weight: bold;
}
