
.navbuttoncontainer { width: 50%; margin: 0 auto; clear: both;}

.navbuttoncontainer ul
{ 
  /*width: 100%;*/
  /*margin-top: 20px;
  margin-bottom: 20px;*/
  margin:0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  list-style-type: none;
  font-family: tahoma;
  font-size: 1.2em;
  font-weight: bold;
  text-indent: 0;
}

.navbuttoncontainer li
{
  line-height: 250%;
  margin-bottom: 5px;
  margin-left: 0 auto;
  margin-right: 0 auto;
  text-align: center;
  /*color: #8cb7e4;*/
  text-decoration: none;
  /*color: #34a;*/
  /*width: 100%;*/
  padding:0;
  text-indent:0;
}

.navbuttoncontainer a
{
  display: block;
  width: 100%;
  background-color: #d5ddf5;
  font-size: 1.0em;
  text-align:center;
  text-decoration:none;
  border: 1px solid silver;
  color: #274090;
  background-image: url('../img/header_gradient_light_1x60.gif');
  background-repeat: repeat-x;
}


.navbuttoncontainer a:link
{
  text-decoration: none;
  color: #274090;
}

.navbuttonlist a:visited
{
  color: #274090;
  border: 1px solid silver;
}

.navbuttonlist a:hover
{
  border:0;
  /*background-color: #bccaf5;*/
  background-image: url('../img/header_gradient_light_1x60.gif');
  background-repeat: repeat-x;
  color: #274090;
  width: 100%;
  text-decoration: none;
  border: 1px solid #274090;
}





/* END - linkbutton */






.navcontainer ul
{
display: block;
width: 140px;
float: left;
margin: 0;
margin-bottom: 30px;
padding: 0;
border: 0;
list-style-type: none;
font-family: tahoma;
font-size: 1.0em;
font-weight: bold;
}

.navlist { padding: 0 10px 0 0; }

.navcontainer li 
{ 
width: 130px;
/*margin-left: 10px;*/
color: /*#34a*/#8cb7e4;
text-indent: 10px;  /* tied to "#navlist a:hover" and block width settings */
}

.navcontainer a
{
border:0;
display: block;
width: 140px;  /* tied to "#navlist a:hover" width */
background-color: #d5ddf5;
border-bottom: 1px solid #e7edff;
border-top: 1px solid #e7edff;
padding: 5px 0 5px 0;
font-size: 1.2em;
}


.navcontainer a:link, .navlist a:visited
{
color: #34a;
text-decoration: none;
}

.navlist a:hover
{
border:0;
border-bottom: 1px solid #e7edff;
border-top: 1px solid #e7edff;
background-color: #bccaf5;
background-image: url('../img/header_gradient_light_1x60.gif');
background-repeat: repeat-x;
color: #274090;
width: 140px;
text-indent: 11px;
}


.active a:link, .active a:visited
{
background-image: url('../img/header_gradient_dark_1x60.gif');
background-repeat: repeat-x;
color: white;
font-weight: bold;
text-indent: 10px;
width: 140px;
}

.active a:hover
{
background-image: url('../img/header_gradient_dark_1x60.gif');
background-repeat: repeat-x;
text-indent: 11px;
width: 140px;
}

.navlist li.section_title
{
  width: 140px;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  text-align: center;
  color: black;
  font-weight: bold;
  text-indent: 5px;
  font-size: 1.2em;
}



