* {padding:0; margin:0}
#top-navi{float:left;
          height:30px;
		  width:750px;
		  margin-left:10px; /*margin-left:1%; fix pix */ 
		  background-image: url(../images/top-navi-bg-img.gif);
		  background-repeat:repeat;
		  border-top:#03a1fd 5px solid; 
		  } 
#top-navi-2{float:left;
          height:30px;
		  width:960px;
		  /*margin-left:1%; fix pix */ 
		  background-image: url(../images/top-navi-bg-img.gif);
		  background-repeat:repeat;
		  border-top:#03a1fd 5px solid; 
		  } 
#top-navi-box{ width:100%; 
               height:31px;
			   margin-top:0px; text-align:center; 
			   }

.blue-bg{ 
		background-color: #74ccff;
		color:#fff;
		} 			   
.dropdown {float:left; margin-top:0px; height:31px;}


.dropdown dt {
			width:98px;
			height:22px;  
			padding:4px;
			cursor:pointer;
             }



.dropdown dt:hover  {
				background-color:#5ac1fd; 
				height:22px; 
				color:#fff; 
				font-weight:bold; 
				text-decoration:none; 
				}



.dropdown dd {
				position:absolute; 
				overflow:hidden; 
				width:106px; 
				display:none; 
				background:#fff; 
				z-index:250; 
				opacity:0; 
				}
			  
.dropdown ul {
              width:106px;  
			  list-style:none; 
			  border-top:none; 
			  font-weight:normal; 
			    }
			  
.dropdown li {display:inline;  }

.dropdown ul a,.dropdown ul a:active, .dropdown ul a:visited 
			{
			display:block; 
			padding:4px 2px 4px 2px; 
			color: #666666; 
			text-decoration:none; 
			background: #CCCCCC; 
			width:106px;
			} 
.dropdown ul a:hover{background: #74ccff; color:#FFFFFF;}		

.dropdown a:hover { color:#fff; font-weight: normal;}
.dropdown .underline {border-bottom:1px solid #fff;}

