/* Top nav */
#nav
{
background: url("../images/nav_left.jpg") top left no-repeat #E5EAE8;
float: right;
padding-left: 20px;
position: relative;
top: -100px; /* this is to hide the toolkit menu without messing up the mapping of templates */
left: -25px;
height: 28px;
}

#nav div
{
background: url("../images/nav_right.jpg") top right no-repeat;
height: 28px;
width: 22px;
float: left;
}

#nav ul
{
float: left;
list-style: none;
height: 28px;
background: url("../images/nav_bottom.jpg") bottom left repeat-x;
}

#nav li
{
display: inline;
float: left;
border-left: 1px dotted #69887C;
padding: 0px 10px 0px 10px;
height: 17px;
margin-top: 5px;
}

#nav li.first
{
border: 0px;
}

#nav a
{
color: #003420;
text-decoration: none;
font-size: 11px;
display: block;
height: 17px;
padding: 0px 4px 0px 4px;
line-height: 18px;
}

#nav a:hover
{
color: #C3CFCA;
background-color: #4E7264;
}

/* /Top Nav */

/* Sub nav */
#subnav
{
list-style: none;
display: block;
width: 648px;
height: 94px;
background: url("../images/hills.jpg") no-repeat;
position: relative;
float: right;
left: -5px;
top: 20px;
padding-top: 55px;
}

#subnav li {
background:transparent url(../images/subnav_arrow.png) no-repeat scroll 2% 11px;
border-left:1px dotted #69887C;
float:left;
display:inline;
position:relative;
height:17px;
margin-bottom:1px;
padding:4px 14px;
width:132px;
}

#subnav li:hover, #subnav li.active
{
background-color: #BFCCC7;
}

#subnav a
{
font-size: 14px;
text-decoration: none;
color: #003420;
padding-top: 0px;
}

#subnav a:hover
{
background-color: #BFCCC7;
}

#subnav div
{
  display: inline;
}
/* /Sub Nav */

/* Sub nav Drop down */
.subnavDropDownContainer
{
  background: url('../images/subnav_dropdown_bottom.png') bottom left no-repeat transparent;
  width: 216px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
}
ul.subnavDropDown
{
  list-style: none;
}
.subnavDropDown li
{
  width: 216px;
}
.subnavDropDown a
{
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  padding-top: 0px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 15px;
  display: block;
}
.subnavDropDown a:hover
{
background-color: #BFCCC7;
}

.subnavDropDown li.active
{
background-color: #BFCCC7;
}
/* /Sub nav Drop down */