#navCover {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
}
#nav {
	float: left;
	/*border: 1px solid #121314;
	border-top: 1px solid #2b2e30;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/

    overflow: hidden;
	height: 30px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

#nav ul {
        margin:0;
        padding:0;
        list-style:none;
}

#nav ul li {
        float:left;
}

#nav ul li a {
	float: left;
}


#nav ul li a.association {
	width: 201px;
	background-image: url(http://www.midwife.or.jp/common/btn_01_a.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#nav ul li a:hover.association {
	width: 201px;
	background-image: url(http://www.midwife.or.jp/common/btn_01_b.jpg);
	background-repeat: no-repeat;
}
#nav ul li a.general {
	width: 189px;
	background-image: url(http://www.midwife.or.jp/common/btn_02_a.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#nav ul li a:hover.general {
	width: 189px;
	background-image: url(http://www.midwife.or.jp/common/btn_02_b.jpg);
	background-repeat: no-repeat;
}
#nav ul li a.b_attendant {
	width: 189px;
	background-image: url(http://www.midwife.or.jp/common/btn_03_a.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#nav ul li a:hover.b_attendant {
	width: 189px;
	background-image: url(http://www.midwife.or.jp/common/btn_03_b.jpg);
	background-repeat: no-repeat;
}
#nav ul li a.member {
	width: 201px;
	background-image: url(http://www.midwife.or.jp/common/btn_04_a.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#nav ul li a:hover.member {
	width: 201px;
	background-image: url(http://www.midwife.or.jp/common/btn_04_b.jpg);
	background-repeat: no-repeat;
}








#nav li ul {
	background:#F9F5F2;
	/*        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
        background-image: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
        background-image: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;*/
        left: -999em;
	position: absolute;
	width: 200px;
	z-index: 9999;
	border: 1px solid #CEB499;/*        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
        border: 1px solid rgba(0, 0, 0, 0.5);*/
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#nav li ul a {
	background: none;
	margin-right: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-top-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CEB499;
	width: 190px;
	padding: 5px;
}


/* ▼li */
#nav ul li a:hover,
#nav ul li:hover > a {
	/*background:#3C4042;
        background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
        background: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
        background: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 -1px #000;*/
}

#nav li ul a:hover, 
#nav ul li li:hover > a  {
        /*background: #5C9ACD;
        background: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) );
        background: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
        background: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
        border-bottom: 1px solid rgba(0,0,0,0.6);
        border-top: 1px solid #7BAED9;
        text-shadow: 0 1px rgba(255, 255, 255, 0.3);*/
}



#nav li:hover ul {
        left: auto;
}


#nav li li ul {
	/*        -webkit-border-radius: 0 10px 10px 10px;
        -moz-border-radius: 0 10px 10px 10px;
        border-radius: 0 10px 10px 10px;*/
        visibility:hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 130px;
}

#nav li li:hover ul {
        visibility:visible;
}


/* ▼li sub */

#nav ul ul li:last-child > a {
}

#nav ul ul ul li:first-child > a {
	/*        -moz-border-radius:0 10px 0 0;
        -webkit-border-radius:0 10px 0 0;
        border-radius:0 10px 0 0;*/

	background-color: #EADBD0;
}