

#menu {
  font-size:11px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  position:absolute;
  height:25px;
  z-index: 999;
  margin-left: 15px;  
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menu li.topmenu {
  float:left;
  width: 140px;
  height: 25px;
}

.topmenu a {
  float:left;
  width:140px;
  height:25px;
  text-align:center;
}

.topmenu ul{
  display:none;
}

.topmenu a, .submenu a{
  width:140px;
  height:25px;
  
  color:rgb(0,39,86);
  font-weight:bold;
  text-decoration:none;
  background-image:url(../images_layout/navi_back_normal.jpg);
  background-repeat:no-repeat;
  margin:0;  
}

.submenu a{
  font-size:11px;
  width:140px;
  height:25px;
  position:relative;
  clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
	
	width:140px;
  height:25px;
	
  color:#4C4C4C;
  background-image:url(../images_layout/navi_back_hover.jpg) !important;
  background-repeat: no-repeat;
}

.topmenu:hover ul {
  display:block;  
  z-index:999;
}


















#footer a{
	font-size: 0.8em;
	color: rgb(0,39,86);
}

#footer a:link{
	text-decoration: none;
	font-size: 0.8em;
	margin-right:5px;
	margin-left:5px;
	color: rgb(0,39,86);
}

#footer a:visited{
	text-decoration: none;
	font-size: 0.8em;
	margin-right:5px;
	margin-left:5px;
	color: #8B0000;
}

#footer a:hover{
	text-decoration: none;
	font-weight:bolder;
	font-size: 0.8em;
	margin-right:5px;
	margin-left:5px;
	color: rgb(0,39,86);
}

#footer a:active{
	text-decoration: none;
	font-size: 0.8em;
	margin-right:5px;
	margin-left:5px;
	color: blue;
}

#footer a:focus{
	text-decoration: none;
	font-size: 0.8em;
	font-weight:bolder;
	margin-right:5px;
	margin-left:5px;
	color: green;
}



