﻿.sitenavWrapper 
{
    position: relative;
    height: 31px;
    width: 901px;
    overflow: hidden;
}

.cssNav {
  font-family: Arial;
    height: 31px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}

.cssNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
}

.cssNav li 
{
    float: left;
    margin: 0 1px 0 0;
}

.cssNav ul li {
    /*
    position: relative;
    top: -10px;
    display: inline;
    height: 31px;
    margin: 0;
    padding: 0;
    */
}
.cssNav li a, .cssNav li a:link, .cssNav li a:visited, .cssNav li a:active, .cssNav li a:hover 
{
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 31px;
  background: url(background.gif) #484d7d bottom left repeat-x;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
}
.cssNav li a:hover, .cssNav li#this_page
{
    color: orange;
}


/*cssNav2 is used solely on the siteEditor page*/
.cssNav2 ul
{
    margin:0;
    margin-top: 1ex;
    margin-left: 1eM;
    margin-right: 1eM;
    background: #282e66;
    padding:  0 1eM 0 1eM;
    list-style: none; 
    overflow: hidden; 
    border-top: 1px solid orange;
    border-bottom: 1px solid orange;
    text-align: center;
    }

.cssNav2 ul li 
{
display: inline; /*in place of float:left/right; This is what makes #menu take on the display:left/center/right;*/ 
line-height: 30px; /*the key to enclosing li in the ul*/ 
/*border: 1px solid brown;*/
margin-left: 0.5ex;
margin-right: 0.5ex;
background-color: #484d7d;
padding-top: 0.5ex;
padding-bottom: 0.5ex;
padding-left: 1ex;
padding-right: 1ex;
}

.cssNav2 li a, .cssNav2 li a:link, .cssNav2 li a:visited, .cssNav2 li a:active, .cssNav2 li a:hover
{
    color: white; /*text color*/ 
    /*font-weight: bold;*/
    /*background: #484d7d; /*button color*/
    padding: 0; /*5px 20px; /*padding the a adjusts the size of the button, adjust #menu li{line-height:xx} accordingly*/ 
    text-decoration: none; /*removes links underline*/ 
}

.cssNav2 li a:hover
{
    color: orange;
}



.sitenav {
  font-family: Arial;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}

#sitenav {
  /*position: relative;*/
  /*right: 0;*/
  width: 628px;
  /*background-color: #484D7D;*/
  /*text-align: center;*/
  text-transform: uppercase;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}

.firstnavbox {
  padding-right: 8px;
  text-align: left;
  vertical-align: middle;
  background-color: #484d7d;
}

.navbox {
  text-align: center;
  vertical-align: middle;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #484d7d;
}

.lastnavbox {
  padding-left: 8px;
  text-align: right;
  vertical-align: middle;
  background-color: #484d7d;
}


  #sitenav ul {
  margin: 0;
  margin-top: 7px;
  padding: 0;
  }
  
  #sitenav ul li {
  display: inline;
  list-style: none; 
  background-color: #484D7D; 
  text-align: center; 
  margin: 0;
  margin-right: 1px;
  padding: 8px;
  max-height: 31px;
  vertical-align: middle;
  /*float: left;*/
  }

  #leftnub {
    position: absolute;
    left: 0;
    top: 0;
  }

  #rightnub {
    position: absolute;
    right: 0;
    top: 0;
  }

  #sitenav a, #sitenav a:link, #sitenav a:visited, #sitenav a:active, .sitenav a, .sitenav a:link, .sitenav a:visited, .sitenav a:active {
    color: white;
    text-decoration: none;
  }

  #sitenav a:hover, .sitenav a:hover {
    /*color: #ede556;*/
    color: #ffb000;
  }

  #this_page a, #this_page a:link, #this_page a:visited, #this_page a:active, #this_page a:hover {
    color: #ffb000;
    text-decoration: none;
  }



#subnav {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  right: 0;
  width: 628px;
  text-align: center;
  color: #D6D8EF;
  font-size: 11px;
  text-decoration: none;
}

#subnav a, #subnav a:link, #subnav a:visited, #subnav a:active {
  color: #D6D8EF;
  text-decoration: none;
}

#subnav a:hover {
  color: Red;
}
