﻿/*--- navigation design ------------------------------------------------------*/

a.main_nav_active_item {
 /* background: url(images/buttonset/n1active.gif) no-repeat;*/
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #27A791;
  background-position: top left;
  margin: 0px 0px 5px 0px;
  width: 170px

}
a.main_nav_item {
 /* background: url(images/buttonset/n1active.gif) no-repeat;*/
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #27A791;
  background-position: top left;
  margin: 0px 0px 5px 0px;
  width: 170px
}
a.main_nav_item:hover {
 /* background: url(images/buttonset/n1active.gif) no-repeat;*/
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #27A791;
  background-position: top left;
  margin: 0px 0px 5px 0px;
  width: 170px

}

a.sub_nav_active_item {
 /* background: url(images/buttonset/sn1active.gif) no-repeat;*/
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #BCA501;
}
a.sub_nav_item {
  /*background: url(images/buttonset/sn1.gif) no-repeat;*/
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-style: bold;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #080808;
}
a.sub_nav_item:hover {
  /*background: url(images/buttonset/sn1hover.gif) no-repeat;*/
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-style: bold;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #999999;
}

.content a:link {
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #27A791;
  width: 170px

}
.content a:visited {
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #27A791;
  width: 170px

}
.content a:hover {
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #27A791;
  width: 170px

}
.content a:active {
  font-family: Verdana,Tahoma, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #27A791;
  width: 170px

}

