/* PRINCIPAL MENU CONFIG START*/


#navcontainer {
  
  width:100%;
  float: left;
  background: url("../images/menu-background.jpg");
  text-align: center;
  background-repeat: repeat-y;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul{
  margin: 0;
  padding: 0;

  height:42px;
  line-height:42px;
  
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#navcontainer ul li a{
  padding: 0 29.5px 0 30px;
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  /*background: #ADD98C;*/
  
  text-align: center;
  position:relative;
  top:0;
  left:2;
}


#navcontainer ul li a:hover{
  color: #FFFFFF;
  background: #87B1DD;
  position:relative;
  top:0;
  left:2;
}
#navlist li a:hover, #navlist li a:active{
position:relative;
  top:0;
  left:2;
  color: #FFFFFF;
  background: #87B1DD;
}
/* PRINCIPAL MENU CONFIG END*/


.site_map {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.site_map:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
.site_map1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}
.site_map1:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
