/*- drop_down1 ---------------------------------- */
#dd {
	margin: 0;
	padding: 0;
}

#dd LI {
	
	
	
	float: left;
  

  width : 160px;
  font-size : 80%;
  font-weight : bold;
  list-style-type: none!important;/*|`*/
}

#dd LI A.menu {
	display: block;
	
	
	
	
	
	width : 159px;
	
  background-image : url(images/gnavi_002.gif);
  height : 36px;
  
  color : #ffffff;
  
  text-align : center;
  

  background-repeat : no-repeat;
  padding-top : 12px;
  padding-left : 15px;
  
  
  margin-right : 1px;
  text-decoration : none;
}

#dd LI A:hover.menu {
	background-image : url(images/gnavi_003.gif);background-attachment : scroll;background-position : 0% 0%;
  background-repeat : no-repeat;
}

.submenu {
	
	
	visibility: hidden;
	position : absolute;
	z-index: 3;
  background-color : #ffffff;
  width : 160px;
}

.submenu A {
	display: block;
	
	text-align : center;
	text-decoration: none;
	/* padding : 12px;padding-left : 15px; */
	

  background-color : #376092;
  width : 160px;
  color : #ffffff;
  height : 35px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

.submenu A:hover {
	background : #ffddbb;
	color: #FFF;
  height : 35px;
}
.submenu A:visited{
  color : #ffffff;
  height : 35px;
}
