.ddsmoothmenu {
	position: relative;
	clear:both;
	margin:0 auto;
	width:1000px;
	height:40px;
	z-index:2;
}
.ddsmoothmenu:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.ddsmoothmenu ul { z-index:3;}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a { text-decoration:none;}
.ddsmoothmenu ul li p {
/*	width:165px;	*/
	width:130px;
	height:40px;
	font-size:14px;
	border-left:1px solid #CCE6F4;
}

.ddsmoothmenu ul li p a {
	display:block;
	height:35px;
	padding-top:5px;
	text-align:center;
	font-weight:bold;
	background:url(../../img/navi_arrow.png) no-repeat center 27px;
}
.ddsmoothmenu ul li#navi07 p {
/*	width:168px;	*/
	border-right:1px solid #CCE6F4;
}
.ddsmoothmenu ul li#navi01 p { width:165px;}
.ddsmoothmenu ul li#navi02 p {}
.ddsmoothmenu ul li#navi03 p {}
.ddsmoothmenu ul li#navi04 p {}
.ddsmoothmenu ul li#navi05 p {}
.ddsmoothmenu ul li#navi06 p { width:165px;}
.ddsmoothmenu ul li#navi07 p {}

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link,
.ddsmoothmenu ul li a:visited {
	color:#0080CA;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: white;
}

/*Top level menu link items styleback*/
.ddsmoothmenu ul li #navi01 p a:hover {}
.ddsmoothmenu ul li #navi02 p a:hover {}
.ddsmoothmenu ul li #navi03 p a:hover {}
.ddsmoothmenu ul li #navi04 p a:hover {}
.ddsmoothmenu ul li #navi05 p a:hover {}
.ddsmoothmenu ul li #navi06 p a:hover {}
.ddsmoothmenu ul li #navi07 p a:hover {}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	display: none;
	position: absolute;
	left: 0;
/*	margin: -16px 0 0 -15px;	*/
	margin: -16px 0 0 -32.5px;
	padding: 48px 0 20px;
/*	width: 195px;	*/
	width: 215px;
	visibility: hidden;
	background:url(../../img/navi_bg.png) no-repeat;
}

.ddsmoothmenu ul li#navi01 ul,
.ddsmoothmenu ul li#navi06 ul {
	margin: -16px 0 0 -15px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	margin:0 auto;
	padding:0;
/*	width:160px;	*/
	width:180px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {top: 0;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	display: block;
	height: auto;
	padding:10px 5px;
	border-bottom:1px solid #CCE6F4;
}

.ddsmoothmenu ul li ul li a:hover{color:#666;}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background-image: url(../../../image/pull2.html);
	background-repeat: repeat-y;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	/*opacity: 0.8;*/
	box-shadow:none;
}
.indent {text-indent: -9999px;}
