body {
  font-family:Tahoma;
}

input {
  border:1px solid #B0B0B0;
}

.text_box {
  background-color:#E7EBEE;
}

.search_box {
  background-color:#E7EBEE;
  color:#666666;
}

.submit_box {
  background:url(submit.gif) repeat-x;
  cursor:pointer;
}

.top_horizontalcssmenu {
  width:998px;
  margin-top:5px;
  float:left;
  height:45px;
}

.top_horizontalcssmenu ol{
  background: url(bluegrad.gif) repeat-x;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.top_horizontalcssmenu ol li{
  position: relative;
  display: inline;
  float: left;
}

.top_horizontalcssmenu ol li a{
  display: block;
  width: 120px;
  border-right:1px solid #7f98d0;
  text-decoration: none;
  font: bold 15px Arial;
  text-align:center;
  padding-top:8px;
  padding-bottom:9px;
}

.top_horizontalcssmenu ol li a:hover{
  background: url(bluegrad.gif) repeat-x;
  font: bold 15px Arial;
  text-align:center;
  padding-top:8px;
  padding-bottom:9px;
  text-decoration: underline;
  display: block;
  width: 120px;
}

.lower_horizontalcssmenu {
  margin-top:5px;
  float:left;
  height:35px;
}

.lower_horizontalcssmenu ol{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.lower_horizontalcssmenu ol li{
  position: relative;
  display: inline;
  float: left;
}

.lower_horizontalcssmenu ol li a{
  display: block;
  width: 100px;
  border-right:1px solid #ffffff;
  text-decoration: none;
  background-color:#D3DAED;
  font: bold 15px Arial;
  text-align:center;
  padding-top:8px;
  padding-bottom:9px;
}

/******************** Custom Class For Menu  ***********************/

/* CSS Document */
ol#toc {
  width:998px;
  margin-top:5px;
  float:left;
  height:35px;
}

ol#toc li {
  position: relative;
  display: inline;
  float: left;
}

ol#toc a {
  display: block;
  width: 100px;
  border-right:1px solid #7f98d0;
  text-decoration: none;
  font: bold 15px Arial;
  text-align:center;
  padding-top:8px;
  padding-bottom:9px;
}

ol#toc a:hover {
  font: bold 15px Arial;
  text-align:center;
  padding-top:8px;
  padding-bottom:9px;
  color: #ffffff;
  text-decoration: underline;
  display: block;
  width: 100px;
}
.visitedcolor {
	color: #000000;
    background: url(greengrad.gif) repeat-x;
	
}

.alabelclss{
  color: #ffffff;
  background:url(bluegrad.gif) repeat-x; 
  
}



